Source: ohai
Section: admin
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb (>= 1),
               rake,
               ruby,
               ruby-chef-config (>= 15),
               ruby-ffi (>= 1.9),
               ruby-ffi-yajl (>= 2.2),
               ruby-ipaddress,
               ruby-mixlib-cli (>= 1.7.0),
               ruby-mixlib-config (>= 2.0),
               ruby-mixlib-log (>= 2.0.1),
               ruby-mixlib-shellout (>= 2.0),
               ruby-plist (>= 3.1),
               ruby-rspec,
               ruby-rspec-collection-matchers,
               ruby-systemu (>= 2.6.4),
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ohai.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ohai
Homepage: https://github.com/chef/ohai/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ohai
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: chef (<< 15)
Description: Detects data about your operating system and reports it in JSON
 Information about your system is collected and returned as multidimensional
 attributes in JSON format. The following information is captured:
   * Operating system and kernel
   * Filesystems in use
   * Network configuration and statistics
   * Available languages
   * Virtualization
