[DRE-commits] [SCM] ruby-test-unit.git branch, master, updated. upstream/2.4.0-8-gbd248a4

Cédric Boutillier cedric.boutillier at gmail.com
Mon Sep 19 20:55:31 UTC 2011


The following commit has been merged in the master branch:
commit e5d5423275d891aabf15bc11aa28f72bb7d81b7a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Sep 19 16:26:19 2011 +0200

    do not ship bin/testrb and disable test/run-test.rb

diff --git a/debian/rules b/debian/rules
index a5e7dc8..f23ee6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,10 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+	mv test/run-test.rb test/run-test.rb.disable
+	dh_auto_install
+	mv test/run-test.rb.disable test/run-test.rb
+	rm debian/ruby-test-unit/usr/bin/testrb
+	rmdir debian/ruby-test-unit/usr/bin

-- 
ruby-test-unit.git



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