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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: chef
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
Tollef Fog Heen <tfheen@debian.org>
Build-Depends: chef-zero (>= 4.8),
debhelper (>= 9~),
gem2deb,
lsb-release,
po-debconf,
ohai (<< 9),
ohai (>= 8.6.0.alpha.1),
rake,
ruby-addressable,
ruby-bundler (>= 1.10),
ruby-cheffish,
ruby-diff-lcs (>= 1.2),
ruby-diff-lcs (>= 1.2.4),
ruby-erubis (>= 2.7),
ruby-ffi-yajl (>= 2.2),
ruby-highline (>= 1.6),
ruby-highline (>= 1.6.9),
ruby-iniparse (>= 1.4),
ruby-mixlib-archive (>= 0.2.0),
ruby-mixlib-authentication (>= 1.4),
ruby-mixlib-cli (>= 1.7),
ruby-mixlib-log (>= 1.3),
ruby-mixlib-shellout (>= 2.0),
ruby-net-sftp (>= 2.1),
ruby-net-sftp (>= 2.1.2),
ruby-net-ssh (>= 1:2.9),
ruby-net-ssh-multi (>= 1.1),
ruby-plist (>= 3.2),
ruby-proxifier (>= 1.0),
ruby-rspec,
ruby-rspec-core (>= 3.4),
ruby-rspec-expectations (>= 3.4),
ruby-rspec-mocks (>= 3.4),
ruby-serverspec (>= 2.7),
ruby-specinfra (>= 2.10),
ruby-syslog-logger (>= 1.6),
ruby-uuidtools (>= 2.1.5)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/chef.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/chef.git
Homepage: http://www.chef.io
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: chef
Architecture: all
X-DhRuby-Root: .
XB-Ruby-Versions: ${ruby:Versions}
Depends: chef-zero (>= 4.8),
lsb-base,
ohai (<< 9),
ohai (>= 8.6.0.alpha.1),
ruby | ruby-interpreter,
ruby-addressable,
ruby-bundler (>= 1.10),
ruby-chef-config (>= 12.14.60),
ruby-diff-lcs (>= 1.2),
ruby-diff-lcs (>= 1.2.4),
ruby-erubis (>= 2.7),
ruby-ffi-yajl (>= 2.2),
ruby-highline (>= 1.6),
ruby-highline (>= 1.6.9),
ruby-iniparse (>= 1.4),
ruby-mixlib-archive (>= 0.2.0),
ruby-mixlib-authentication (>= 1.4),
ruby-mixlib-cli (>= 1.7),
ruby-mixlib-log (>= 1.3),
ruby-mixlib-shellout (>= 2.0),
ruby-net-sftp (>= 2.1),
ruby-net-sftp (>= 2.1.2),
ruby-net-ssh (>= 1:2.9),
ruby-net-ssh-multi (>= 1.1),
ruby-plist (>= 3.2),
ruby-proxifier (>= 1.0),
ruby-rspec-core (>= 3.4),
ruby-rspec-expectations (>= 3.4),
ruby-rspec-mocks (>= 3.4),
ruby-serverspec (>= 2.7),
ruby-specinfra (>= 2.10),
ruby-syslog-logger (>= 1.6),
ruby-uuidtools (>= 2.1.5),
ucf,
${misc:Depends},
${shlibs:Depends}
Breaks: chef-solr (<< 11)
Description: systems integration framework - clients
Chef is a systems integration framework and configuration management library
written in Ruby. Chef provides a Ruby library and API that can be used to
bring the benefits of configuration management to an entire infrastructure.
.
Chef can be run as a client (chef-client) to a server, or run as a standalone
tool (chef-solo). Configuration recipes are written in a pure Ruby DSL.
.
This package provides the chef-client, chef-solo, and knife binaries as well
as the Chef library.
Package: ruby-chef-config
Architecture: all
X-DhRuby-Root: chef-config
Depends: ruby-addressable,
ruby-mixlib-shellout (>= 2.0),
ruby-mixlib-config (>= 2.0),
ruby-fuzzyurl (>= 0.8.0),
${misc:Depends},
${shlibs:Depends}
Description: Chef configuration library
Chef is a systems integration framework and configuration management library
written in Ruby. Chef provides a Ruby library and API that can be used to
bring the benefits of configuration management to an entire infrastructure.
.
This package provides the chef-config, Chef configuration library.
|