[DRE-commits] [SCM] ruby-flexmock.git branch, master, updated. bf9c24985fdcf40626f2c266d00c62aaa77106b5
Antonio Terceiro
terceiro at softwarelivre.org
Sat Nov 19 16:59:23 UTC 2011
The following commit has been merged in the master branch:
commit a437a985558096b8663f357843802233aa44f64b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Fri Nov 18 16:34:28 2011 -0200
do not remove TAGS files distributed by upstream
diff --git a/debian/rules b/debian/rules
index a5e7dc8..c60dc50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_clean:
+ dh_clean -XTAGS
--
ruby-flexmock.git
More information about the Pkg-ruby-extras-commits
mailing list