[DRE-commits] [ruby-tinder] 01/04: check gemspec deps during build

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Oct 2 05:15:33 UTC 2015


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

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

commit 86270adcac4e606c21c8fb69223962b3cce2951b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Oct 2 10:35:46 2015 +0530

    check gemspec deps during build
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 82ddc0c..b5052b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+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-tinder.git



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