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 /debian/buildsys/2.4 | |
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
Diffstat (limited to 'debian/buildsys/2.4')
-rw-r--r-- | debian/buildsys/2.4/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |