[SCM] mma/master: rules: eliminate .py suffix of executables during install

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Thu Jan 5 06:48:30 UTC 2012


The following commit has been merged in the master branch:
commit acd163bf08a54b46b27e4fb5e453666b5144b340
Author: Joel Roth <joelz at pobox.com>
Date:   Wed Jan 4 20:42:25 2012 -1000

    rules: eliminate .py suffix of executables during install

diff --git a/debian/rules b/debian/rules
index 31fee14..94381ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,14 @@
 
 override_dh_install:
 	dh_install
-	cp mma.py /usr/bin/mma
+	cp mma.py          /usr/bin/mma
+	cp mma-gb.py       /usr/bin/mma-gb
+	cp mma-mnx.py      /usr/bin/mma-mnx
+	cp mma-rm2std.py   /usr/bin/mma-rm2std
+	cp mma-splitrec.py /usr/bin/mma-splitrec
+	cp mup2mma.py      /usr/bin/mup2mma
+	cp pg2mma.py       /usr/bin/pg2mma
+	cp synthsplit.py   /usr/bin/synthsplit
 
 override_dh_installchangelogs:
 	dh_installchangelogs text/CHANGES-1.7

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list