[SCM] ecasound/master: d/rules: override_dh_fixperms for *.py and *.rb libraries

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Mon Jan 31 23:01:45 UTC 2011


The following commit has been merged in the master branch:
commit 429c61afdde36d1a01d1f7f0bd7a5e1b5eae1f2e
Author: Joel Roth <joelz at pobox.com>
Date:   Mon Jan 31 12:53:59 2011 -1000

    d/rules: override_dh_fixperms for *.py and *.rb libraries

diff --git a/debian/rules b/debian/rules
index f9f940f..dafa4a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,12 @@
 override_dh_auto_clean:
 	mv ecasound.spec ecasound.spec.orig
 	dh_auto_clean
-	mv ecasound.spec.orig ecasound.spec
\ No newline at end of file
+	mv ecasound.spec.orig ecasound.spec
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod a-x $(pkgdir)/usr/share/pyshared/pyeca.py
+	chmod a-x $(pkgdir)/usr/share/pyshared/ecacontrol.py
+	chmod a-x $(pkgdir)/usr/share/pyshared/eci.py
+	chmod a-x $(pkgdir)/usr/lib/ruby/1.8/ecasound.rb
+

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list