summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/python-python2-apps/build-spec/debian/control.in
blob: 9fa4e8860df1f643e396143eec3792d0c28100ad (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: [% $source %]
Priority: optional
Section: python
Maintainer: [% $author %]
Build-Depends: [% $build_depends %]
Standards-Version: [% $standards_version %]
Rules-Requires-Root: no

Package: pkg-depends
Architecture: all
Depends: ${misc:Depends}, python2
Description: Test package with Python 2.x in 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.
 .
 Description: Test package with Python 2.x in Depends.

Package: pkg-pre-depends
Architecture: all
Depends: ${misc:Depends}
Pre-Depends: python2.7
Description: Test package with Python 2.x in Pre-Suggests
 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.
 .
 Description: Test package with Python 2.x in Pre-Depends.

Package: pkg-recommends
Architecture: all
Depends: ${misc:Depends}
Recommends: python2-dev
Description: Test package with Python 2.x in Recommends
 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.
 .
 Description: Test package with Python 2.x in Recommends.

Package: pkg-suggests
Architecture: all
Depends: ${misc:Depends}
Suggests: python2, python2.7
Description: Test package with Python 2.x in Suggests
 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.
 .
 Description: Test package with Python 2.x in Suggests.

Package: python-[% $source %]
Architecture: all
Depends: ${misc:Depends}, python2
Description: Python 3 module with Python 3.x in 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.
 .
 Python module with Python 2.x in Depends.

Package: python3-[% $source %]
Architecture: all
Depends: ${misc:Depends}, python3
Description: Test package (Python 3)
 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.
 .
 Python 3 module with Python 3.x in Depends.

Package: pkg-depends-any
Architecture: all
Depends: ${misc:Depends}, python2:any
Description: Test package with Python 2.x with :any suffix in 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.
 .
 Description: Test package with Python 2.x with :any suffix in Depends.