[DRE-commits] [ruby-celluloid] 01/02: check gemspec dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jan 19 21:52:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-celluloid.
commit 5bbec167880274fb90ab40f27c2a1a86952442d0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jan 20 01:21:42 2016 +0530
check gemspec dependencies
---
debian/changelog | 7 +++++++
debian/rules | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 86ccb57..2e22586 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-celluloid (0.16.0-3.1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Check gemspec dependencies during build
+
+ -- Pirate Praveen <praveen at debian.org> Wed, 20 Jan 2016 01:21:13 +0530
+
ruby-celluloid (0.16.0-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 8e7d8fa..c1869fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ export DH_RUBY_IGNORE_TESTS=ruby1.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-celluloid.git
More information about the Pkg-ruby-extras-commits
mailing list