[DRE-commits] [ruby-httparty] 09/10: Test gem dependencies when running tests

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 25 21:37:31 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-httparty.

commit 46ff397e1a4aa23f55344679d5643c3e8bca7d39
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Nov 25 21:39:35 2017 +0100

    Test gem dependencies when running tests
---
 debian/changelog |  1 +
 debian/rules     | 13 ++-----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 93fd00e..6aef573 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-httparty (0.15.6-1) unstable; urgency=medium
   * New patch git-in-gemspecs.patch to remove use of git in gemspecs
   * Build-depend on ruby-webmock
   * Use DEB_VERSION_UPSTREAM instead of parsing changelog
+  * Test gem dependencies when running tests 
 
  -- Cédric Boutillier <boutil at debian.org>  Sat, 25 Nov 2017 10:41:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 94c13de..f22b14d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,9 @@
 #!/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
 
 include /usr/share/dpkg/pkg-info.mk
 
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
 %:
 	dh $@ --buildsystem=ruby --with ruby
 

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



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