[SCM] ecasound/master: Fix dh_fixperms override for ruby library

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Feb 6 21:59:10 UTC 2011


The following commit has been merged in the master branch:
commit f60bf5981f249882ff28681ffbc7c3990c2df4c0
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Feb 6 18:10:23 2011 +0100

    Fix dh_fixperms override for ruby library

diff --git a/debian/rules b/debian/rules
index 22ccbcc..20bebcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,6 @@ ifneq (,$(findstring python-ecasound, $(shell dh_listpackages)))
 	chmod a-x debian/python-ecasound/usr/share/pyshared/eci.py
 endif
 ifneq (,$(findstring libecasound-ruby1.8, $(shell dh_listpackages)))
-	chmod a-x debian/libecasound-ruby1.8/lib/ruby/1.8/ecasound.rb
+	chmod a-x debian/libecasound-ruby1.8/usr/lib/ruby/1.8/ecasound.rb
 endif
 

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list