tags 547855 + patch
thanks

Hi!

Please find attached a fix for this bug. I was not able to build the
package successfully, though, since I got this error:

running build_gobject_ext
External program pkg-config exited with error 1.
dh_auto_build: python returned exit code 1
make: *** [build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

HTH.

Kumar
diff -Nru --exclude changelog quodlibet-2.1/debian/quodlibet-ext.install quodlibet-2.1/debian/quodlibet-ext.install
--- quodlibet-2.1/debian/quodlibet-ext.install	2009-10-14 21:41:12.000000000 -0500
+++ quodlibet-2.1/debian/quodlibet-ext.install	2009-10-14 21:41:13.000000000 -0500
@@ -1 +1 @@
-usr/lib/python2.*/site-packages/quodlibet/*.so
+usr/lib/python2.*/*-packages/quodlibet/*.so
diff -Nru --exclude changelog quodlibet-2.1/debian/rules quodlibet-2.1/debian/rules
--- quodlibet-2.1/debian/rules	2009-10-14 21:41:12.000000000 -0500
+++ quodlibet-2.1/debian/rules	2009-10-14 21:41:13.000000000 -0500
@@ -2,8 +2,11 @@
 %:
 	dh --with python-central,quilt $@
 
+include /usr/share/python/python.mk
+
 DEFAULT_PYTHON = `pyversions -d`
-IMAGES_DIR = debian/tmp/usr/lib/${DEFAULT_PYTHON}/site-packages/quodlibet/images
+SITEDIR = $(call py_sitename, $(DEFAULT_PYTHON))
+IMAGES_DIR = debian/tmp/usr/lib/${DEFAULT_PYTHON}/$(SITEDIR)/quodlibet/images
 EXFALSO_ICON = ${IMAGES_DIR}/exfalso.png
 QUODLIBET_ICON = ${IMAGES_DIR}/quodlibet.png
 PIXMAPS_DIR = usr/share/pixmaps

Reply via email to