[Python-modules-commits] r7818 - in packages/python-django/trunk/debian (changelog control)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Sun Mar 8 06:07:35 UTC 2009
Date: Sunday, March 8, 2009 @ 06:07:34
Author: lamby
Revision: 7818
Add python-sqlite to Suggests.
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 2009-03-08 06:07:32 UTC (rev 7817)
+++ packages/python-django/trunk/debian/changelog 2009-03-08 06:07:34 UTC (rev 7818)
@@ -12,6 +12,7 @@
- Drop versions on Build-Depends where they are satisfied in current
oldstable (ie. etch).
* debian/control:
+ - Add python-sqlite to Suggests.
- Remove repeated 'Priority' line in binary package stanza.
- Update crufty long and short descriptions.
- Add ${misc:Depends} in binary stanza for debhelper-using package.
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2009-03-08 06:07:32 UTC (rev 7817)
+++ packages/python-django/trunk/debian/control 2009-03-08 06:07:34 UTC (rev 7818)
@@ -14,7 +14,7 @@
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: libjs-jquery
-Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
+Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite
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