[SCM] ecasound/master: Adjust Ruby bindings package name in the dh_fixperms override (fixes executable-not-elf-or-script)

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Fri Apr 6 10:06:37 UTC 2012


The following commit has been merged in the master branch:
commit 1ed1e28d5cccea95575004947684d5aafc725500
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Apr 5 15:42:45 2012 +0200

    Adjust Ruby bindings package name in the dh_fixperms override (fixes executable-not-elf-or-script)

diff --git a/debian/rules b/debian/rules
index 1d07759..adb8edf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ ifneq (,$(findstring python-ecasound, $(shell dh_listpackages)))
 	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 libecasound-ruby1.8, $(shell dh_listpackages)))
+ifneq (,$(findstring ruby-ecasound, $(shell dh_listpackages)))
 	chmod a-x debian/ruby-ecasound/usr/lib/ruby/1.8/ecasound.rb
 endif
 

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list