diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-09 11:41:44 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-09 11:41:44 +0000 |
commit | 73713021930be2b40d67e8bda41159699bae839e (patch) | |
tree | 10792d541f74039eadcfc66ab35700802075780d /debian/control | |
parent | c3ff91825a5e4ed54bcbee2c9518945b1825308d (diff) | |
download | bcfg2-73713021930be2b40d67e8bda41159699bae839e.tar.gz bcfg2-73713021930be2b40d67e8bda41159699bae839e.tar.bz2 bcfg2-73713021930be2b40d67e8bda41159699bae839e.zip |
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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files 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 |