summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-06-29 11:23:31 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-06-29 11:23:31 +0200
commit508f1ddb5b6a0cc69655e39dbd59fe3466173a84 (patch)
tree0c8688b9adbea946ca41757e0c446d8374e06657 /debian
parentcdaebccd5f7a5a0e23a9be7989b64850fabafed1 (diff)
downloadpython-apt-508f1ddb5b6a0cc69655e39dbd59fe3466173a84.tar.gz
* apt/cache.py:
- add new "dpkg_journal_dirty" property that can be used to detect a interrupted dpkg (the famous "E: dpkg was interrupted, you must manually run 'dpkg --configure -a'")
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b7bb3ad0..b1c7c1b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ python-apt (0.7.96) UNRELEASED; urgency=low
- do not fail on non-digits in the version number
* utils/get_debian_mirrors.py:
- ignore mirrors without a county
+ * apt/cache.py:
+ - add new "dpkg_journal_dirty" property that can be used to
+ detect a interrupted dpkg (the famous
+ "E: dpkg was interrupted, you must manually run 'dpkg --configure -a'")
[ Martin Pitt ]
* tests/test_apt_cache.py: Test accessing the record of all packages during