[DRE-commits] [SCM] ruby-childprocess.git branch, master, updated. debian/0.3.2-2-14-g4fd15ae

Laurent Bigonville bigon at debian.org
Tue May 14 13:11:02 UTC 2013


The following commit has been merged in the master branch:
commit 8b31c45afe55b71721a83d12fbd6600ba2a7bc3d
Author: Laurent Bigonville <bigon at debian.org>
Date:   Tue May 14 14:56:44 2013 +0200

    debian/control: Bump ruby-ffi dependency

diff --git a/debian/changelog b/debian/changelog
index df1a055..253e0be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-childprocess (0.3.9-2) UNRELEASED; urgency=low
+
+  * debian/control: Bump ruby-ffi dependency
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 14 May 2013 14:56:18 +0200
+
 ruby-childprocess (0.3.9-1) experimental; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 305df34..01aeba4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
 Package: ruby-childprocess
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 1.0.6)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 1.0.11)
 Description: Ruby library for controlling external programs running in the background
  This library aims at being a simple and reliable solution for controlling
  external programs running in the background on any Ruby / OS combination.

-- 
ruby-childprocess.git



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