summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-08-26 12:19:10 +0200
committerJulian Andres Klode <jak@debian.org>2010-08-26 12:19:10 +0200
commit32a6c32adb02ec4036ebc11890d795679ed0eadc (patch)
treeafe54c288fd49c3544beca2a1ac7ba254be3d47f /debian/control
parent4ed69e597c387b379629ea3dc40e54e6a8a78b8a (diff)
downloadpython-apt-32a6c32adb02ec4036ebc11890d795679ed0eadc.tar.gz
Build-depend on APT >= 0.8 to get gzip compression enabled (optional,
can be reverted for backports)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ca293f40..2d3d1b70 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ XS-Python-Version: >= 2.5
X-Python3-Version: >= 3.1
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
- libapt-pkg-dev (>= 0.7.22~),
+ libapt-pkg-dev (>= 0.8),
python-all-dev,
python-all-dbg,
python3-all-dev (>= 3.1.2-6~),