[DRE-commits] [ruby-bogus] 05/06: debian/rules: Add check-dependencies command

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Mon Mar 7 15:13:29 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-bogus.

commit 57eaee040146eba5bf7536d50ee09599bd4a434f
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Mon Mar 7 12:09:43 2016 -0300

    debian/rules: Add check-dependencies command
---
 debian/changelog | 3 ++-
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7f7c872..ad318fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ ruby-bogus (0.1.6-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
-  * Update clean_spec_helper.patch for the new upstream code
   * Create patch to remove relative import in clean_ruby_spec.rb
+  * Update clean_spec_helper.patch for the new upstream code
+  * debian/rules: Add check-dependencies command
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Mon, 07 Mar 2016 11:29:11 -0300
 
diff --git a/debian/rules b/debian/rules
index 10f280a..dd595e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@
 # 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-bogus.git



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