[Python-modules-commits] r23470 - in packages/python-django/trunk/debian (changelog control)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Wed Feb 13 11:01:18 UTC 2013


    Date: Wednesday, February 13, 2013 @ 11:01:11
  Author: hertzog
Revision: 23470

Add gettext to Suggests since it's required for django-admin
compilemessages / makemessages. Closes: #700483

Modified:
  packages/python-django/trunk/debian/changelog
  packages/python-django/trunk/debian/control

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2013-02-13 06:12:00 UTC (rev 23469)
+++ packages/python-django/trunk/debian/changelog	2013-02-13 11:01:11 UTC (rev 23470)
@@ -1,3 +1,10 @@
+python-django (1.4.3-2) UNRELEASED; urgency=low
+
+  * Add gettext to Suggests since it's required for django-admin
+    compilemessages / makemessages. Closes: #700483
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Wed, 13 Feb 2013 11:59:14 +0100
+
 python-django (1.4.3-1) unstable; urgency=high
 
   * New upstream security and maintenance release. Closes: #696535

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2013-02-13 06:12:00 UTC (rev 23469)
+++ packages/python-django/trunk/debian/control	2013-02-13 11:01:11 UTC (rev 23470)
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: libjs-jquery
-Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib
+Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib, gettext
 Description: High-level Python web development framework
  Django is a high-level web application framework that loosely follows the
  model-view-controller design pattern.




More information about the Python-modules-commits mailing list