[DRE-commits] [cucumber] 10/11: (build-)depend on ruby-multi-json

Cédric Boutillier boutil at alioth.debian.org
Thu Aug 15 16:41:13 UTC 2013


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

boutil pushed a commit to branch master
in repository cucumber.

commit 6e76dc00851a80144e86ce8bb461afab48feff1d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Aug 15 18:33:38 2013 +0200

    (build-)depend on ruby-multi-json
---
 debian/changelog |    2 +-
 debian/control   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5190cc..c03ff98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ cucumber (1.3.6-1) unstable; urgency=low
     + remove obsolete DM-Upload-Allowed flag
     + use canonical URI in Vcs-* fields
     + remove duplicate rake in Build-Depends,
-    + depend/build-depend on ruby-gherkin >= 2.12
+    + depend/build-depend on ruby-gherkin >= 2.12 and ruby-multi-json
     + update my email address
     + Bump Standards-Version to 3.9.4 (no changes needed)
   * debian/patches:
diff --git a/debian/control b/debian/control
index f81eac9..4b62c0b 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: Antonio Terceiro <terceiro at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-json, ruby-diff-lcs, ruby-gherkin (>= 2.12~), ruby-builder, rake, ruby-rspec, ruby-nokogiri, libjs-jquery
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-multi-json (>= 1.7.5~), ruby-json, ruby-diff-lcs, ruby-gherkin (>= 2.12~), ruby-builder, rake, ruby-rspec, ruby-nokogiri, libjs-jquery
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/cucumber.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/cucumber.git;a=summary
@@ -13,7 +13,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 (>= 2.12~), ruby-builder, libjs-jquery
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json (>= 1.7.5~), ruby-diff-lcs, ruby-gherkin (>= 2.12~), ruby-builder, libjs-jquery
 Suggests: rake, ruby-nokogiri
 Description: acceptance testing framework
  Cucumber lets software development teams describe how software should behave

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/cucumber.git



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