[DRE-commits] [ruby-test-unit] 02/03: Refresh packaging using dh-make-ruby

Lucas Nussbaum lucas at moszumanska.debian.org
Tue Jul 4 20:51:20 UTC 2017


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

lucas pushed a commit to branch master
in repository ruby-test-unit.

commit e50e57d30d136213daa3dfe29f081bc9e03a1908
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon Jul 3 21:31:42 2017 +0200

    Refresh packaging using dh-make-ruby
---
 debian/control |  8 +++++---
 debian/rules   | 14 --------------
 2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index ec606fb..6f2c00f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +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 (>= 9),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
+               rake,
                ruby-power-assert
-Standards-Version: 3.9.7
+Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-test-unit.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-test-unit.git
 Homepage: http://test-unit.github.io/
@@ -17,7 +18,8 @@ Package: ruby-test-unit
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Multi-Arch: foreign
-Depends: ruby-power-assert,
+Depends: ruby | ruby-interpreter,
+         ruby-power-assert,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: unit testing framework for Ruby
diff --git a/debian/rules b/debian/rules
index a8c5fa3..f3cbb57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,4 @@
 #!/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 ruby2.2
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-#
-# Uncomment to check dependencies during build:
-# 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-test-unit.git



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