[DRE-commits] [ruby-github-markup] 02/04: debian/rules: check dependencies during build

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 16 00:56:02 UTC 2016


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

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

commit f4967aaf2d4bc447da5433ce0360d621428fcc3b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 15 21:47:38 2016 -0300

    debian/rules: check dependencies during build
---
 debian/changelog |  1 +
 debian/rules     | 13 ++-----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65e9312..0de742a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-github-markup (1.5.0+dfsg-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Drop dependency and build-dependency on ruby-bluecloth
+  * debian/rules: check dependencies during build
 
  -- Antonio Terceiro <terceiro at debian.org>  Tue, 15 Nov 2016 21:45:19 -0300
 
diff --git a/debian/rules b/debian/rules
index 273d82d..724856b 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-github-markup.git



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