From 73713021930be2b40d67e8bda41159699bae839e Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Wed, 9 Dec 2009 11:41:44 +0000 Subject: BuildingDebianPackages: Deps changes/additions * Changed bcfg2 client to reffer to python 2.6 or later in the same way that works for bcfg2-server (the >= notation seems to fail; need to list actual package names). * Added Snapshots (sqlalchemy), New Dynamic Reports (python-django) and Old Reports (mail-transport-agent) deps. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5614 ce84e21b-d406-0410-9b95-82705330c041 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 8577f5999..f5df0446d 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 | python-ssl | python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, debsums, python-apt, python-lxml (>= 0.9), ucf, lsb-base (>= 3.1-9), python-m2crypto | python-ssl | python2.6 | python3.0 | python3.1 | python3.2 XB-Python-Version: >= 2.3 Homepage: http://bcfg2.org/ Description: Configuration management client @@ -20,10 +20,10 @@ 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, python-ssl | python2.6 | python3.0 | python3.1 +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 | python3.2 XB-Python-Version: >= 2.4 Recommends: graphviz -Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler +Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, sqlalchemy (>= 0.5.0), python-django, mail-transport-agent Homepage: http://bcfg2.org/ Description: Configuration management server Bcfg2 is a configuration management system that generates configuration sets -- cgit v1.2.3-1-g7c22