summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/python3-apt.install4
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