[DRE-commits] [ruby-attr-encrypted] 02/02: check gemspec depends
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Jul 9 14:15:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-attr-encrypted.
commit 08ab7fa82d10468cd744bb838c7b791c4a8b2e70
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sat Jul 9 19:16:58 2016 +0530
check gemspec depends
---
debian/changelog | 3 ++-
debian/rules | 16 ++--------------
2 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c645d0d..d98194e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-attr-encrypted (3.0.1-2) unstable; urgency=medium
- * Reupload to unstable
+ * Reupload to unstable
+ * Check gemspec dependencies during build
-- Pirate Praveen <praveen at debian.org> Sat, 09 Jul 2016 19:11:16 +0530
diff --git a/debian/rules b/debian/rules
index 57b4299..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +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
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-#
-# Uncomment to check dependencies during build:
-# export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+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-attr-encrypted.git
More information about the Pkg-ruby-extras-commits
mailing list