[DRE-commits] [ruby-ethon] 03/03: check gemspec dependencies

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jun 29 07:28:55 UTC 2016


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

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

commit 04a719a7998b1e865e5928415e3214f920ded9e0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jun 29 12:57:57 2016 +0530

    check gemspec dependencies
---
 debian/control |  2 +-
 debian/rules   | 13 ++-----------
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index e9429ee..6640b58 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9~),
                ruby-rack,
                ruby-rspec,
                ruby-sinatra
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ethon.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ethon.git
 Homepage: https://github.com/typhoeus/ethon
diff --git a/debian/rules b/debian/rules
index d0716e6..9964b95 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-ethon.git



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