debian/control
changeset 4984 6cb91be7707f
parent 4965 04543ed0bbdc
parent 4978 9c342fa4f1b7
child 5017 b2cc2a51706f
child 5168 1ab032df5ca3
--- a/debian/control	Wed Mar 24 08:40:21 2010 +0100
+++ b/debian/control	Wed Mar 24 08:42:49 2010 +0100
@@ -33,7 +33,6 @@
 Conflicts: cubicweb-multisources
 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-logilab-database, cubicweb-postgresql-support | cubicweb-mysql-support | python-pysqlite2
 Recommends: pyro, cubicweb-documentation (= ${source:Version})
 Description: server part of the CubicWeb framework
@@ -46,7 +45,7 @@
 
 Package: cubicweb-postgresql-support
 Architecture: all
-# postgresql/mysql -client packages for backup/restore of non local database
+# 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.
@@ -56,7 +55,7 @@
 
 Package: cubicweb-mysql-support
 Architecture: all
-# postgresql/mysql -client packages for backup/restore of non local database
+# 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.