diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ab424381..ca1b50d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.8.6) UNRELEASED; urgency=low + + [ Michael Vogt ] + * debian/control: + - increase build-dep for apt-utils to make tests during + build for test_auth.py + + -- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200 + python-apt (0.8.5) unstable; urgency=low [ Michael Vogt ] diff --git a/debian/control b/debian/control index 6f84f448..2a0e4ef2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.9.3 XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 -Build-Depends: apt-utils, +Build-Depends: apt-utils (>= 0.9.6), debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), |
