summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-17 12:54:16 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-17 12:54:16 +0100
commit008a45f23d6999269f10978c3cb3ac11240451f9 (patch)
treefd0f4bd364135ac32de91f6e24a1a115368d81d4 /debian/control
parent34b01eb60ec315bc542d0cad7239091219a8388c (diff)
downloadpython-apt-008a45f23d6999269f10978c3cb3ac11240451f9.tar.gz
* Build for Python 2.5, 2.6 and 3.1; 2.6 and 3.1 hit unstable on Jan 16.
- Use DH_PYCENTRAL=nomove for now because include-links seems broken
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 294deb1a..81fc00ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,16 @@ Priority: optional
Maintainer: APT Development Team <deity@lists.debian.org>
Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org>
Standards-Version: 3.8.3
-XS-Python-Version: >= 2.5
+XS-Python-Version: 2.5, 2.6, 3.1
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
libapt-pkg-dev (>= 0.7.22~),
- python-all-dbg,
- python-all-dev,
+ python2.5-dbg,
+ python2.5-dev,
+ python2.6-dev,
+ python2.6-dbg,
+ python3.1-dev,
+ python3.1-dbg,
python-central (>= 0.5),
python-distutils-extra (>= 2.0),
python-sphinx (>= 0.5)