summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:01:26 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-22 18:01:26 +0100
commitb7b608bf2c66e7466313ea02568348aea9cc29ba (patch)
tree2cfcdd1eed42ac86182e8e009b2c7f52c43d8bf3 /debian
parent92cc00805d175dc013d544bcee603e8a0c031c2b (diff)
downloadpython-apt-b7b608bf2c66e7466313ea02568348aea9cc29ba.tar.gz
cleanup based on feedback from juliank
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 27eb8e97..cc922735 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,13 +26,13 @@ python-apt (0.8.2) UNRELEASED; urgency=low
- set Dir::bin::dpkg if a alternate rootdir is given
(LP: #885895)
* build fixes for the apt in experimental
+ * apt/debfile.py: raise error when accessing require_changes and
+ missing_deps without calling check() before, thanks to
+ Tshepang Lekhonkhobe (closes: #624379)
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)
* grammar fix in the cache.py doc (closes: #626610)
- * apt/debfile.py: Remove the need to explcitly call check() in order
- to get output from require_changes and missing_deps
- (closes: #624379)
-- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2011 18:03:42 +0200