summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorArto Jantunen <viiru@debian.org>2014-07-15 14:50:20 +0300
committerSol Jerome <sol.jerome@gmail.com>2014-07-15 07:35:33 -0500
commit1f3f4c79fb4bb0684a000c169774c7b62816ff5a (patch)
treee996c6560c893ff84b660c2d79d3ab2d8de00e70 /debian
parent8bd0220e5d145be693a9dc8678f9b3d52c1333fa (diff)
downloadbcfg2-1f3f4c79fb4bb0684a000c169774c7b62816ff5a.tar.gz
bcfg2-1f3f4c79fb4bb0684a000c169774c7b62816ff5a.tar.bz2
bcfg2-1f3f4c79fb4bb0684a000c169774c7b62816ff5a.zip
debian/control: Move python-genshi from Suggests to Depends to match current needs
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 1b1ca8f61..8eb4343c7 100644
--- a/debian/control
+++ b/debian/control
@@ -33,9 +33,9 @@ Description: Configuration management client
Package: bcfg2-server
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python (>= 2.6), python-pyinotify | python-gamin, python-daemon
+Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python (>= 2.6), python-pyinotify | python-gamin, python-daemon, python-genshi (>= 0.4.4)
Recommends: graphviz, patch
-Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
+Suggests: python-cheetah, python-profiler, python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.