[DRE-commits] [berkshelf-api] 04/15: Fix (build) dependencies

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Mar 24 11:24:16 UTC 2016


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

tsfgnu-guest pushed a commit to branch master
in repository berkshelf-api.

commit 0ffc7ff29bf6880347be3ea7bbf4a82bc28cec14
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Wed Aug 19 18:16:41 2015 +0300

    Fix (build) dependencies
---
 debian/control | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 9869b47..29e08a0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,21 @@ Uploaders: Hleb Valoshka <375gnu at gmail.com>
 Build-Depends: debhelper (>= 9.0~),
                gem2deb,
                rake,
-               ruby-archive (>= 0.0.6),
                ruby-buff-config (>= 1.0),
-               ruby-celluloid (>= 0.16.0.pre),
-               ruby-celluloid-io (>= 0.16.0.pre),
+               ruby-celluloid (>= 0.16.0),
+               ruby-celluloid (<< 0.16.1),
+               ruby-celluloid-io (>= 0.16.0),
                ruby-grape (>= 0.6),
                ruby-grape-msgpack (>= 0.1),
-               ruby-hashie (<< 3.0.0),
                ruby-hashie (>= 2.0.4),
                ruby-octokit (>= 3.0),
-               ruby-reel (>= 0.5.0),
+               reel (>= 0.5.0),
                ruby-ridley (>= 4.0),
                ruby-rspec,
-               ruby-semverse (>= 1.0)
+               ruby-semverse (>= 1.0),
+               chef-zero (>= 3.2),
+               ruby-rack-test,
+               spork (>= 0.9)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/berkshelf-api.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/berkshelf-api.git
@@ -30,16 +32,15 @@ Package: berkshelf-api
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-archive (>= 0.0.6),
          ruby-buff-config (>= 1.0),
-         ruby-celluloid (>= 0.16.0.pre),
-         ruby-celluloid-io (>= 0.16.0.pre),
+         ruby-celluloid (>= 0.16.0),
+         ruby-celluloid (<< 0.16.1),
+         ruby-celluloid-io (>= 0.16.0),
          ruby-grape (>= 0.6),
          ruby-grape-msgpack (>= 0.1),
-         ruby-hashie (<< 3.0.0),
          ruby-hashie (>= 2.0.4),
          ruby-octokit (>= 3.0),
-         ruby-reel (>= 0.5.0),
+         reel (>= 0.5.0),
          ruby-ridley (>= 4.0),
          ruby-semverse (>= 1.0),
          ${misc:Depends},

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



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