diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-29 09:05:40 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-29 09:05:40 +0200 |
| commit | bb7a6b6a948ee5cd81e68558a8fdb2956bc1049b (patch) | |
| tree | 10843eb09c1ed3179c7402cd0a5b8d1e37859aaf /debian | |
| parent | 22ab3421fbb8e936c3e6e32175a04ad801d7f511 (diff) | |
| parent | 7df26fec497b8b1f191e49b99807c0570272f289 (diff) | |
| download | python-apt-bb7a6b6a948ee5cd81e68558a8fdb2956bc1049b.tar.gz | |
merged from the debian branch
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 97bdd506..0be3ab65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,14 @@ -python-apt (0.7.100.2) UNRELEASED; urgency=low +python-apt (0.7.100.3) UNRELEASED; urgency=low + + * python/arfile.cc, apt/debfile.py: + - add support for .xz archives + * tests/test_debfile.py: + - add test for xz compression + * update priority of python3-apt to match the archive + + -- Michael Vogt <mvo@debian.org> Mon, 21 Mar 2011 15:46:50 +0100 + +python-apt (0.7.100.2) unstable; urgency=low * apt/progress/text.py: - only run ioctl for termios.TIOCGWINSZ if the fd is a tty @@ -16,6 +26,9 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() + * py3 compatible exception handline + * debian/control: + - bump minimal python version to >= 2.6 * python/apt_pkgmodule.cc: - strip multiarch by default in RealParseDepends - add optional parameter to allow parse_depends() to keep the @@ -23,7 +36,7 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) - -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100 + -- Michael Vogt <mvo@debian.org> Mon, 21 Mar 2011 14:56:01 +0100 python-apt (0.7.100.1) unstable; urgency=low diff --git a/debian/control b/debian/control index a84733d1..c434e35b 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,7 @@ Description: Python interface to libapt-pkg (locales) This package contains locales. Package: python3-apt +Priority: optional Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common Recommends: lsb-release, iso-codes |
