[DRE-commits] [ruby-encryptor] 01/01: check gemspec depends

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Mar 19 08:51:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-encryptor.

commit 38bd039273c4a70b90b5442b5fba0075a88f367f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Mar 19 13:37:37 2016 +0530

    check gemspec depends
---
 debian/changelog |  3 +++
 debian/rules     | 13 ++-----------
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3a2622..8b668d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ ruby-encryptor (2.0.0-1) unstable; urgency=medium
   * New upstream release 
   * Added securerandom to test_helper.rb
 
+  [ Pirate Praveen ]
+  * Check gemspec dependencies during build
+
  -- Sudheesh Shetty <sudheeshshetty at gmail.com>  Fri, 18 Mar 2016 20:34:26 +0530
 
 ruby-encryptor (1.3.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index d81794d..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-#
-# 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-encryptor.git



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