diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:28:17 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:28:17 +0200 |
| commit | d31dd887ff33a5b4ff7e266576560571d739bf0c (patch) | |
| tree | 2a507f337491cfc1bd02ad75cdc0ab00b69602c1 /debian | |
| parent | 4a155c244b52fd7490a2457830356b59fda6beab (diff) | |
| download | python-apt-d31dd887ff33a5b4ff7e266576560571d739bf0c.tar.gz | |
* debian/control:
- Build-depend on fakeroot, needed for the apt.auth tests
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd55cd0a..92507eed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ python-apt (0.8.6) UNRELEASED; urgency=low - Use Popen.communicate() instead of stdin, stdout * tests/fakeroot-apt-key: - exec apt-key, otherwise we ignore the return value + * debian/control: + - Build-depend on fakeroot, needed for the apt.auth tests -- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200 diff --git a/debian/control b/debian/control index 615843f0..ca32cb3b 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ X-Python3-Version: >= 3.1 Build-Depends: apt (>= 0.9.6), apt-utils, debhelper (>= 7.3.5), + fakeroot, libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), python-all-dbg, |
