[DRE-commits] [ruby-multi-test] 03/03: Update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 19:45:19 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-multi-test.

commit 6ab61a12f2df56ee41590a43805544d513cb61d3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 29 17:43:24 2015 -0200

    Update packaging with a new dh-make-ruby run
---
 debian/changelog |  1 +
 debian/compat    |  2 +-
 debian/control   | 13 ++++++++-----
 debian/rules     | 13 ++-----------
 4 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cbe4eb4..f252a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-multi-test (0.1.2-1) unstable; urgency=medium
 
   * Team upload
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 29 Oct 2015 17:37:01 -0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 55bfeb7..f50b5b5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ 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 (>= 7.0.50~), gem2deb (>= 0.7.5~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multi-test.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-multi-test.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-multi-test.git
 Homepage: http://cukes.info
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-multi-test
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: ruby-rspec, ruby-test-unit, ruby-minitest
 Description: library to control autorun feature of test frameworks
  This library provides a uniform interface onto whatever testing library has
@@ -22,4 +26,3 @@ Description: library to control autorun feature of test frameworks
  Supported test frameworks are RSpec, test/unit, and minitest.
  .
  It is used to run the test suite of the cucumber package.
-
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-multi-test.git



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