summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/debhelper/debhelper-no-depends/build-spec/debian/control.in
blob: 6a7a04d13a1b95197982289e0878756c4c92d802 (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
30
31
32
33
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Rules-Requires-Root: no

Package: [% $source %]
Architecture: [% $package_architecture %]
Description: [% $description %]
 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.

Package: debhelper-pre-depends
Architecture: [% $package_architecture %]
Pre-Depends: ${misc:Depends}
Description: [% $description %] extra string
 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. Extra
 string to not to trigger duplicated description tags.  It may
 be an empty package.

Package: debhelper-suggests
Architecture: [% $package_architecture %]
Suggests: ${misc:Depends}
Description: [% $description %] another extra string
 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. Extra
 string.  It may be an empty package.