Package: libgpod Version: 0.7.0-2 Severity: wishlist User: [email protected] Usertags: origin-ubuntu hardy ubuntu-patch Tags: patch
Hi, The new python 2.6 changes the directory where files are installed, the ubuntu package has a change which allow the package to work on older version and 2.6 it would be nice if you could apply this change
diff -Nur libgpod-0.7.0/debian/python-gpod.install debian/python-gpod.install --- libgpod-0.7.0/debian/python-gpod.install 2009-05-05 12:08:46.000000000 +0200 +++ debian/python-gpod.install 2009-05-05 12:03:14.000000000 +0200 @@ -1 +1 @@ -debian/tmp/usr/lib/python*/site-packages +debian/tmp/usr/lib/python*/*-packages

