summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/python-build-depends-on-sphinx/build-spec/debian/control.in
blob: 0e34e9f76d3bae05d3f80daa95f4eff4ea5f7249 (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
Source: [% $source %]
Priority: optional
Section: python
Maintainer: [% $author %]
Standards-Version: [% $standards_version %]
Build-Depends: [% $build_depends %], python-sphinx
Rules-Requires-Root: no

Package: python-[% $source %]
Architecture: all
Depends: ${misc:Depends}, python2.7
Description: Test 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
 be an empty package.

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 variant.