summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-30 20:59:49 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-30 20:59:49 +0200
commitebe1f37a65cae8303bf86da13f3f2107cd73d1fe (patch)
treeaf3827e7bfe15c377648ac922b3c6f86cbc687b6 /debian/control
parent9b52f302a694ee3d7d02110dbdb935bafbf42e55 (diff)
downloadpython-apt-ebe1f37a65cae8303bf86da13f3f2107cd73d1fe.tar.gz
debian/control: Explicitly specify the versions to build for.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 9a8d16a2..69bca37a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,14 @@ 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.2
-XS-Python-Version: >= 2.5, 3.1
+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 (>= 2.5.4-3),
- python-all-dev (>= 2.5.4-3),
+ python2.5-dbg,
+ python2.5-dev,
+ python2.6-dev,
+ python2.6-dbg,
python3.1-dev,
python3.1-dbg,
python-central (>= 0.5),