Package: pigment-python Severity: wishlist Tags: patch Hi,
Following the future changes for python in Debian [1], the location of some files for python packages will change from site-packages to dist-packages. To anticipate this change (already in place for Ubuntu), could you please consider replacing site-packages occurrence in python-pgm.install by *-packages to make the installation in both case (before and after the migration) possible ? Thanks. Regards, Julien Lavergne [1] http://www.mail-archive.com/[email protected]/msg268410.html
diff -u pigment-python-0.3.12/debian/python-pgm.install pigment-python-0.3.12/debian/python-pgm.install --- pigment-python-0.3.12/debian/python-pgm.install +++ pigment-python-0.3.12/debian/python-pgm.install @@ -2,2 +2,2 @@ -debian/tmp/usr/lib/python*/site-packages/pgm -debian/tmp/usr/lib/python*/site-packages/*.so +debian/tmp/usr/lib/python*/*-packages/pgm +debian/tmp/usr/lib/python*/*-packages/*.so

