summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/files/pkgconfig/files-pkgconfig/build-spec/debian/control.in
blob: 77950ef8fc0e1add5b09f1a6e47965f7bad19629 (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: devel
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: pkgconfig-all
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlib:Depends}
Description: Contains test file for pkgconfig arch all
 This is a test package designed to exercise some feature or tag of
 Lintian for arch all pkgconfig files.
 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: pkgconfig-any
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlib:Depends}
Description: Contains test file for pkgconfig arch any
 This is a test package designed to exercise some feature or tag of
 Lintian for arch any pkgconfig files.
 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.