[SCM] mma/upstream: Rename mma.py to mma and copy it to the /usr/bin	folder.
    bolangi-guest at users.alioth.debian.org 
    bolangi-guest at users.alioth.debian.org
       
    Wed Jan  4 21:46:17 UTC 2012
    
    
  
The following commit has been merged in the upstream 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