[SCM] ecasound/master: Fix fixperms step for Architecture: all packages

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Fri Feb 7 11:41:03 UTC 2014


The following commit has been merged in the master branch:
commit 607dadc8996a88389d9fc93ec8ad1a9bcccfc297
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Feb 7 12:24:56 2014 +0100

    Fix fixperms step for Architecture: all packages

diff --git a/debian/rules b/debian/rules
index d730225..a565c45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,14 @@ override_dh_auto_build:
 
 override_dh_fixperms:
 	dh_fixperms
+ifneq (,$(findstring python-ecasound, $(shell dh_listpackages)))
 	chmod a-x debian/python-ecasound/usr/share/pyshared/pyeca.py
 	chmod a-x debian/python-ecasound/usr/share/pyshared/ecacontrol.py
 	chmod a-x debian/python-ecasound/usr/share/pyshared/eci.py
+endif
+ifneq (,$(findstring ruby-ecasound, $(shell dh_listpackages)))
 	chmod a-x debian/ruby-ecasound/usr/lib/ruby/vendor_ruby/ecasound.rb
+endif
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list