--- a/debian/changelog Wed Mar 24 07:52:15 2010 +0100
+++ b/debian/changelog Wed Mar 24 08:04:32 2010 +0100
@@ -2,8 +2,9 @@
* remove postgresql-contrib from cubicweb dependency (using tsearch
which is included with postgres >= 8.3)
- * add postgresql-client | mysql-client to cubicweb-server dependencies, necessary
- for dump/restore of database
+ * add postgresql-client | mysql-client to cubicweb-server dependencies using two
+ new cubicweb-[postgresql|mysql]-support virtual packages (necessary for
+ dump/restore of database)
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 24 Mar 2010 07:50:47 +0100
--- a/debian/control Wed Mar 24 07:52:15 2010 +0100
+++ b/debian/control Wed Mar 24 08:04:32 2010 +0100
@@ -34,7 +34,7 @@
Replaces: cubicweb-multisources
Provides: cubicweb-multisources
# postgresql/mysql -client packages for backup/restore of non local database
-Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), (python-psycopg2, postgresql-client) | (python-mysqldb, mysql-client) | python-pysqlite2
+Depends: ${python:Depends}, cubicweb-common (= ${source:Version}), cubicweb-ctl (= ${source:Version}), python-indexer (>= 0.6.1), cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
Recommends: pyro, cubicweb-documentation (= ${source:Version})
Description: server part of the CubicWeb framework
CubicWeb is a semantic web application framework.
@@ -44,6 +44,26 @@
This package provides the repository server part of the library and
necessary shared data files such as the schema library.
+Package: cubicweb-postgresql-support
+Architecture: all
+# postgresql-client packages for backup/restore of non local database
+Depends: python-psycopg2, postgresql-client
+Description: postgres support for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
+ .
+ This virtual package provides dependancies to use postgres for the
+ cubicweb repository.
+
+Package: cubicweb-mysql-support
+Architecture: all
+# mysql-client packages for backup/restore of non local database
+Depends: python-mysqldb, mysql-client
+Description: mysql support for the CubicWeb framework
+ CubicWeb is a semantic web application framework.
+ .
+ This virtual package provides dependancies to use mysql for the
+ cubicweb repository.
+
Package: cubicweb-twisted
Architecture: all