summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2011-12-08 20:41:48 +0100
committerMichael Vogt <egon@debian-devbox>2011-12-08 20:41:48 +0100
commit49a261ded353b836db807b372780a082502e5b5a (patch)
tree9bef9306f9f6c764719409e04dd70d872269bd2f /debian
parentd686a36d94e909eefc13403391ee60938f54df5c (diff)
parenta84352261cd34aaa34b3c4507d9d8e6216170050 (diff)
downloadpython-apt-49a261ded353b836db807b372780a082502e5b5a.tar.gz
* handle architecture-specific conflicts correctly (LP: #829138)
* lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4a90e907..fcf8ff98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-apt (0.8.3) unstable; urgency=low
+
+ [ Alexey Feldgendler ]
+ * handle architecture-specific conflicts correctly (LP: #829138)
+
+ [ Michael Vogt ]
+ * lp:~mvo/python-apt/debfile-multiarch:
+ - add multiarch support to the debfile.py code
+ * tests/test_apt_cache.py:
+ - add additional check if provides test can actually be run
+
+ -- Michael Vogt <mvo@debian.org> Thu, 08 Dec 2011 20:31:52 +0100
+
python-apt (0.8.2) unstable; urgency=low
[ Michael Vogt ]