[DRE-commits] [ruby-spring] 08/09: ignore `require "rubygems"`
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 3 02:19:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-spring.
commit 5d045426e9924d7a7c547cc62957e743932d5186
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Sat Jul 26 17:22:03 2014 -0300
ignore `require "rubygems"`
---
debian/rules | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/debian/rules b/debian/rules
index d81794d..c946801 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
#!/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=ruby2.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export DH_RUBY_IGNORE_TESTS=require-rubygems
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-spring.git
More information about the Pkg-ruby-extras-commits
mailing list