[DRE-commits] [SCM] ruby-rspec-core.git branch, master, updated. upstream/2.10.0-26-g5ab61ca

Cédric Boutillier cedric.boutillier at gmail.com
Mon May 14 23:31:51 UTC 2012


The following commit has been merged in the master branch:
commit 5ab61ca37fc53b28bce479fb12a27023ba81fe1e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue May 15 00:46:49 2012 +0200

    really remove autotest files from /usr/lib/ruby/vendor_ruby/

diff --git a/debian/changelog b/debian/changelog
index 4fd11cc..182d792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-rspec-core (2.10.0-2) unstable; urgency=low
+
+  * debian/rules:
+    + Fix typo in override_dh_auto_install to really not install autotest
+      files to /usr/lib/ruby/vendor_ruby (Closes: #637581)
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Tue, 15 May 2012 00:37:21 +0200
+
 ruby-rspec-core (2.10.0-1) unstable; urgency=low
 
   * New upstream version 
diff --git a/debian/rules b/debian/rules
index 639888d..beee656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ override_dh_installman:
 	pod2man --center "" --release "" --name RSPEC --utf8 debian/rspec.1.pod man/rspec.1
 	dh_installman
 
-override_dh_autoinstall:
+override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/ruby-rspec/usr/lib/ruby/vendor_ruby/autotest/
+	rm -rf debian/ruby-rspec-core/usr/lib/ruby/vendor_ruby/autotest/
 
 override_dh_auto_clean:
 	rm -rf man/

-- 
ruby-rspec-core.git



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