[DRE-commits] [ruby-rspec-core] 01/04: Ship autotest integration

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Mar 5 23:47:49 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-rspec-core.

commit f9c6223f53a786a1c46b154939489e662c994117
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Mar 3 23:14:02 2015 -0300

    Ship autotest integration
---
 debian/changelog | 14 ++++++++++++++
 debian/rules     |  3 ++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9bed41f..d2ee184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ruby-rspec-core (2.14.7-2) experimental; urgency=medium
+
+  * Team upload.
+  * debian/rules: instead of not shipping autotest/*, just rename
+    autotest/discover.rb (which is the file that can be provided by multiple
+    packages) to autotest/discover_rspec2.rb. As of 4.11.0-1, autotest (from
+    ruby-zentest) will look for autotest/discover*.rb instead of just
+    autotest/discover.rb.
+    .
+    This fixes autotest integration, which is quite handy while you are
+    writing code.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 03 Mar 2015 23:10:32 -0300
+
 ruby-rspec-core (2.14.7-2) unstable; urgency=medium
 
   * Add fix_first_caller_from_outside_rspec.patch:
diff --git a/debian/rules b/debian/rules
index fa1048c..5d3c34b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,8 @@ override_dh_installman:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/ruby-rspec-core/usr/lib/ruby/vendor_ruby/autotest/
+	cd debian/ruby-rspec-core/usr/lib/ruby/vendor_ruby/autotest/ && \
+		mv discover.rb discover_rspec2.rb
 
 override_dh_auto_clean:
 	rm -rf man/

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



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