diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:08:47 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-13 22:08:47 +0100 |
| commit | f88aa9d422cb796644de8d7f3a003ab7027041fc (patch) | |
| tree | 8f212702eccd468989080767089ffdceb2ecb035 /debian | |
| parent | 660c5bbf9d2793a392572e1c23eb36b4e9298792 (diff) | |
| download | python-apt-f88aa9d422cb796644de8d7f3a003ab7027041fc.tar.gz | |
* debian/python3-apt.install:
- fix py3 extension module install location (thanks to
Barry)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/python3-apt.install | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 69356be3..2d74f287 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,10 @@ 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) - + * debian/python3-apt.install: + - fix py3 extension module install location (thanks to + Barry) + -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100 python-apt (0.7.100.1) unstable; 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 |
