diff options
| author | Michael Vogt <mvo@debian.org> | 2011-02-18 22:37:34 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2011-02-18 22:37:34 +0100 |
| commit | be46a92a5621d2c199792ead5371afb979f32f9c (patch) | |
| tree | 3d4397fc802685b433b1f72cf7067907c4a6540f /debian | |
| parent | 45100d466f6c392758ff2e490cdfee9aae7e55a7 (diff) | |
| parent | 2885341cf3d7a1050be1bf2a45237395a3149feb (diff) | |
| download | python-apt-be46a92a5621d2c199792ead5371afb979f32f9c.tar.gz | |
merged from lp:~mvo/python-apt/mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/python3-apt.install | 4 |
3 files changed, 16 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 69356be3..9559587d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,18 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) - - -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100 + * debian/python3-apt.install: + - fix py3 extension module install location (thanks to + Barry) + * python/depcache.cc: + - 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 + + -- Michael Vogt <mvo@debian.org> Fri, 18 Feb 2011 22:34:09 +0100 python-apt (0.7.100.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 475827e7..a84733d1 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: standard 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), - libapt-pkg-dev (>= 0.8), + libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), diff --git a/debian/python3-apt.install b/debian/python3-apt.install index 16c3317a..352d102b 100644 --- a/debian/python3-apt.install +++ b/debian/python3-apt.install @@ -1,4 +1,4 @@ -usr/lib/python3*/*/apt_pkg.so -usr/lib/python3*/*/apt_inst.so +usr/lib/python3*/*/apt_pkg*.so +usr/lib/python3*/*/apt_inst*.so usr/lib/python3*/*/*/ usr/lib/python3*/*/*.egg-info |
