summaryrefslogtreecommitdiffstats
path: root/debian/buildsys/2.3/control.in
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-08-01 02:02:08 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-08-01 02:02:08 +0000
commit8b6e761baac8bb93e631da2e405d3f1e49b01916 (patch)
treec7f668729f80d3fc3d7cbb92465db81f49bbbad5 /debian/buildsys/2.3/control.in
parenta5733c06ab8b7491aaf9dcc6e15d7d14016d8806 (diff)
downloadbcfg2-8b6e761baac8bb93e631da2e405d3f1e49b01916.tar.gz
bcfg2-8b6e761baac8bb93e631da2e405d3f1e49b01916.tar.bz2
bcfg2-8b6e761baac8bb93e631da2e405d3f1e49b01916.zip
Packaging changes from ressu
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2019 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/buildsys/2.3/control.in')
-rw-r--r--debian/buildsys/2.3/control.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/buildsys/2.3/control.in b/debian/buildsys/2.3/control.in
new file mode 100644
index 000000000..cf17bddf8
--- /dev/null
+++ b/debian/buildsys/2.3/control.in
@@ -0,0 +1,28 @@
+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 , python2.3-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, 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/