[Python-modules-commits] r28672 - in packages/python-django-debug-toolbar/trunk/debian (2 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sat Apr 26 22:02:21 UTC 2014


    Date: Saturday, April 26, 2014 @ 22:02:20
  Author: asb
Revision: 28672

Add missing dependancy on python-sqlparse.

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-04-26 21:59:28 UTC (rev 28671)
+++ packages/python-django-debug-toolbar/trunk/debian/changelog	2014-04-26 22:02:20 UTC (rev 28672)
@@ -4,6 +4,7 @@
   * Adopt for Debian Python Modules Team (Closes: #738299).
   * Use PyPi for debian/watch instead of GitHub.
   * Run tests at build time.
+  * Add missing dependancy on python-sqlparse.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 26 Apr 2014 17:30:04 -0400
 

Modified: packages/python-django-debug-toolbar/trunk/debian/control
===================================================================
--- packages/python-django-debug-toolbar/trunk/debian/control	2014-04-26 21:59:28 UTC (rev 28671)
+++ packages/python-django-debug-toolbar/trunk/debian/control	2014-04-26 22:02:20 UTC (rev 28672)
@@ -7,7 +7,8 @@
                dh-python,
                python,
                python-django,
-               python-setuptools
+               python-setuptools,
+               python-sqlparse
 Standards-Version: 3.9.5
 Homepage: https://github.com/django-debug-toolbar/django-debug-toolbar
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-debug-toolbar/trunk/
@@ -17,6 +18,7 @@
 Architecture: all
 Depends: libjs-jquery,
          libjs-jquery-cookie,
+         python-sqlparse,
          ${misc:Depends},
          ${python:Depends}
 Recommends: python-pygments




More information about the Python-modules-commits mailing list