# HG changeset patch # User Sylvain Thenault # Date 1231437897 -3600 # Node ID a3a12869d770bf9a2a271cc7ea59cc0d89d91d64 # Parent e25f100e31eb6283155143ef96e84db5b727b14e fix dependencies diff -r e25f100e31eb -r a3a12869d770 debian/control --- a/debian/control Thu Jan 08 18:28:31 2009 +0100 +++ b/debian/control Thu Jan 08 19:04:57 2009 +0100 @@ -11,7 +11,8 @@ Architecture: all XB-Python-Version: ${python:Versions} Depends: ${python:Depends}, cubicweb-server (= ${source:Version}), cubicweb-twisted (= ${source:Version}), cubicweb-client (= ${source:Version}) -Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 +XBS-Recommends: (postgresql, postgresql-plpython, postgresql-contrib) | mysql | sqlite3 +Recommends: postgresql | mysql | sqlite3 Description: the complete CubicWeb framework CubicWeb is a semantic web application framework. . @@ -27,8 +28,8 @@ Conflicts: cubicweb-multisources Replaces: cubicweb-multisources Provides: cubicweb-multisources -Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), (python-psycopg2 | python-mysqldb | python-pysqlite2) -Recommends: pyro, postgresql-8.3, postgresql-plpython-8.3, postgresql-contrib-8.3, cubicweb-documentation (= ${source:Version}) +Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), python-psycopg2 | python-mysqldb | python-pysqlite2 +Recommends: pyro, cubicweb-documentation (= ${source:Version}) Description: server part of the CubicWeb framework CubicWeb is a semantic web application framework. .