summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in24
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/control.in b/debian/control.in
index 725db1895..2d2ee9a16 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,16 +10,22 @@ Package: bcfg2
Architecture: all
Depends: ${python:Depends}, debsums, python-apt, python-lxml (>= 0.8), ucf, lsb-base (>= 3.1-9)
XB-Python-Version: ${python:Versions}
-Description: build configuration system
- Bcfg2 is a symbolic configuration management system,
- produced at Argonne National Lab.
- This is the client side components.
+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}, python-lxml (>= 0.8), python2.3-fam | python2.4-fam | python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version})
+Depends: ${python:Depends}, python-lxml (>= 0.8), python-fam | python2.3-gamin | python2.4-gamin , python-pyopenssl, libxml2-utils (>= 2.6.23), fam | gamin, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version})
XB-Python-Version: ${python:Versions}
-Description: build configuration system, version two
- Bcfg2 is a symbolic configuration management system,
- produced at Argonne National Lab.
- This is the server side component.
+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/