[DRE-commits] [ruby-sinatra] 05/05: don't check for rubygems require (false positive)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 29 14:48:50 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-sinatra.

commit d812873c98b3c9dbf25359bc6d46af4292886fb5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 29 19:47:05 2015 +0530

    don't check for rubygems require (false positive)
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aee6484..6a5f526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,8 @@ ruby-sinatra (1.4.6-2) unstable; urgency=medium
   [ Pirate Praveen ]
   * Re-upload to unstable.
   * Add ruby-minitest, ruby-rabl, ruby-slim, ruby-bluecloth to build-depends.
-    - now more tests are run during build
+    - now more tests are run during build.
+  * Ignore require-rubygems failure.
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 29 Apr 2015 18:45:41 +0530
 
diff --git a/debian/rules b/debian/rules
index dbfc590..8b6b1c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
+export DH_RUBY_IGNORE_TESTS=require-rubygems
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=sinatra.gemspec

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



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