[SCM] ecasound/master: Fix dh_install source paths for python-ecasound

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sat Feb 11 13:06:46 UTC 2012


The following commit has been merged in the master branch:
commit 1fcf9f02b95f7857d8fe9486ade9dcfc4bf3cf73
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Feb 10 19:42:17 2012 +0100

    Fix dh_install source paths for python-ecasound
    
    Closes: 659336

diff --git a/debian/rules b/debian/rules
index 3c4d76c..b8eabf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ endif
 override_dh_install:
 ifneq (,$(findstring python-ecasound, $(shell dh_listpackages)))
 	dh_install -ppython-ecasound \
-		usr/lib/python$(shell pyversions -dv)/lib-dynload/*.py \
+		usr/lib/python$(shell pyversions -dv)/*/*.py \
 			usr/share/pyshared/
 endif
 	dh_install --remaining-packages

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list