[DRE-commits] [ohai] 08/12: debian/control: new dependencies

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Jun 13 18:36:40 UTC 2015


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

terceiro pushed a commit to branch master
in repository ohai.

commit c0c5be1cbcd70b6ef21942664afc7c44dc3d6ccf
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 13 13:40:27 2015 -0300

    debian/control: new dependencies
---
 debian/control | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index dc1ab15..dad890f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,19 +8,22 @@ Uploaders: Joshua Timberman <joshua at opscode.com>,
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
                rake,
+               rake (>= 10.1),
+               ruby-ffi (>= 1.9),
+               ruby-ffi-yajl (<< 3.0),
+               ruby-ffi-yajl (>= 1.1),
                ruby-ipaddress,
-               ruby-mime-types (>= 1.16),
+               ruby-mime-types (>= 2.0),
                ruby-mixlib-cli,
                ruby-mixlib-config (>= 2.0),
                ruby-mixlib-log,
-               ruby-mixlib-shellout (>= 1.2),
+               ruby-mixlib-shellout (>= 2.0),
                ruby-rspec,
-               ruby-systemu (>= 2.5.2),
-               ruby-yajl
+               ruby-systemu (>= 2.6.4),
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ohai.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ohai.git
-Homepage: http://wiki.opscode.com/display/chef/Ohai
+Homepage: https://docs.getchef.com/ohai.html
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -28,15 +31,18 @@ Package: ohai
 Section: admin
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
+Depends: rake (>= 10.1),
+         ruby | ruby-interpreter,
+         ruby-ffi (>= 1.9),
+         ruby-ffi-yajl (<< 3.0),
+         ruby-ffi-yajl (>= 1.1),
          ruby-ipaddress,
-         ruby-mime-types (>= 1.16),
+         ruby-mime-types (>= 2.0),
          ruby-mixlib-cli,
          ruby-mixlib-config (>= 2.0),
          ruby-mixlib-log,
-         ruby-mixlib-shellout (>= 1.2),
-         ruby-systemu (>= 2.5.2),
-         ruby-yajl,
+         ruby-mixlib-shellout (>= 2.0),
+         ruby-systemu (>= 2.6.4),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Detects data about your operating system and reports it in JSON

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



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