[DRE-commits] [ruby-versionomy] 02/03: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Tue Mar 1 12:31:16 UTC 2016


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

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

commit 4d098edb0693785abde88beb490f817c8c8db439
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Mar 1 13:28:56 2016 +0100

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

diff --git a/debian/control b/debian/control
index 2f412ae..d527dba 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,21 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.4.1~),
-               ruby-blockenspiel
-Standards-Version: 3.9.4
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-versionomy.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-versionomy.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-blockenspiel (>= 0.5)
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-versionomy.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-versionomy.git
 Homepage: http://dazuma.github.com/versionomy
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-versionomy
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-blockenspiel,
+         ruby-blockenspiel (>= 0.5),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Generalized version number class for Ruby
diff --git a/debian/rules b/debian/rules
index 24e5d74..a24341a 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-versionomy.git



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