[DRE-commits] [ruby-amq-protocol] 03/09: debian/rules: add --check-dependencies flag
Lucas Kanashiro
kanashiro.duarte at gmail.com
Thu Mar 10 03:00:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository ruby-amq-protocol.
commit ddff43e9de38fa7a8f04b3fc3569aebcf6a03f0d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Wed Mar 9 23:13:03 2016 -0300
debian/rules: add --check-dependencies flag
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3c1f9dd..2bd6ab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-amq-protocol (2.0.1-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Imported Upstream version 2.0.1
+ * debian/rules: add --check-dependencies flag
-- Cédric Boutillier <boutil at moszumanska.debian.org> Wed, 09 Mar 2016 23:11:15 -0300
diff --git a/debian/rules b/debian/rules
index a5e7dc8..daffe42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,7 @@
# 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-amq-protocol.git
More information about the Pkg-ruby-extras-commits
mailing list