[DRE-commits] [ruby-ridley] 06/08: Fix dependencies
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Mon Aug 3 12:06:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-ridley.
commit ecafc6d49f51d7b272561376522275499ac414e0
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Mon Aug 3 15:04:38 2015 +0300
Fix dependencies
---
debian/control | 46 +++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 43 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index aa6afef..ac4d696 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,31 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: <nomadium at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ ruby-rspec,
+ ruby-rspec-its,
+ rake,
+ ruby-addressable,
+ ruby-varia-model (>= 0.4),
+ ruby-buff-config (>= 1.0),
+ ruby-buff-extensions (>= 1.0),
+ ruby-buff-ignore (>= 1.1),
+ ruby-buff-shell-out (>= 0.1),
+ ruby-celluloid (>= 0.16.0~pre),
+ ruby-celluloid-io (>= 0.16.0~pre),
+ ruby-erubis,
+ ruby-faraday (>= 0.9.0),
+ ruby-hashie (>= 2.0.2),
+ ruby-json (>= 1.7.7),
+ ruby-mixlib-authentication (>= 1.3.0),
+ ruby-net-http-persistent (>= 2.8),
+ ruby-retryable,
+ ruby-semverse (>= 1.1),
+ ruby-buff-ruby-engine (>= 0.1),
+ ruby-json-spec,
+ ruby-webmock,
+ chef-zero (>= 1.5)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ridley.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ridley.git
@@ -13,7 +37,23 @@ XS-Ruby-Versions: all
Package: ruby-ridley
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# addressable (>= 0), varia_model (~> 0.4), buff-config (~> 1.0), buff-extensions (~> 1.0), buff-ignore (~> 1.1), buff-shell_out (~> 0.1), celluloid (~> 0.16.0.pre), celluloid-io (~> 0.16.0.pre), erubis (>= 0), faraday (~> 0.9.0), hashie (< 3.0.0, >= 2.0.2), json (>= 1.7.7), mixlib-authentication (>= 1.3.0), net-http-persistent (>= 2.8), retryable (>= 0), semverse (~> 1.1), buff-ruby_engine (~> 0.1, development)
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ruby | ruby-interpreter
+ ruby-addressable,
+ ruby-varia-model (>= 0.4),
+ ruby-buff-config (>= 1.0),
+ ruby-buff-extensions (>= 1.0),
+ ruby-buff-ignore (>= 1.1),
+ ruby-buff-shell-out (>= 0.1),
+ ruby-celluloid (>= 0.16.0~pre),
+ ruby-celluloid-io (>= 0.16.0~pre),
+ ruby-erubis,
+ ruby-faraday (>= 0.9.0),
+ ruby-hashie (>= 2.0.2),
+ ruby-json (>= 1.7.7),
+ ruby-mixlib-authentication (>= 1.3.0),
+ ruby-net-http-persistent (>= 2.8),
+ ruby-retryable,
+ ruby-semverse (>= 1.1)
Description: reliable Chef API client with a clean syntax
A reliable Chef API client with a clean syntax
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ridley.git
More information about the Pkg-ruby-extras-commits
mailing list