[DRE-commits] [ruby-http] 04/07: Update Debian packaging using dh-make-ruby

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 20:54:30 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-http.

commit 315e3e6c70889e36ef4e5d19bf61be9707dda829
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 1 16:40:44 2016 -0300

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

diff --git a/debian/control b/debian/control
index 9dd0a6c..f3505ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 9~),
-               gem2deb (>= 0.10~),
+               gem2deb,
                ruby-addressable,
                ruby-coveralls,
                ruby-http-cookie,
                ruby-http-form-data,
                ruby-http-parser.rb,
-               ruby-rspec,
-               ruby-rspec-its
+               ruby-rspec
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-http.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-http.git
 Homepage: https://github.com/httprb/http.rb
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-http
diff --git a/debian/rules b/debian/rules
index b8e0d08..919ba5d 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-http.git



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