[DRE-commits] [SCM] ruby-daemons.git branch, master, updated. upstream/1.1.4-12-g0dae5a5

Lucas Nussbaum lucas at debian.org
Tue Dec 20 17:47:13 UTC 2011


The following commit has been merged in the master branch:
commit 897ffa84c50537f57eab8e69d63261bbdcb22d2e
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue Dec 20 18:42:53 2011 +0100

    make examples non-executable

diff --git a/debian/rules b/debian/rules
index a5e7dc8..c0e858d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installexamples:
+	dh_installexamples
+	find debian/ruby-daemons/usr/share/doc/ruby-daemons/examples -type f -exec chmod a-x {} \+

-- 
ruby-daemons.git



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