[DRE-commits] [ruby-jwt] 03/09: debian/rules: export GEM2DEB_TEST_RUNNER = --check-dependencies
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Tue Jun 21 16:58:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository ruby-jwt.
commit fe1e73ce93fc459fe8a5a23733dc715860b6d525
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Tue Jun 21 12:33:24 2016 -0300
debian/rules: export GEM2DEB_TEST_RUNNER = --check-dependencies
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a925a5f..bcdb37e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-jwt (1.5.4-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Imported Upstream version 1.5.4
+ * debian/rules: export GEM2DEB_TEST_RUNNER = --check-dependencies
-- Cédric Boutillier <boutil at moszumanska.debian.org> Tue, 21 Jun 2016 12:31:19 -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-jwt.git
More information about the Pkg-ruby-extras-commits
mailing list