[DRE-commits] [SCM] cucumber.git branch, master, updated. debian/1.0.2-2-17-ga7699e5

Antonio Terceiro terceiro at debian.org
Tue Jun 26 11:08:13 UTC 2012


The following commit has been merged in the master branch:
commit a7699e5ed938e43b5e4d2eb182f2881ebea15c93
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jun 26 07:47:08 2012 -0300

    Minimum version of ruby-gherkin is 2.11.0

diff --git a/debian/changelog b/debian/changelog
index ad28c15..f5f73c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cucumber (1.2.1-2) unstable; urgency=low
+
+  * Explicitly depend on ruby-gherkin >= 2.11.0~
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 26 Jun 2012 07:42:09 -0300
+
 cucumber (1.2.1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 2a75d6c..547ae2c 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: cucumber
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json, ruby-diff-lcs, ruby-gherkin, ruby-builder, libjs-jquery
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json, ruby-diff-lcs, ruby-gherkin (>= 2.11.0~), ruby-builder, libjs-jquery
 Suggests: rake, ruby-nokogiri
 Description: acceptance testing framework
  Cucumber lets software development teams describe how software should behave

-- 
cucumber.git



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