From f88aa9d422cb796644de8d7f3a003ab7027041fc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 13 Jan 2011 22:08:47 +0100 Subject: * debian/python3-apt.install: - fix py3 extension module install location (thanks to Barry) --- debian/changelog | 5 ++++- debian/python3-apt.install | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3