summaryrefslogtreecommitdiffstats
path: root/debian/buildsys/2.4/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/buildsys/2.4/control.in')
-rw-r--r--debian/buildsys/2.4/control.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in
new file mode 100644
index 000000000..23e64b1a6
--- /dev/null
+++ b/debian/buildsys/2.4/control.in
@@ -0,0 +1,28 @@
+Source: bcfg2
+Section: admin
+Priority: optional
+Maintainer: Sami Haahtinen <ressu@debian.org>
+Build-Depends: @cdbs@, python2.4-dev
+Standards-Version: 3.7.2.0
+
+Package: bcfg2
+Architecture: all
+Depends: ${python:Depends}, debsums, python2.4-apt, python2.4-lxml (>= 0.8), ucf, lsb-base (>= 3.1)
+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.4-lxml (>= 0.8), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version})
+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/