[DRE-commits] [ruby-combustion] 05/08: debian/rules: Add check-dependencies command
Lucas Moura
lucasmoura-guest at moszumanska.debian.org
Sat Mar 5 15:35:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
lucasmoura-guest pushed a commit to branch master
in repository ruby-combustion.
commit 70753f120db458a43650290f6cb711f5d66d8563
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date: Sat Mar 5 11:05:08 2016 -0300
debian/rules: Add check-dependencies command
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2accef8..d35ee9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-combustion (0.5.4-1) UNRELEASED; urgency=medium
* New upstream release.
* Add package tests.
* Remove 'git ls-files' command from gemspec.
+ * debian/rules: Add check-dependencies command.
-- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com> Fri, 04 Mar 2016 17:50:27 -0300
diff --git a/debian/rules b/debian/rules
index 1990c52..aa5d94e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,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-combustion.git
More information about the Pkg-ruby-extras-commits
mailing list