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

Package: [% $source %]
Architecture: [% $package_architecture %]
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.  It may
 be an empty package.

Package: [% $source %]-dbgsym
Section: debug
Architecture: all
Depends: [% $source %], ${shlibs:Depends}, ${misc:Depends}
Description: Fake dbgsym package
 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
 even be an empty package.