[DRE-commits] [ruby-rack-oauth2] 01/02: tighten ruby-httpclient
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Jan 14 06:49:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-rack-oauth2.
commit d16527f027f73551d7ef85cdff115c7f3daca76b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Jan 14 12:16:51 2016 +0530
tighten ruby-httpclient
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/rules | 16 ++--------------
3 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a834aa1..215755f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-rack-oauth2 (1.2.1-2) UNRELEASED; urgency=medium
+
+ * Team upload
+ * Tighten dependency on ruby-httpclient
+ * Check gemspec dependencies on build
+
+ -- Pirate Praveen <praveen at debian.org> Thu, 14 Jan 2016 12:12:56 +0530
+
ruby-rack-oauth2 (1.2.1-1) unstable; urgency=medium
* Upstream update (Closes: #802132)
diff --git a/debian/control b/debian/control
index c07b995..cfc1526 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0),
rake,
ruby-activesupport (>= 2.3),
ruby-attr-required (>= 0.0.5),
- ruby-httpclient,
+ ruby-httpclient (>= 2.4),
ruby-multi-json (>= 1.3.6),
ruby-rack (>= 1.1),
ruby-rspec,
@@ -27,7 +27,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport (>= 2.3),
ruby-attr-required (>= 0.0.5),
- ruby-httpclient,
+ ruby-httpclient (>= 2.4),
ruby-multi-json (>= 1.3.6),
ruby-rack (>= 1.1),
${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 16117bf..56e8e22 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 ruby2.2
-#
-# 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-rack-oauth2.git
More information about the Pkg-ruby-extras-commits
mailing list