[DRE-commits] [ruby-mocha] 07/11: Make gem2deb test dependencies when running the tests

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 6 22:58: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-mocha.

commit d3bcec90e9382385f83e6cc4acbc4538a82a49d3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 7 00:00:48 2017 +0200

    Make gem2deb test dependencies when running the tests
---
 debian/changelog |  1 +
 debian/rules     | 13 ++-----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 994f408..5bcda5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-mocha (1.2.1-1) unstable; urgency=medium
   * Add Testsuite field
   * Bump Standards-Version to 4.0.0 (no changes needed)
   * Update reference to homepage
+  * Make gem2deb test dependencies when running the tests
 
  -- Cédric Boutillier <boutil at debian.org>  Thu, 06 Jul 2017 23:56:21 +0200
 
diff --git a/debian/rules b/debian/rules
index a6a2d40..ad9ab49 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.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
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 UPSTREAM_VERSION := $(shell dpkg-parsechangelog | grep "^Version:" | cut -d\  -f2 | cut -d- -f1)
 

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



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