summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-06-29 11:41:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-06-29 11:41:33 +0200
commit5a6c646ceffab7ce58106eccdccf884b6d332d58 (patch)
tree0c8688b9adbea946ca41757e0c446d8374e06657 /debian
parent340f6a3d54f5705801267f365fb08b5d20228fe6 (diff)
parent508f1ddb5b6a0cc69655e39dbd59fe3466173a84 (diff)
downloadpython-apt-5a6c646ceffab7ce58106eccdccf884b6d332d58.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