[DRE-commits] [ruby-prof] 02/03: update rules for image install

Jonas Genannt jonas at brachium-system.net
Thu Dec 19 20:06:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-prof.

commit b0526cf07f2bb9d2c77ca333ba488e81f1d0a244
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Dec 19 21:06:14 2013 +0100

    update rules for image install
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 1384882..e2834a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,9 @@ export DH_RUBY_IGNORE_TESTS=ruby2.0
 override_dh_auto_install:
 	mkdir tmp
 	dh_auto_install -O--buildsystem=ruby
+	# remove images within lib/ installed into usr/share/ruby-prof/images
+	rm -rf debian/ruby-prof/usr/lib/ruby/vendor_ruby/ruby-prof/images
+
+override_dh_install:
+	dh_install -O--buildsystem=ruby
+	find debian/ruby-prof -name "*.png" | xargs --no-run-if-empty chmod 644

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prof.git



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