summaryrefslogtreecommitdiffstats
path: root/debian/buildsys/2.3/control.in
blob: 407587d15a99db4bdc70201d659cc120b852dd08 (plain)
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: bcfg2
Section: admin
Priority: optional
Maintainer: Sami Haahtinen <ressu@debian.org>
Build-Depends: @cdbs@, python2.3-dev, python
Standards-Version: 3.7.2.0

Package: bcfg2
Architecture: all
Depends: ${python:Depends}, debsums, python-apt, python2.3-lxml (>= 0.8), ucf
Description: Configuration management client
 Bcfg2 is a configuration management system that generates configuration sets
 for clients bound by client profiles.
 bcfg2 is the client portion of bcfg2 system which installs configuration
 images provided by bcfg2-server
 .
 Homepage: http://trac.mcs.anl.gov/projects/bcfg2/

Package: bcfg2-server
Architecture: all
Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), openssl
Recommends: graphviz
Description: Configuration management server
 Bcfg2 is a configuration management system that generates configuration sets
 for clients bound by client profiles.
 bcfg2-server is the server for bcfg2 clients, which generates configuration
 sets and stores statistics of client system states.
 .
 Homepage: http://trac.mcs.anl.gov/projects/bcfg2/