[DRE-commits] [SCM] ruby-diff-lcs.git branch, master, updated. upstream/1.1.3-27-g7ceffbf

Cédric Boutillier boutil at debian.org
Tue May 7 15:05:50 UTC 2013


The following commit has been merged in the master branch:
commit ade028e8c47372b6e4db9be87b9d7a70f76fff75
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 7 16:45:46 2013 +0200

    ship scripts in bin/ as examples

diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..36f971e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+bin/*
diff --git a/debian/rules b/debian/rules
index a5e7dc8..71d7b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,8 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+# do not install bin/* in /usr/bin
+override_dh_install:
+	dh_install
+	rm -rf debian/ruby-diff-lcs/usr/bin

-- 
ruby-diff-lcs.git



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