[SCM] mma/master: Rename mma.py to mma and copy it to the /usr/bin folder.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Wed Feb 2 10:41:43 UTC 2011


The following commit has been merged in the master branch:
commit 439281e92dbb4bd0d40fd1d95630fe22471021a2
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Wed Feb 2 05:40:48 2011 -0500

    Rename mma.py to mma and copy it to the /usr/bin folder.

diff --git a/debian/rules b/debian/rules
index 1c32722..fca9536 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+override_dh_install:
+	dh_install
+	cp mma.py debian/mma/usr/bin/mma
+
 override_dh_installchangelogs:
 	dh_installchangelogs text/CHANGES-1.6
 

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list