[DRE-commits] [ruby-multi-json] 06/07: recommend all json implementations available, not just one of them

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


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

boutil pushed a commit to branch master
in repository ruby-multi-json.

commit cc1f4a37a77f69f60139043ac025bea2db098c84
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Aug 15 16:22:47 2013 +0200

    recommend all json implementations available, not just one of them
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4c417ba..8b9eda4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-multi-json (1.7.7-1) unstable; urgency=low
   * debian/control
     + use canonical URI in Vcs-* fields
     + build-depend and recommend ruby-oj
+    + recommend all json implementations available, not just one of them
     + bump Standards-Version to 3.9.4 (no changes needed)
   * debian/copyright:
       use DEP5 copyright-format/1.0 official URL for Format field
diff --git a/debian/control b/debian/control
index a8041e9..054b8eb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: ruby-multi-json
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Recommends: ruby-yajl (>= 1.0) | ruby-json (>= 1.4) | ruby-oj
+Recommends: ruby-yajl (>= 1.0), ruby-json (>= 1.4), ruby-oj
 Description: Ruby library to provide easy switching between different JSON backends
  A Ruby library to provide easy switching between different JSON backends,
  including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem,

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



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