[DRE-commits] [SCM] ruby-rspec-core.git branch, master, updated. upstream/2.5.1-17-g4ef689a

Cédric Boutillier cedric.boutillier at gmail.com
Tue Feb 14 22:16:55 UTC 2012


The following commit has been merged in the master branch:
commit 3570948790c886d00caedaaefc37c91e30a71ff0
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Feb 13 22:57:09 2012 +0100

    don't install autotest files to /usr/lib/ruby/vendor_ruby/ (Closes: #637581)

diff --git a/debian/rules b/debian/rules
index a5e7dc8..199e047 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_autoinstall:
+	dh_auto_install
+	rm -rf debian/ruby-rspec/usr/lib/ruby/vendor_ruby/autotest/

-- 
ruby-rspec-core.git



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