[Python-modules-commits] r30520 - in packages/python-django-debug-toolbar/trunk/debian (2 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Sun Sep 7 17:15:06 UTC 2014
Date: Sunday, September 7, 2014 @ 17:15:05
Author: asb
Revision: 30520
Move libjs-jquery to Suggests. Upstream introduced a JQUERY_URL
configuration option that can also take a local URI.
Modified:
packages/python-django-debug-toolbar/trunk/debian/changelog
packages/python-django-debug-toolbar/trunk/debian/control
Modified: packages/python-django-debug-toolbar/trunk/debian/changelog
===================================================================
--- packages/python-django-debug-toolbar/trunk/debian/changelog 2014-09-07 17:07:17 UTC (rev 30519)
+++ packages/python-django-debug-toolbar/trunk/debian/changelog 2014-09-07 17:15:05 UTC (rev 30520)
@@ -3,6 +3,8 @@
* debian/copyright: Update to properly conform to the machine-readable
copyright spec.
* Jquery is no longer bundled, so drop linking code in debian/rules.
+ * Move libjs-jquery to Suggests. Upstream introduced a JQUERY_URL
+ configuration option that can also take a local URI.
-- Andrew Starr-Bochicchio <asb at debian.org> Sat, 07 Jun 2014 23:32:19 -0400
Modified: packages/python-django-debug-toolbar/trunk/debian/control
===================================================================
--- packages/python-django-debug-toolbar/trunk/debian/control 2014-09-07 17:07:17 UTC (rev 30519)
+++ packages/python-django-debug-toolbar/trunk/debian/control 2014-09-07 17:15:05 UTC (rev 30520)
@@ -17,12 +17,11 @@
Package: python-django-debug-toolbar
Architecture: all
-Depends: libjs-jquery,
- libjs-jquery-cookie,
- python-sqlparse,
+Depends: python-sqlparse,
${misc:Depends},
${python:Depends}
Recommends: python-pygments
+Suggests: libjs-jquery
Description: Embedded debugging toolbar for Django projects
The Django Debug Toolbar is a plug-in Django application that displays a set
of panels which conveys information about the current request at the top of the
More information about the Python-modules-commits
mailing list