[DRE-commits] [librarian-puppet] 01/01: Add dependencies check to autopkgtest-pkg-ruby

zeha at debian.org zeha at debian.org
Wed Mar 9 11:22:45 UTC 2016


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

zeha pushed a commit to branch master
in repository librarian-puppet.

commit a8be653cd872874fbc9017a31189c64f2a3ff1f6
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Mar 9 11:18:10 2016 +0000

    Add dependencies check to autopkgtest-pkg-ruby
---
 debian/changelog |  4 ++++
 debian/control   |  1 +
 debian/rules     | 13 ++-----------
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2be536c..5e2ff23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 librarian-puppet (2.2.1-2) unstable; urgency=medium
 
+  [ Sebastien Badia ]
   * Add missing dependencys (Closes: #817124)
 
+  [ Christian Hofstaedtler ]
+  * Add dependencies check to autopkgtest-pkg-ruby
+
  -- Sebastien Badia <seb at sebian.fr>  Wed, 09 Mar 2016 00:31:52 -0300
 
 librarian-puppet (2.2.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 34fdd00..a30e8ac 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/librarian-puppet.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/librarian-puppet.git
 Homepage: https://github.com/rodjek/librarian-puppet
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: librarian-puppet
diff --git a/debian/rules b/debian/rules
index 0f89800..96720aa 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/librarian-puppet.git



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