File: control

package info (click to toggle)
python-defaults 2.7.3-4%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,036 kB
  • sloc: python: 2,313; makefile: 477; sh: 196; perl: 7
file content (20 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: foo
Section: misc
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python
Standards-Version: 3.9.1
X-Python-Version: 2.5

Package: foo
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Enhances: ${python:Enhances}
Description: example 6 - private directory with hardcoded Python version
 exemple package #6 - private directories that support:
  * python2.4 hardcoded via `dh_python2 -V 2.4`
  * python2.5 due to X-Python-Version: 2.5
  * python2.6 hardcoded via shebang