[Debian-l10n-commits] r2789 - /pootle/trunk/debian/control

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:09:16 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:09:15 2011
New Revision: 2789

URL: http://svn.debian.org/wsvn/?sc=1&rev=2789
Log:
Update depends/recommends

* include Recommends for a database server too, since running with the
  db server on localhost is the "normal" method of operation. The local admin
  can always override this recommends trivially if desired.
* fix cherrypy package name (again)

Modified:
    pootle/trunk/debian/control

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2789&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Wed Nov 16 16:09:15 2011
@@ -13,8 +13,8 @@
 Package: pootle
 Architecture: all
 Pre-Depends: python-django
-Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), adduser, python-lxml, libjs-jquery, libjs-jquery-cookie, libjs-json, python-django-registration, python-django-south, dbconfig-common, libapache2-mod-wsgi | httpd | cherrypy
-Recommends: python-xapian, zip, python-levenshtein, iso-codes, mysql-client | postgresql-client | sqlite3, mysql-server | postgresql | sqlite3
+Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), adduser, python-lxml, libjs-jquery, libjs-jquery-cookie, libjs-json, python-django-registration, python-django-south, dbconfig-common, libapache2-mod-wsgi | httpd | python-cherrypy
+Recommends: python-xapian, zip, python-levenshtein, iso-codes, mysql-client | postgresql-client | sqlite3, python-mysqldb | python-psycopg2 | sqlite3, mysql-server | postgresql | sqlite3
 Suggests: python-aeidon
 Conflicts: python-django-djblets
 XB-Python-Version: ${python:Versions}




More information about the Debian-l10n-commits mailing list