[DRE-commits] [SCM] ruby-aruba.git branch, master, updated. upstream/0.5.1-13-gf508bac

Praveen Arimbrathodiyil praveen at debian.org
Thu May 9 18:32:18 UTC 2013


The following commit has been merged in the master branch:
commit 76c0ae5e57e772e8b7e4f6fd961b23b656650ff1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 9 23:51:40 2013 +0530

    remove extra LICENSE, fix permissions

diff --git a/debian/rules b/debian/rules
index a5e7dc8..2e60bf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,14 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_install:
+	dh_install
+	rm -f debian/ruby-aruba/usr/share/ruby-aruba/templates/images/LICENSE
+
+override_dh_installchangelogs:
+	dh_installchangelogs History.md
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/ruby-aruba/usr/share/ruby-aruba/templates/images/*.png

-- 
ruby-aruba.git



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