From 6e26a22da83fef27ca7649b8de043c896589cf26 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Tue, 15 Dec 2009 09:55:48 +0000 Subject: 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 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') 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. - -- cgit v1.2.3-1-g7c22