summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-07-25 15:28:45 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-07-25 15:28:45 +0000
commitad23004f5fe4317028f3e5e712ad9514605abf5b (patch)
tree5e3382868d86ee4659258f84704c7307f507c3fb /debian/control
parente92fafb79b737eb3e5d69769e90a273e56c5d3ea (diff)
downloadbcfg2-ad23004f5fe4317028f3e5e712ad9514605abf5b.tar.gz
bcfg2-ad23004f5fe4317028f3e5e712ad9514605abf5b.tar.bz2
bcfg2-ad23004f5fe4317028f3e5e712ad9514605abf5b.zip
Packaging updates for the final debian upload
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2002 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 73f4fae71..e98f836ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: bcfg2
Section: admin
Priority: optional
-Maintainer: Narayan Desai <desai@mcs.anl.gov>
+Maintainer: Sami Haahtinen <ressu@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-central (>= 0.5.0)
Standards-Version: 3.7.2.0
XS-Python-Version: >= 2.3
@@ -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})
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/