Hi! In addition, you would want to Build-Depend on python-dev (>= 2.5.4-1) to be able to use python.mk present in /usr/share/python/python.mk.
HTH, and sorry for missing this. The attached patch should rectify this error of mine. 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-18 18:27:44.000000000 -0500 +++ quodlibet-2.1/debian/quodlibet-ext.install 2009-10-18 18:27:44.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-18 18:27:44.000000000 -0500 +++ quodlibet-2.1/debian/rules 2009-10-18 18:27:44.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