diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:19:10 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:19:10 +0200 |
| commit | 32a6c32adb02ec4036ebc11890d795679ed0eadc (patch) | |
| tree | afe54c288fd49c3544beca2a1ac7ba254be3d47f | |
| parent | 4ed69e597c387b379629ea3dc40e54e6a8a78b8a (diff) | |
| download | python-apt-32a6c32adb02ec4036ebc11890d795679ed0eadc.tar.gz | |
Build-depend on APT >= 0.8 to get gzip compression enabled (optional,
can be reverted for backports)
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
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~), |
