diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/python3-apt.install | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 03e9b64b..4ac372b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,12 @@ python-apt (0.7.100.1ubunt4) UNRELEASED; urgency=low 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 + [ Michael Vogt ] + * debian/python3-apt.install: + - fix py3 extension module install location (thanks to + Barry) + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 13 Jan 2011 22:09:39 +0100 python-apt (0.7.100.1ubuntu3) natty; urgency=low 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 |
