[DRE-commits] [ruby-mongo] 02/04: Update ruby-bson dependency

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Dec 21 14:09:52 UTC 2016


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

apoikos pushed a commit to branch master
in repository ruby-mongo.

commit de628032afbcca7112b39052724b70880b5c7345
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Wed Dec 21 14:57:37 2016 +0200

    Update ruby-bson dependency
    
    Use the dependency specified in the gemspec.
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a9c4774..3d76bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Prach Pongpanich <prachpub at gmail.com>,
            Apollon Oikonomopoulos <apoikos at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-bson (>= 4.2.0)
+               ruby-bson (>= 4.2.1),
+               ruby-bson (<< 5.0.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mongo.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mongo.git
@@ -17,7 +18,8 @@ Package: ruby-mongo
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-bson (>= 4.2.0),
+         ruby-bson (>= 4.2.1),
+         ruby-bson (<< 5.0.0),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby driver for MongoDB

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



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