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

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Oct 13 16:47:09 UTC 2015


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

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

commit fce7470d80c11f40f9b494814c721245bdf12a73
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Oct 13 13:43:07 2015 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 33b68de..198a1ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-bourne (1.6.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 13 Oct 2015 13:40:08 -0300
 
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 f822449..183fab1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-mocha, rake
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               rake,
+               ruby-mocha (>= 1.1)
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bourne.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-bourne.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-bourne.git
 Homepage: http://github.com/thoughtbot/bourne
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-bourne
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mocha
-# mocha (~> 0.13.2), rake (>= 0, development)
+Depends: ruby | ruby-interpreter,
+         ruby-mocha (>= 1.1),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: adds test spies to mocha
  Extends mocha to allow detailed tracking and querying of
  stub and mock invocations. Allows test spies using the have_received rspec
diff --git a/debian/rules b/debian/rules
index 6590537..b9b5c94 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
-#
-# 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-bourne.git



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