summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/r/architecture/fields-r-package-not-arch-all/build-spec/debian/control.in
blob: 6b125dbd70936b88c9882efd0ec0b86b224434f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: [% $source %]
Priority: optional
Section: gnu-r
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: r-cran-positive
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: [% $description %] (wrong)
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.  It may
 be an empty package.
 .
 This package has an incorrect Architecture field.

Package: r-cran-false-positive
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: [% $description %] (right)
 This is a test package designed to exercise some feature or tag of
 Lintian.  It is part of the Lintian test suite and may do very odd
 things.  It should not be installed like a regular package.  It may
 be an empty package.
 .
 This package has the correct Architecture field.