[DRE-commits] [ruby-amqp] 01/04: d/rules: Check dependencies at build time

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Mar 12 13:30:13 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-amqp.

commit e7b93fadbbb5bc892f7860044d04a9ad004ebb78
Author: Sebastien Badia <seb at sebian.fr>
Date:   Sat Mar 12 10:27:57 2016 -0300

    d/rules: Check dependencies at build time
---
 debian/rules | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index dadbd22..a2dd524 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
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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