[DRE-commits] [ruby-power-assert] 02/06: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Tue Mar 1 18:10:13 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-power-assert.

commit 2aeee3c4c2a95d0b467aa41185b18c9e033e4c83
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Mar 1 19:03:21 2016 +0100

    Update packaging using dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control |  4 ++--
 debian/rules   | 13 ++-----------
 3 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 2e7ea24..cd34a16 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
                ruby-test-unit
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-power-assert.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-power-assert.git
 Homepage: https://github.com/k-tsj/power_assert
diff --git a/debian/rules b/debian/rules
index 5e904b3..3454d59 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-power-assert.git



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