summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-15 15:25:10 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-15 15:25:10 +0100
commit28f42c1060c652e6f650ba4e046e3f8ab021d91b (patch)
tree23c9e01c72564cde72018706b10e67f32998b2c0 /debian/control
parent7bfefb84523645fe24d0e5603d56c23cf410328e (diff)
downloadpython-apt-28f42c1060c652e6f650ba4e046e3f8ab021d91b.tar.gz
* Build for all supported Python versions.
- Disable 2.6 and 3.1 builds previously available in experimental.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 3 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index c5508e9b..afece43c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,12 @@ 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, 2.6, 3.1
+XS-Python-Version: all
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
libapt-pkg-dev (>= 0.7.22~),
- python2.5-dbg,
- python2.5-dev,
- python2.6-dev,
- python2.6-dbg,
- python3.1-dev,
- python3.1-dbg,
+ python-all-dbg,
+ python-all-dev,
python-central (>= 0.5),
python-distutils-extra (>= 2.0),
python-gtk2 [!kfreebsd-amd64 !kfreebsd-i386],