[DRE-commits] [ruby-celluloid-pool] 04/04: check gemspec depends

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Mar 6 10:19:30 UTC 2016


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

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

commit 44e7b8f507beb7fc8bd855c126a839750a13b55d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Mar 6 15:20:13 2016 +0530

    check gemspec depends
---
 debian/changelog |  1 +
 debian/rules     | 16 ++--------------
 2 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f0b666..4f0f143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-celluloid-pool (0.20.5-1) unstable; urgency=medium
 
   * Team upload
   * New upstream patch release
+  * Check gemspec dependencies during build
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 06 Mar 2016 15:05:06 +0530
 
diff --git a/debian/rules b/debian/rules
index 769b14e..6643752 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +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 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
+
+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-celluloid-pool.git



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