summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-10-19 17:40:03 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-10-19 17:40:03 +0200
commit2a802b7d35fb82864faded7bcd25e502a1ca9a9d (patch)
treef863686a5159227c95e7a83b421287c0be0292f1 /debian
parent8c24ad05afb705f7842cb2bc7e08450acbe49653 (diff)
parent3c35eb3da332cf30781dba78ed777b26934136ac (diff)
downloadpython-apt-2a802b7d35fb82864faded7bcd25e502a1ca9a9d.tar.gz
merged from debian/sid
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog33
1 files changed, 32 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c76edb1..c6a29ed1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-apt (0.8.0ubuntu10) UNRELEASEDoneiric-updates; urgency=low
+python-apt (0.8.1ubuntu1) UNRELEASEDprecise; urgency=low
* aptsources/sourceslist.py:
- import distinfo from the same dir (LP: #871007)
@@ -7,6 +7,37 @@ python-apt (0.8.0ubuntu10) UNRELEASEDoneiric-updates; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 10 Oct 2011 11:13:20 +0200
+python-apt (0.8.1) unstable; urgency=low
+
+ [ Julian Andres Klode ]
+ * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)
+
+ [ Michael Vogt ]
+ * python/arfile.cc:
+ - use APT::Configuration::getCompressionTypes() instead of duplicating
+ the supported methods here
+ * tests/test_debfile.py:
+ - add test for raise on unknown data.tar.xxx
+ * tests/test_aptsources_ports.py, tests/test_aptsources.py:
+ - use tmpdir during the tests to fix test failure with apt from
+ experimental
+ * tests/test_apt_cache.py:
+ - fix test by providing proper fixture data
+ - fix test if sources.list is not readable (as is the case on some
+ PPA buildds)
+ * apt/package.py:
+ - fix py3 compatiblity with print
+ * tests/test_all.py:
+ - skip all tests if sources.list is not readable (as is the case on
+ some builds)
+ - packages in marked_install state can also be auto-removable
+ * add concept of "ParentComponent" for e.g. ubuntu/multiverse
+ that needs universe enabled as well (plus add test)
+ * apt/progress/gtk2.py:
+ - update to the latest vte API for child-exited (LP: #865388)
+
+ -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2011 16:39:13 +0200
+
python-apt (0.8.0ubuntu9) oneiric; urgency=low
* apt/progress/gtk2.py: