[DRE-commits] [ruby-fakeweb] 03/04: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Thu Mar 3 20:44:43 UTC 2016


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

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

commit 64db3953bf7879a36395eb6d9374c3d5cd95cc44
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Mar 3 21:40:08 2016 +0100

    Update packaging using dh-make-ruby -w
---
 debian/control | 10 +++++-----
 debian/rules   | 13 ++-----------
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index e837931..6ae62db 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Minto Joseph <mintojoseph at yahoo.com>,
            Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 9~),
-               gem2deb (>= 0.3.1~),
+               gem2deb,
                ruby-http-connection,
                ruby-mocha,
                ruby-samuel
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fakeweb.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fakeweb.git;a=summary
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-fakeweb.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-fakeweb.git
 Homepage: https://github.com/chrisk/fakeweb
-XS-Ruby-Versions: all
 Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
 
 Package: ruby-fakeweb
 Architecture: all
diff --git a/debian/rules b/debian/rules
index a5e7dc8..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=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-fakeweb.git



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