1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: ohai
Section: admin
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
rake,
ruby,
ruby-chef-config (>= 16~),
ruby-chef-utils (>= 16~),
ruby-ffi,
ruby-ffi-yajl,
ruby-ipaddress,
ruby-mixlib-cli,
ruby-mixlib-config,
ruby-mixlib-log (>= 2.0.1~),
ruby-mixlib-shellout (>= 3.2.5~),
ruby-plist,
ruby-train-core,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: ohai
Architecture: all
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
|