summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/scripts/scripts-control-interpreters/build-spec/debian/control.in
blob: db2821584d8bafd862ba588a9cd252003ec1a497 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: [% $source %]
Priority: optional
Section: [% $section %]
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %]
Rules-Requires-Root: no

Package: [% $source %]-paths
Architecture: [% $package_architecture %]
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: [% $description %] (paths)
 Interpreters with bad paths.
 .
 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 %]-forbidden
Architecture: [% $package_architecture %]
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: [% $description %] (forbidden)
 Forbidden control interpreters.
 .
 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 %]-unknown
Architecture: [% $package_architecture %]
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: [% $description %] (unknown)
 Unknown control interpreters.
 .
 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 %]-python
Architecture: [% $package_architecture %]
Depends: python3, ${shlibs:Depends}, ${misc:Depends}
Description: [% $description %] (Python)
 Python control interpreters with depends.
 .
 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 %]-prepython
Architecture: [% $package_architecture %]
Pre-Depends: python3
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: [% $description %] (Python preinst)
 Python control interpreters with pre-depends.
 .
 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.