diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 13:41:57 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 13:41:57 +0200 |
| commit | fdffdc99bd66c46c3b502137e5fc4d113e5f2293 (patch) | |
| tree | 7250edc0159450b21d11b892ee360c5a81106bb4 | |
| parent | a8290b2bd58aa4a75eeab34145daa4079b450533 (diff) | |
| download | python-apt-fdffdc99bd66c46c3b502137e5fc4d113e5f2293.tar.gz | |
* debian/control:
- increase build-dep for apt-utils to make tests during
build for test_auth.py
| -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~), |
