summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 15:24:10 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 15:24:10 +0200
commit4ac62e28a844ff17c40c50eb16625baeb116a1c1 (patch)
treee8bdeb8887b293f01c88e652c230f0fcd0737c3a
parentbbde74767b7c1b6309d2db6469d18cc5fa3b697a (diff)
downloadpython-apt-4ac62e28a844ff17c40c50eb16625baeb116a1c1.tar.gz
releasing version 0.8.0ubuntu1
-rw-r--r--debian/changelog24
-rw-r--r--debian/control2
2 files changed, 4 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ec9c660..72cb6289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-apt (0.8.1) UNRELEASED; urgency=low
+python-apt (0.8.0ubuntu1) oneiric; urgency=low
[ Julian Andres Klode ]
* Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)
@@ -16,27 +16,9 @@ python-apt (0.8.1) UNRELEASED; urgency=low
- fix test by providing proper fixture data
- fix test if sources.list is not readable (as is the case on some
PPA buildds)
+ * build against the latest libapt
- -- Julian Andres Klode <jak@debian.org> Tue, 07 Jun 2011 14:00:22 +0200
-
-python-apt (0.8.0ubuntu1) UNRELEASED; urgency=low
-
- [ Julian Andres Klode ]
- * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)
-
- [ Michael Vogt ]
- * merged from the debian-sid bzr branch
-
- * 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
-
- -- Julian Andres Klode <jak@debian.org> Tue, 07 Jun 2011 14:00:22 +0200
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:24:29 +0200
python-apt (0.8.0) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2945e1b3..e91a5e09 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ XS-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Build-Depends: apt-utils,
debhelper (>= 7.3.5),
- libapt-pkg-dev (>= 0.8.11),
+ libapt-pkg-dev (>= 0.8.16~exp5),
python-all-dev (>= 2.6.6-3~),
python-all-dbg,
python3-all-dev (>= 3.1.2-10~),