summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2012-06-25 14:27:16 +0200
committerJulian Andres Klode <jak@debian.org>2012-06-25 14:27:16 +0200
commit4a155c244b52fd7490a2457830356b59fda6beab (patch)
tree432f789bf3eadf82468cc9f1999f964bcc87938d /debian
parentf513760769e5e0c7ba08f171e4d5399000b8ae51 (diff)
downloadpython-apt-4a155c244b52fd7490a2457830356b59fda6beab.tar.gz
* tests/fakeroot-apt-key:
- exec apt-key, otherwise we ignore the return value
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 627ef655..cd55cd0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ python-apt (0.8.6) UNRELEASED; urgency=low
* apt/auth.py:
- Use tempfile.NamedTemporaryFile to create temporary file
- Use Popen.communicate() instead of stdin, stdout
+ * tests/fakeroot-apt-key:
+ - exec apt-key, otherwise we ignore the return value
-- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200