[DRE-commits] [nanoc] 05/06: Enable dependency checks in debian/rules

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jan 25 14:16:07 UTC 2017


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

boutil pushed a commit to branch master
in repository nanoc.

commit 967e88e3394de587c17b0338658458a0d3be3cab
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jan 10 14:40:11 2017 +0100

    Enable dependency checks in debian/rules
---
 debian/changelog |  1 +
 debian/rules     | 13 ++-----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ab99255..4f1182e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ nanoc (4.4.7-2) UNRELEASED; urgency=medium
   * Depend on asciidoc-base instead of asciidoc (Closes: #850357)
   * Mark nanoc-doc as Multi-Arch: foreign
   * Update manpage
+  * Enable dependency checks in debian/rules
 
  -- Cédric Boutillier <boutil at debian.org>  Sat, 07 Jan 2017 15:28:16 +0100
 
diff --git a/debian/rules b/debian/rules
index 30c7f25..293ca12 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/nanoc.git



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