[SCM] earcandy packaging branch, master, updated. debian/0.5-1.1-7-g54a1e11

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 23 20:17:09 UTC 2010


The following commit has been merged in the master branch:
commit 54a1e1185af5e84c32e5aac73dea885a8f3586e1
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 23 22:16:59 2010 +0200

    No need to pass py_setup_install_args macro to setup.py install.

diff --git a/debian/rules b/debian/rules
index 780de9d..f455479 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/python/python.mk
-
 %:
 	dh $@
 
 override_dh_auto_install:
-	python setup.py install \
+	dh_auto_install -- \
 		--root=$(CURDIR)/debian/earcandy \
 		--install-scripts=/usr/share/earcandy\
-		--install-lib=/usr/share/earcandy \
-		$(py_setup_install_args)
+		--install-lib=/usr/share/earcandy

-- 
earcandy packaging



More information about the pkg-multimedia-commits mailing list