diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0422b262..cd43e56b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +python-apt (0.7.100.2) UNRELEASED; urgency=low + + [ Michael Vogt ] + * python/depcache.cc: + - remove unneeded DECREF + + [ Michael Bienia ] + * Use the new "except Exception as e" syntax from Python 2.6 (and later) to + allow building with Python 3.2. + * Bump XS-Python-Version to >= 2.6 therefor. + + -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100 + python-apt (0.7.100.1ubuntu2) natty; urgency=low * python/depcache.cc: diff --git a/debian/control b/debian/control index a5d2236a..14514645 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.9.1 -XS-Python-Version: >= 2.5 +XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), |
