[DRE-commits] [ruby-timers] 01/01: check gemspec dependencies during build

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Mar 6 09:03:14 UTC 2016


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

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

commit 4b4cb02f0fa108a1247a56326dae8123a76764a6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Mar 6 14:08:11 2016 +0530

    check gemspec dependencies during build
---
 debian/changelog |  6 ++++++
 debian/rules     | 13 ++-----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d0e0f1..f755736 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-timers (4.1.1-3) UNRELEASED; urgency=medium
+
+  * Check gemspec dependencies during build 
+
+ -- Pirate Praveen <praveen at debian.org>  Sun, 06 Mar 2016 14:07:43 +0530
+
 ruby-timers (4.1.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 6893800..0df1605 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-timers.git



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