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

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Thu Sep 4 07:17:18 UTC 2008


    Date: Thursday, September 4, 2008 @ 07:17:17
  Author: hertzog
Revision: 6450

Add libjs-jquery to Recommends since it's used by the HTML
documentation.

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	2008-09-04 07:11:08 UTC (rev 6449)
+++ packages/python-django/trunk/debian/changelog	2008-09-04 07:17:17 UTC (rev 6450)
@@ -15,6 +15,8 @@
   * Add debian/patches/04_hyphen-manpage.diff to fix a lintian message
     (hyphen-used-as-minus-sign usr/share/man/man1/django-admin.1.gz:156).
   * Don't compress javascript files.
+  * Add libjs-jquery to Recommends since it's used by the HTML
+    documentation.
 
  -- Raphael Hertzog <hertzog at debian.org>  Thu, 04 Sep 2008 08:33:32 +0200
 

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2008-09-04 07:11:08 UTC (rev 6449)
+++ packages/python-django/trunk/debian/control	2008-09-04 07:17:17 UTC (rev 6450)
@@ -13,7 +13,7 @@
 Package: python-django
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-pysqlite2
+Recommends: python-pysqlite2, libjs-jquery
 Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
 Priority: optional
 Description: A high-level Python Web framework




More information about the Python-modules-commits mailing list