summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/empty-package/declared-as-empty/build-spec/debian/control.in
blob: b068c53230f508a27a5e74a7e2527cc8fb240602 (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
34
35
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: [% $source %]
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
 .
 This is an empty package. The declaration as such should bypass related
 complaints from Lintian. You can use this package to detect false
 positives.

Package: [% $source %]-udeb
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Package-Type: udeb
Section: debian-installer
Description: [% $description %] (udeb)
 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.
 .
 This is an empty package. The declaration as such should bypass related
 complaints from Lintian. You can use this package to detect false
 positives.
 .
 This is the udeb variant of [% $source %]