diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-27 00:15:05 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-27 00:15:05 +0000 |
commit | 2ad0a642f87256d2a1a284b0b564f6031d35c68a (patch) | |
tree | 272d7901b9cf4e7799eaa2ca9783ce7a28806362 | |
parent | 3d3dcc7ed3700e90bf735058feb6914990a9cb78 (diff) | |
download | bcfg2-2ad0a642f87256d2a1a284b0b564f6031d35c68a.tar.gz bcfg2-2ad0a642f87256d2a1a284b0b564f6031d35c68a.tar.bz2 bcfg2-2ad0a642f87256d2a1a284b0b564f6031d35c68a.zip |
debian: Add python-profiler dependency for the server
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5389 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/buildsys/2.3/control.in | 2 | ||||
-rw-r--r-- | debian/buildsys/2.4/control.in | 2 | ||||
-rw-r--r-- | debian/buildsys/pycentral/control.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/buildsys/2.3/control.in b/debian/buildsys/2.3/control.in index 407587d15..8d8884d17 100644 --- a/debian/buildsys/2.3/control.in +++ b/debian/buildsys/2.3/control.in @@ -18,7 +18,7 @@ Description: Configuration management client Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), openssl +Depends: ${python:Depends}, python2.3-lxml (>= 0.8), python2.3-gamin | python2.3-fam , libxml2-utils (>= 2.6.23), gamin | fam, ucf, bcfg2 (= ${Source-Version}), openssl, python-profiler Recommends: graphviz Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets diff --git a/debian/buildsys/2.4/control.in b/debian/buildsys/2.4/control.in index 58da98dc1..9619bc0cb 100644 --- a/debian/buildsys/2.4/control.in +++ b/debian/buildsys/2.4/control.in @@ -18,7 +18,7 @@ Description: Configuration management client 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 +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, python-profiler 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 915f3c9b3..91ef23261 100644 --- a/debian/buildsys/pycentral/control.in +++ b/debian/buildsys/pycentral/control.in @@ -20,7 +20,7 @@ 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}), openssl +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}), openssl, python-profiler Recommends: python-genshi (>= 0.4.4), graphviz XB-Python-Version: ${python:Versions} Description: Configuration management server |