[SCM] ecasound/master: Update ecasound.rb install path as per new Ruby Policy

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Fri Apr 27 15:11:38 UTC 2012


The following commit has been merged in the master branch:
commit a241ad65e26d9ea8c51d7700d03c07f56bbba409
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Apr 27 16:40:03 2012 +0200

    Update ecasound.rb install path as per new Ruby Policy

diff --git a/debian/ruby-ecasound.install b/debian/ruby-ecasound.install
index 022d067..54e5ecf 100644
--- a/debian/ruby-ecasound.install
+++ b/debian/ruby-ecasound.install
@@ -1 +1 @@
-usr/local/lib/site_ruby/1.8/* usr/lib/ruby/1.8
+usr/local/lib/site_ruby/1.8/* usr/lib/ruby/vendor_ruby
diff --git a/debian/rules b/debian/rules
index adb8edf..f619f44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ ifneq (,$(findstring python-ecasound, $(shell dh_listpackages)))
 	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/1.8/ecasound.rb
+	chmod a-x debian/ruby-ecasound/usr/lib/ruby/vendor_ruby/ecasound.rb
 endif
 
 override_dh_install:

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list