[DRE-commits] [ruby-typhoeus] 03/04: needs ethon >= 0.7.0

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 13 11:55:19 UTC 2014


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

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

commit f6def566b5de7e51ee1e3fbb5ff7573c1f097ae7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Apr 13 15:16:21 2014 +0530

    needs ethon >= 0.7.0
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b30f9aa..0fafbf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ ruby-typhoeus (0.6.8-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump stadards version to 3.9.5 (no changes)
-  * Bump gem2deb build dep to >= 0.7.5 (ruby 2.x) 
+  * Bump gem2deb build dep to >= 0.7.5 (ruby 2.x)
+  * Bump ruby-ethon dependency to >= 0.7.0
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 13 Apr 2014 14:12:51 +0530
 
diff --git a/debian/control b/debian/control
index c99e0e5..773004d 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, ruby-faraday, rake, ruby-rspec, ruby-rack,
+ ruby-ethon (>= 0.7.0), ruby-faraday, rake, ruby-rspec, ruby-rack,
  ruby-json, ruby-sinatra
 Standards-Version: 3.9.5
 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
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ethon (>= 0.7.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.

-- 
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