summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Bradshow <bradshaw@mcs.anl.gov>2008-10-16 16:09:48 +0000
committerRick Bradshow <bradshaw@mcs.anl.gov>2008-10-16 16:09:48 +0000
commit7c23c69f67f378c2c7b7c1b33bcceb787dadf2b2 (patch)
treee3578695c80f8d5f019e4a01eb75a082f76c344f
parent304df77ae9402deb0fd71095234ae7d214be7d67 (diff)
downloadbcfg2-7c23c69f67f378c2c7b7c1b33bcceb787dadf2b2.tar.gz
bcfg2-7c23c69f67f378c2c7b7c1b33bcceb787dadf2b2.tar.bz2
bcfg2-7c23c69f67f378c2c7b7c1b33bcceb787dadf2b2.zip
fixed Recommends bug in pycental and added option for python-lxml in 2.4
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4948 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--debian/buildsys/2.4/control.in4
-rw-r--r--debian/buildsys/pycentral/control.in3
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in
index 3597623bf..35c7ae1d6 100644
--- a/debian/buildsys/2.4/control.in
+++ b/debian/buildsys/2.4/control.in
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2.0
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, debsums, python2.4-apt, python2.4-lxml (>= 0.9), ucf, lsb-base (>= 3.1)
+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.
@@ -18,7 +18,7 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, 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}), python-cheetah, openssl
+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}), python-cheetah, openssl
Recommends: graphviz
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
diff --git a/debian/buildsys/pycentral/control.in b/debian/buildsys/pycentral/control.in
index e26a2b3c9..9c333aa06 100644
--- a/debian/buildsys/pycentral/control.in
+++ b/debian/buildsys/pycentral/control.in
@@ -21,9 +21,8 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
Depends: ${python:Depends}, python-lxml (>= 0.9), python-fam | python-gamin, libxml2-utils (>= 2.6.23), gamin | fam, lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), python-cheetah, openssl
-Recommends: python-genshi (>= 0.4.4)
+Recommends: python-genshi (>= 0.4.4), graphviz
XB-Python-Version: ${python:Versions}
-Recommends: graphviz
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.