[DRE-commits] [SCM] ruby-prawn.git branch, master, updated. upstream/1.0.0_rc1-44-g6e97afc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Nov 24 23:12:21 UTC 2011


The following commit has been merged in the master branch:
commit 6e97afc86e65c7c25c3e55cc3b2e32de9946f6e0
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Nov 24 23:49:03 2011 +0100

    restrict set of data files installed in /usr/share/ruby-prawn

diff --git a/debian/ruby-prawn.install b/debian/ruby-prawn.install
index b4e37c0..933cb4c 100644
--- a/debian/ruby-prawn.install
+++ b/debian/ruby-prawn.install
@@ -1,2 +1,3 @@
 # Installing data/* under /usr/share/ruby-prawn
-data/*            usr/share/ruby-prawn
+data/fonts data/images data/encodings data/shift_jis_text.txt    usr/share/ruby-prawn/
+
diff --git a/debian/rules b/debian/rules
index 232e325..565bf1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,7 @@ override_dh_auto_install:
 	ruby -I "debian/ruby-prawn/usr/lib/ruby/vendor_ruby" manual/manual/manual.rb
 	# remove the copy of data in debian/ruby-prawn (will be reinstalled by dh_install)
 	rm -rf debian/ruby-prawn/usr/share/ruby-prawn
+	rm -rf data/spec
 
 override_dh_auto_clean:
 	# remove the copy of spec/data in data/

-- 
ruby-prawn.git



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