summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-12 03:16:42 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-12 03:16:42 +0000
commit080b73310a86167827cb904f0d6123c8be096b1f (patch)
tree57f5ae51cab490279552e0e2fe325cb128cceebd /debian/control
parented532871a4f4fa75d1b9e1c21d7cbfd1f26b97f2 (diff)
downloadbcfg2-080b73310a86167827cb904f0d6123c8be096b1f.tar.gz
bcfg2-080b73310a86167827cb904f0d6123c8be096b1f.tar.bz2
bcfg2-080b73310a86167827cb904f0d6123c8be096b1f.zip
8:35 @djbclark | ah, m2crypto is just for the client, not the server... so server
| actually needs to be dep on python (>= 2.6) | python-ssl - that | sounds right, desai / solj? 8:44 desai | yeah, that's right git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5574 ce84e21b-d406-0410-9b95-82705330c041
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 46d43a5c1..86e3ed6fc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,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), python-m2crypto
+Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python-m2crypto | python (>= 2.6)
XB-Python-Version: >= 2.3
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/
Description: Configuration management client
@@ -20,7 +20,7 @@ Description: Configuration management client
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
+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 | python (>= 2.6)
XB-Python-Version: >= 2.4
Recommends: python-genshi (>= 0.4.4), graphviz, python-profiler
Homepage: http://trac.mcs.anl.gov/projects/bcfg2/