diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-15 09:55:48 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-12-15 09:55:48 +0000 |
commit | 6e26a22da83fef27ca7649b8de043c896589cf26 (patch) | |
tree | 14921d779afc12ca90d0c3f9b7e36b7dedf979b1 /debian/control | |
parent | 028c3df745f162c251e0e0da4016dc9620716cb1 (diff) | |
download | bcfg2-6e26a22da83fef27ca7649b8de043c896589cf26.tar.gz bcfg2-6e26a22da83fef27ca7649b8de043c896589cf26.tar.bz2 bcfg2-6e26a22da83fef27ca7649b8de043c896589cf26.zip |
Try to avoid a state where deps are satisfied by installing (fam and python-gamin) or (gamin and python-fam) by the suggestion of "jackyf | djbclark: maybe by disgrouping in 4 pairs" since control does not support syntax that would make more immediate sense to humans like ((python-fam & fam) | (python-gamin & gamin))
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5621 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f5df0446d..f34a8c104 100644 --- a/debian/control +++ b/debian/control @@ -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, python-ssl | python2.6 | python3.0 | python3.1 | python3.2 +Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${Source-Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 | python3.2, fam | gamin, python-fam | python-gamin, fam | python-gamin, gamin | python-fam XB-Python-Version: >= 2.4 Recommends: graphviz Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, sqlalchemy (>= 0.5.0), python-django, mail-transport-agent @@ -30,4 +30,3 @@ Description: Configuration management server for clients bound by client profiles. bcfg2-server is the server for bcfg2 clients, which generates configuration sets and stores statistics of client system states. - |