summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control.in24
-rw-r--r--debian/copyright21
2 files changed, 25 insertions, 20 deletions
diff --git a/debian/control.in b/debian/control.in
index 725db1895..2d2ee9a16 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -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})
+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: 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/
diff --git a/debian/copyright b/debian/copyright
index bebdf716d..1a631c815 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,17 @@
-Upstream Authors:
-Narayan Desai
+This package was debianized by Sami Haahtinen <ressu@debian.org>
-Copyright:
+It was downloaded from http://trac.mcs.anl.gov/projects/bcfg2/
+
+Upstream Author: Narayan Desai <desai@mcs.anl.gov>
+
+Copyright:
+ 1999 - 2006: University of Chicago
+
+License:
Unless otherwise specified, files are copyright by the following:
-Bcfg Public License
+BCFG Public License
Copyright (c) University of Chicago 1999.
@@ -83,10 +89,3 @@ Copyright (c) University of Chicago 1999.
LIABLE FOR ANY DAMAGES, INCLUDING DIRECT, INCIDENTAL, SPECIAL, OR
CONSEQUENTIAL DAMAGES RESULTING FROM EXERCISE OF THIS LICENSE AGREEMENT
OR THE USE OF THE SOFTWARE.
-
-END OF LICENSE
------
-
-The redistribution of this source code is subject to the terms of the GNU
-Lesser General Public License
-(see /usr/share/common-licenses/LGPL).