diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 14:02:23 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-06-25 14:02:23 +0200 |
| commit | 0b90448722f7d00f01186267ba247117caf406ec (patch) | |
| tree | 7a16cf516141d588b1e3692a1b2ca4ff86d26d1d | |
| parent | fdffdc99bd66c46c3b502137e5fc4d113e5f2293 (diff) | |
| download | python-apt-0b90448722f7d00f01186267ba247117caf406ec.tar.gz | |
update b-d for apt, thanks to juliank
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ca1b50d2..ffb6a2b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,8 @@ 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 + - add build-dep for apt (>= 0.9.6) to make test_auth.py test + work reliable -- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200 diff --git a/debian/control b/debian/control index 2a0e4ef2..615843f0 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ 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 (>= 0.9.6), +Build-Depends: apt (>= 0.9.6), + apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), |
