[DRE-commits] [ruby-sshkit] 05/07: Update Debian packaging using dh-make-ruby

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Feb 29 18:58:49 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-sshkit.

commit f9aa6fa05f13011a0cb8c2071495767b170fee63
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Feb 29 14:58:37 2016 -0300

    Update Debian packaging using dh-make-ruby
---
 debian/control |  5 +++--
 debian/rules   | 13 ++-----------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 7e537d3..c2eabe8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastien Badia <seb at sebian.fr>
-Build-Depends: debhelper (>= 9),
-               gem2deb (>= 0.7.5~),
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
                rake,
                ruby-colorize,
                ruby-minitest,
@@ -15,6 +15,7 @@ Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-sshkit.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sshkit.git
 Homepage: https://github.com/capistrano/sshkit
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-sshkit
diff --git a/debian/rules b/debian/rules
index 06981cd..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.0 ruby2.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-sshkit.git



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