[DRE-commits] [ohai] 02/03: Added dependencies on ruby-plist and ruby-sigar by hand

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Jun 18 12:44:26 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 cbf42438b68828a767e486f9681f7254b8aed103
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jun 17 09:17:19 2015 -0300

    Added dependencies on ruby-plist and ruby-sigar by hand
    
    upstream metadata is missing them (reported as
    https://github.com/chef/ohai/issues/556)
---
 debian/changelog | 3 +++
 debian/control   | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 72be3e5..d0a5a1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ ohai (8.4.0-1) unstable; urgency=medium
   * New upstream release
   * Drop all patches, not needed anymore
   * Update packaging with a new dh-make-ruby run
+    - Added dependencies on ruby-plist and ruby-sigar by hand; upstream
+      metadata is missing them (reported as
+      https://github.com/chef/ohai/issues/556)
   * Add 0001-Drop-dependency-on-wmi-lite.patch to remove a Windows-only
     dependency
   * Add 0002-Avoid-dependency-on-rspec-collection_matchers.patch to make the
diff --git a/debian/control b/debian/control
index 6af2d56..a2c8e7f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Build-Depends: debhelper (>= 7.0.50~),
                ruby-mixlib-shellout (>= 2.0),
                ruby-rspec (>= 3),
                ruby-systemu (>= 2.6.4),
+               ruby-plist,
+               ruby-sigar,
 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
@@ -43,6 +45,8 @@ Depends: rake (>= 10.1),
          ruby-mixlib-log,
          ruby-mixlib-shellout (>= 2.0),
          ruby-systemu (>= 2.6.4),
+         ruby-plist,
+         ruby-sigar,
          ${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