[DRE-commits] [ruby-mongo] 03/06: Require ruby-bson >= 4.2.0

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Dec 20 10:47:13 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 efb11999a6df97f24d9b4715eb34e5c4912e1a6d
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Mon Dec 19 17:51:57 2016 +0200

    Require ruby-bson >= 4.2.0
    
    And drop the dependency on ruby-bson-ext, as the native extension is now
    shipped in ruby-bson.
---
 debian/control | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 17241cc..c61eb26 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Prach Pongpanich <prachpub at gmail.com>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-bson (>= 1.10.0),
-               ruby-bson-ext (>= 1.10.0),
+               ruby-bson (>= 4.2.0),
                ruby-mocha (>= 0.13.3),
                ruby-shoulda
 Standards-Version: 3.9.8
@@ -19,8 +18,7 @@ Package: ruby-mongo
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-bson (>= 1.10.0),
-         ruby-bson-ext (>=1.10.0),
+         ruby-bson (>= 4.2.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