[DRE-commits] [SCM] ruby-ethon.git branch, master, updated. upstream/0.5.12-15-g45d62be

Praveen Arimbrathodiyil praveen at debian.org
Thu May 16 13:02:50 UTC 2013


The following commit has been merged in the master branch:
commit 6ef9ea336e29b53a9e03aa93e897f0e4304df275
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 16 17:56:56 2013 +0530

    drop binding to ffi 1.3.0
    
    - all tests pass
    - so probably it doesn't need this particular version

diff --git a/debian/control b/debian/control
index 2abc9d2..b50da01 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-rspec, ruby-ffi (>= 1.3.0),
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-rspec, ruby-ffi,
  ruby-mime-types (>= 1.18)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ethon.git
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-ethon
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 1.3.0),
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi,
  ruby-mime-types (>= 1.18)
 Description: libcurl wrapper using ffi
  Very lightweight libcurl wrapper.

-- 
ruby-ethon.git



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