diff options
| author | Michael Vogt <mvo@debian.org> | 2010-09-29 20:39:59 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2010-09-29 20:39:59 +0200 |
| commit | f524c86be889810aed2126834dade38badcbcde5 (patch) | |
| tree | 03cbb93409fc57c2d3855ad12a8485f8ef356ee7 /debian/python-apt.install | |
| parent | ec2fa33ed76e14e14d9c7d78f008147c6e10475c (diff) | |
| download | python-apt-f524c86be889810aed2126834dade38badcbcde5.tar.gz | |
merged patch from Piotr, many thanks
Diffstat (limited to 'debian/python-apt.install')
| -rw-r--r-- | debian/python-apt.install | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/python-apt.install b/debian/python-apt.install index 29028531..0d713e3c 100644 --- a/debian/python-apt.install +++ b/debian/python-apt.install @@ -1,8 +1,4 @@ -usr/lib/python*/*/apt_pkg.so -usr/lib/python*/*/apt_inst.so -usr/lib/python*/*/*/ -usr/lib/python*/*/*.egg-info -usr/share/locale -usr/share/python-apt -# Install the migration helper -utils/migrate-0.8.py usr/share/python-apt +usr/lib/python2.*/*/apt_pkg.so +usr/lib/python2.*/*/apt_inst.so +usr/lib/python2.*/*/*/ +usr/lib/python2.*/*/*.egg-info |
