[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-20-g8ad0c8d

Cédric Boutillier cedric.boutillier at gmail.com
Mon Apr 23 12:51:17 UTC 2012


The following commit has been merged in the master branch:
commit cb4c879fccdd73a5758d2cd24ce4050f248f69e5
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Apr 23 14:49:53 2012 +0200

    remove executable bit from examples installed in /usr/share/doc

diff --git a/debian/rules b/debian/rules
index 9587f85..73ee743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ export rake=/usr/bin/rake clobber && /usr/bin/rake install
 %:
 	dh $@ --buildsystem=ruby --with ruby
 
+override_dh_installexamples:
+	dh_installexamples
+	find debian/ruby-opengl/usr/share/doc/ruby-opengl/examples/ -name "*.rb"  -exec chmod a-x '{}' \;
+
 override_dh_auto_clean:
 	rake clean
 

-- 
ruby-opengl.git



More information about the Pkg-ruby-extras-commits mailing list