[DRE-commits] [SCM] ruby-krb5-auth.git branch, master, updated. upstream/0.7-7-g2faf3c0
Cédric Boutillier
cedric.boutillier at gmail.com
Fri May 18 09:23:04 UTC 2012
The following commit has been merged in the master branch:
commit 3391b3d1652515f086dd5b3628bc7b23a01a2b36
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Fri May 18 09:56:25 2012 +0200
avoid installing bin/example.rb in /usr/bin/
diff --git a/debian/rules b/debian/rules
index 80171e7..76e5f60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,8 @@ override_dh_installdocs:
override_dh_clean:
rm -rf rdoc
dh_clean
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -rf debian/ruby-krb5-auth/usr/bin
+
--
ruby-krb5-auth.git
More information about the Pkg-ruby-extras-commits
mailing list