summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3155fdfd9..b197459d4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ XS-Python-Version: >= 2.3
Package: bcfg2
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9)
+Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python-m2crypto
XB-Python-Version: ${python:Versions}
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
Description: Configuration management client
@@ -21,8 +21,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
Recommends: python-genshi (>= 0.4.4), graphviz, python-profiler
-XB-Python-Version: ${python:Versions}
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
+XB-Python-Version: >= 2.4
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.