summaryrefslogtreecommitdiffstats
path: root/debian/buildsys/2.4/control.in
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-10-29 21:12:39 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-10-29 21:12:39 +0000
commita5ac33e90dfdd61062d22ad73f93edd57aedf3ae (patch)
treeeabaadb2a1d2685c8b0c9daade619903766002e6 /debian/buildsys/2.4/control.in
parent656d9d1b091718294681d13cf502071b87cbacb6 (diff)
downloadbcfg2-a5ac33e90dfdd61062d22ad73f93edd57aedf3ae.tar.gz
bcfg2-a5ac33e90dfdd61062d22ad73f93edd57aedf3ae.tar.bz2
bcfg2-a5ac33e90dfdd61062d22ad73f93edd57aedf3ae.zip
Add new Debian packaging from Sami Haahtinen
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5512 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/buildsys/2.4/control.in')
-rw-r--r--debian/buildsys/2.4/control.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in
deleted file mode 100644
index 526fc7d25..000000000
--- a/debian/buildsys/2.4/control.in
+++ /dev/null
@@ -1,29 +0,0 @@
-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, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), 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}, python-lxml (>=0.9) | python2.4-lxml (>= 0.9), python2.4-gamin | python2.4-fam, python2.4-pyopenssl, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1), ucf, bcfg2 (= ${Source-Version}), openssl
-Recommends: graphviz, python-profiler
-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/