From d31dd887ff33a5b4ff7e266576560571d739bf0c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Jun 2012 14:28:17 +0200 Subject: * debian/control: - Build-depend on fakeroot, needed for the apt.auth tests --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) 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 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, -- cgit v1.2.3