summaryrefslogtreecommitdiffstats
path: root/debian/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/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/control.in')
-rw-r--r--debian/control.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 21f7d9550..000000000
--- a/debian/control.in
+++ /dev/null
@@ -1,31 +0,0 @@
-Source: bcfg2
-Section: admin
-Priority: optional
-Maintainer: Sami Haahtinen <ressu@debian.org>
-Build-Depends: @cdbs@
-Standards-Version: 3.7.2.0
-XS-Python-Version: >= 2.3
-
-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: 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), 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: 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/