diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-10 18:20:56 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-10 18:20:56 +0100 |
| commit | 9a7ba43318252998aef48b04949f036ac4667042 (patch) | |
| tree | c87be2fbc36d6e4ad393450e3eda76a46db13f33 /debian | |
| parent | b0c7c1ab8c33d8f4c7dae341ac9c74bb7bc1c699 (diff) | |
| parent | 660c5bbf9d2793a392572e1c23eb36b4e9298792 (diff) | |
| download | python-apt-9a7ba43318252998aef48b04949f036ac4667042.tar.gz | |
merged from the mvo branch, added changelog from Michael Bienia
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), |
