[DRE-commits] [ruby-em-spec] 01/02: debian/rules: Add check-dependencies command
Lucas Moura
lucasmoura-guest at moszumanska.debian.org
Fri Jul 15 20:04:42 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-em-spec.
commit f398a894e55f9a0e8b581765bcaf9e6a23adf908
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date: Fri Jul 15 16:32:00 2016 -0300
debian/rules: Add check-dependencies command
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 79d3fc9..60f9bc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-em-spec (0.2.7-1) unstable; urgency=medium
* Update ruby-em-spec.docs
* Remove unused lintian override
* debian/control: Bump standards-version to 3.9.8
+ * debian/rules: Add check-dependencies command
-- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com> Fri, 15 Jul 2016 14:35:20 -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-em-spec.git
More information about the Pkg-ruby-extras-commits
mailing list