diff options
author | Mike McCallister <mike@mccllstr.com> | 2009-12-08 06:14:04 +0000 |
---|---|---|
committer | Mike McCallister <mike@mccllstr.com> | 2009-12-08 06:14:04 +0000 |
commit | c3ff91825a5e4ed54bcbee2c9518945b1825308d (patch) | |
tree | 4676f7f588e1036b12dbeae5f93fade5f2ee42d3 | |
parent | b1243f2954f4c81b3e6862de138db6537558bb76 (diff) | |
download | bcfg2-c3ff91825a5e4ed54bcbee2c9518945b1825308d.tar.gz bcfg2-c3ff91825a5e4ed54bcbee2c9518945b1825308d.tar.bz2 bcfg2-c3ff91825a5e4ed54bcbee2c9518945b1825308d.zip |
Changed some Recommends to Suggests, using the approach that packages
needed to support the minimal configuration without error should be
recommended while others should be left as suggestions.
Added python-cheetah as a suggestion to support the TCheetah plugin.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5613 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index aa9954394..8577f5999 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ Package: bcfg2-server Architecture: all Depends: ${python:Depends}, ${misc: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-ssl | python2.6 | python3.0 | python3.1 XB-Python-Version: >= 2.4 -Recommends: python-genshi (>= 0.4.4), graphviz, python-profiler +Recommends: graphviz +Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler Homepage: http://bcfg2.org/ Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets |