[DRE-commits] [SCM] ruby-rmagick.git branch, master, updated. 8f9061a6d7efdf721cb3a53f54a46536822d3825

Vincent Fourmond fourmond at debian.org
Tue Jun 7 00:18:56 UTC 2011


The following commit has been merged in the master branch:
commit 8f9061a6d7efdf721cb3a53f54a46536822d3825
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Tue Jun 7 02:10:40 2011 +0200

    Dirty hack to remove unneeded files in the doc package

diff --git a/debian/rules b/debian/rules
index 9f44ee5..38f1f63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,6 @@ override_dh_auto_install:
 # Not very elegant, but effective
 	mkdir -p $(target_doc_dir)
 	mv debian/ruby-rmagick/usr/share/RMagick $(target_doc_dir)/html
+# And now very uncleanly remove files not wanted
+	-find $(target_doc_dir) -name .cvsignore | xargs rm
+	-find $(target_doc_dir) -name .rmagick | xargs rm

-- 
ruby-rmagick.git



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