summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68789fce..380e66cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ python-apt (0.7.97) UNRELEASED; urgency=low
- Document Configuration.dump().
* debian/control:
- Adapt to new Python 3 handling (Closes: #593042)
+ - Build-depend on APT >= 0.8 to get gzip compression enabled (optional,
+ can be reverted for backports)
[ Michael Vogt ]
* python/configuration.cc:
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~),