[Python-modules-commits] r1689 - in /packages/python-django/trunk/debian: changelog control

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Jan 21 17:49:21 CET 2007


Author: hertzog
Date: Sun Jan 21 17:49:21 2007
New Revision: 1689

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1689
Log:
More sensible dependencies.

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

Modified: packages/python-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/changelog?rev=1689&op=diff
==============================================================================
--- packages/python-django/trunk/debian/changelog (original)
+++ packages/python-django/trunk/debian/changelog Sun Jan 21 17:49:21 2007
@@ -1,5 +1,6 @@
 python-django (0.95.1-1) unstable; urgency=low
 
+  [ Brett Parker ]
   * New upstream minor release for security bugs:
     - http://www.djangoproject.com/weblog/2007/jan/21/0951/
       - Fixes a small security vulnerability in the script Django's
@@ -14,7 +15,12 @@
   * Sets Recommends to python-psycopg and moves other database engines to
     the Suggests field.
 
- -- Brett Parker <iDunno at sommitrealweird.co.uk>  Sun, 21 Jan 2007 12:57:21 +0000
+  [ Raphael Hertzog ]
+  * Use python-pysqlite2 as default database engine in Recommends. Others are
+    in Suggests. Closes: #403761
+  * Add python-psycopg2 in Suggests. Closes: #407489
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sun, 21 Jan 2007 17:45:50 +0100
 
 python-django (0.95-3) unstable; urgency=low
 

Modified: packages/python-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/control?rev=1689&op=diff
==============================================================================
--- packages/python-django/trunk/debian/control (original)
+++ packages/python-django/trunk/debian/control Sun Jan 21 17:49:21 2007
@@ -10,8 +10,8 @@
 Package: python-django
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-psycopg
-Suggests: python-pysqlite2, python-mysqldb
+Recommends: python-pysqlite2
+Suggests: python-psycopg2, python-psycopg, python-mysqldb
 Priority: optional
 Description: A high-level Python Web framework
  Django is a high-level Python Web framework that encourages rapid development




More information about the Python-modules-commits mailing list