[DRE-commits] [ruby-typhoeus] 01/01: bump ethon dep

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Oct 29 16:48:51 UTC 2015


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

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

commit 86cf750f91be776fd52e62ae590502d132b41f22
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Oct 29 22:17:29 2015 +0530

    bump ethon dep
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 305c8e0..2f8573b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-typhoeus (0.8.0-1) unstable; urgency=low
   * Team upload
   * New upstream release
   * Enable Tests
+  * Check gemspec dependencies during build
 
  -- Nitesh A Jain <niteshjain92 at gmail.com>  Sun, 25 Oct 2015 23:41:45 +0530
 
diff --git a/debian/control b/debian/control
index 00d3d17..98fa74c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
- ruby-ethon (>= 0.7.4), ruby-faraday, rake, ruby-rspec, ruby-rack,
+ ruby-ethon (>= 0.8.0), ruby-faraday, rake, ruby-rspec, ruby-rack,
  ruby-json, ruby-sinatra
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-typhoeus.git
@@ -15,7 +15,7 @@ XS-Ruby-Versions: all
 Package: ruby-typhoeus
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ethon (>= 0.7.4)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ethon (>= 0.8.0)
 Description: parallel HTTP library on top of ethon
  Typhoeus is a HTTP client library based on Ethon which wraps libcurl.
  Sitting on top of libcurl makes Typhoeus very reliable and fast.
diff --git a/debian/rules b/debian/rules
index d0716e6..4e3431c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@
 #
 # 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-typhoeus.git



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