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

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


Author: themill-guest
Date: Wed Nov 16 16:08:13 2011
New Revision: 2769

URL: http://svn.debian.org/wsvn/?sc=1&rev=2769
Log:
Update dependencies for dbconfig and wsgi

* recommend the appropriate db tools as per dbconfig-common documentation
* depend on some sort of webserver since we don't support the standalone
  PootleServer as a default configuration anymore

Modified:
    pootle/trunk/debian/control

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2769&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Wed Nov 16 16:08:13 2011
@@ -13,9 +13,9 @@
 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-djblets, dbconfig-common
-Recommends: python-xapian, zip, python-levenshtein, iso-codes
-Suggests: python-aeidon, libapache2-mod-wsgi | httpd | cherrypy
+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-djblets, python-django-south, dbconfig-common, libapache2-mod-wsgi | httpd | cherrypy
+Recommends: python-xapian, zip, python-levenshtein, iso-codes, mysql-client | postgresql-client
+Suggests: python-aeidon
 XB-Python-Version: ${python:Versions}
 Description: Web-based translation and translation management tool
  Pootle provides a rich set of features for managing a translation




More information about the Debian-l10n-commits mailing list