[SCM] devede/master: Compile with Python 3, don't install scripts in /usr/bin straightaway

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Nov 7 14:25:31 UTC 2015


The following commit has been merged in the master branch:
commit c7c8b3aa3f19d4f29913d7a3ffdae2cf06e6d29e
Author: Alessio Treglia <alessio.treglia at smartodds.co.uk>
Date:   Sat Nov 7 13:48:32 2015 +0000

    Compile with Python 3, don't install scripts in /usr/bin straightaway

diff --git a/debian/rules b/debian/rules
index fcc77b8..146abbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,scour
+	dh $@ --with python3,scour
 
 override_dh_auto_install:
 	dh_auto_install -- \
 		--install-lib=/usr/lib/devede \
+		--install-scripts=/usr/lib/devede \
 		--root=$(CURDIR)/debian/devede/
 
 override_dh_clean:

-- 
devede packaging



More information about the pkg-multimedia-commits mailing list