[DRE-commits] [chef] 06/13: debian/control: update dependencies

Lucas Kanashiro kanashiro.duarte at gmail.com
Wed May 4 15:54:49 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository chef.

commit 90f0c656a715612e2afca234fac0681b8de4eed3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Mar 4 16:20:10 2016 -0300

    debian/control: update dependencies
---
 debian/changelog |  1 +
 debian/control   | 26 +++++++++++++++++---------
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43380c0..2197376 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ chef (12.7.2-1) UNRELEASED; urgency=medium
   * Imported Upstream version 12.7.2
   * debian/patches: drop patches that try to modify metadata.yml and create
     one that modify gemspec
+  * debian/control: update dependencies
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 03 Mar 2016 15:18:38 -0300
 
diff --git a/debian/control b/debian/control
index 73a1834..f893827 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,15 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>,
            Tollef Fog Heen <tfheen at debian.org>
-Build-Depends: chef-zero (>= 4.1),
+Build-Depends: chef-zero (>= 4.5),
                debhelper (>= 7.0.50~),
                gem2deb,
-               ohai (>= 8.0),
+               ohai (>= 8.6.0),
                lsb-release,
                po-debconf,
                pry (>= 0.9),
                rake,
+               ruby-chef-config (>= 12.7.2),
                ruby-diff-lcs (>= 1.2),
                ruby-diff-lcs (>= 1.2.4),
                ruby-erubis (>= 2.7),
@@ -19,21 +20,24 @@ Build-Depends: chef-zero (>= 4.1),
                ruby-ffi-yajl (>= 1.2),
                ruby-highline (>= 1.6),
                ruby-highline (>= 1.6.9),
-               ruby-mixlib-authentication (>= 1.3),
+               ruby-mixlib-authentication (>= 1.4),
                ruby-mixlib-cli (>= 1.4),
                ruby-mixlib-config (>= 2.0),
                ruby-mixlib-log (>= 1.3),
                ruby-mixlib-shellout (<< 3.0),
                ruby-mixlib-shellout (>= 2.0.0.rc.0),
-               ruby-net-ssh (>= 2.6),
+               ruby-net-ssh (>= 2.9),
                ruby-net-ssh-multi (>= 1.1),
                ruby-plist (>= 3.1.0),
+               ruby-proxifier,
                ruby-rspec,
                ruby-rspec-core (>= 3.2),
                ruby-rspec-expectations (>= 3.2),
                ruby-rspec-mocks (>= 3.2),
                ruby-serverspec (>= 2.7),
-               ruby-specinfra (>= 2.10)
+               ruby-specinfra (>= 2.10),
+               ruby-syslog-logger,
+               ruby-uuidtools (>= 2.1.5)
 Standards-Version: 3.9.6
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/chef.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/chef.git
@@ -44,10 +48,11 @@ XS-Ruby-Versions: all
 Package: chef
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: chef-zero (>= 4.1),
-         ohai (>= 8.0),
+Depends: chef-zero (>= 4.5),
+         ohai (>= 8.6.0),
          pry (>= 0.9),
          ruby | ruby-interpreter,
+         ruby-chef-config (>= 12.7.2),
          ruby-diff-lcs (>= 1.2),
          ruby-diff-lcs (>= 1.2.4),
          ruby-erubis (>= 2.7),
@@ -55,20 +60,23 @@ Depends: chef-zero (>= 4.1),
          ruby-ffi-yajl (>= 1.2),
          ruby-highline (>= 1.6),
          ruby-highline (>= 1.6.9),
-         ruby-mixlib-authentication (>= 1.3),
+         ruby-mixlib-authentication (>= 1.4),
          ruby-mixlib-cli (>= 1.4),
          ruby-mixlib-config (>= 2.0),
          ruby-mixlib-log (>= 1.3),
          ruby-mixlib-shellout (<< 3.0),
          ruby-mixlib-shellout (>= 2.0.0.rc.0),
-         ruby-net-ssh (>= 2.6),
+         ruby-net-ssh (>= 2.9),
          ruby-net-ssh-multi (>= 1.1),
          ruby-plist (>= 3.1.0),
+         ruby-proxifier,
          ruby-rspec-core (>= 3.2),
          ruby-rspec-expectations (>= 3.2),
          ruby-rspec-mocks (>= 3.2),
          ruby-serverspec (>= 2.7),
          ruby-specinfra (>= 2.10),
+         ruby-syslog-logger,
+         ruby-uuidtools (>= 2.1.5),
          ucf,
          ${misc:Depends},
          ${shlibs:Depends}

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



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