File: control

package info (click to toggle)
chef-expander 10.12.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 208 kB
  • sloc: ruby: 1,533; sh: 146; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,506 bytes parent folder | download
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
Source: chef-expander
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Bryan McLellan <btm@loftninjas.org>, Tollef Fog Heen <tfheen@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
Standards-Version: 3.9.1
#Vcs-Git: git://git.debian.org/pkg-ruby-extras/chef-expander.git
#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/chef-expander.git;a=summary
Homepage: http://wiki.opscode.com/display/chef
XS-Ruby-Versions: all

Package: chef-expander
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mixlib-log (>= 1.3.0), ruby-amqp, ruby-bunny, ruby-em-http-request, ruby-eventmachine, ruby-fast-xs, ruby-highline, ruby-uuidtools, ruby-yajl, chef-solr (>= ${source:Upstream-Version})
Replaces: chef-indexer
Conflicts: chef-indexer
Description: systems integration framework - index bridge
 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 contains chef-expander, which acts as a bridge between
 the Chef API server and the Chef Solr service.