[DRE-commits] [ruby-sdoc] 01/08: Ignore failure on require-rubygems dh_ruby test

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 3 02:13:05 UTC 2014


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

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

commit eba6170de3a44de96d7c2bf0f268a1263922a26c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 2 16:07:41 2014 -0300

    Ignore failure on require-rubygems dh_ruby test
---
 debian/changelog |  4 ++++
 debian/rules     | 13 ++-----------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d84488..2cad658 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 ruby-sdoc (0.4.0-1) UNRELEASED; urgency=medium
 
+  [ Christian Hofstaedtler ]
   * Initial release (Closes: #nnnn)
 
+  [ Antonio Terceiro ]
+  * Ignore failure on require-rubygems dh_ruby test
+
  -- Christian Hofstaedtler <zeha at debian.org>  Thu, 16 Jan 2014 16:55:26 +0100
diff --git a/debian/rules b/debian/rules
index 82ddc0c..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=ruby1.9.1 ruby2.0 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-sdoc.git



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