[DRE-commits] [ruby-browser] 02/02: check gemspec deps

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Jul 9 14:17:13 UTC 2016


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

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

commit 75136deb8690f13a255de1235bdaca953e43ca99
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Jul 9 19:20:01 2016 +0530

    check gemspec deps
---
 debian/changelog |  3 ++-
 debian/rules     | 13 ++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d3bd58..583280d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-browser (2.2.0-2) unstable; urgency=medium
 
-  * Reupload to unstable 
+  * Reupload to unstable
+  * Check gemspec dependencies during build 
 
  -- Pirate Praveen <praveen at debian.org>  Sat, 09 Jul 2016 19:13:08 +0530
 
diff --git a/debian/rules b/debian/rules
index 5121dd3..dd55e4a 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=ruby2.1
-#
-# 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-browser.git



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