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

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Mon Oct 9 10:17:24 UTC 2006


Author: hertzog
Date: Mon Oct  9 10:17:23 2006
New Revision: 1391

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1391
Log:
* Fix recommends: s/python-sqlite/python-pysqlite2/
* Add debian/pyversions to ensure that we have at least python 2.3 (and to
  work around bug #391689 of python-support).

Added:
    packages/python-django/trunk/debian/pyversions
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=1391&op=diff
==============================================================================
--- packages/python-django/trunk/debian/changelog (original)
+++ packages/python-django/trunk/debian/changelog Mon Oct  9 10:17:23 2006
@@ -1,5 +1,11 @@
 python-django (0.95-1) unstable; urgency=low
 
+  [ Brett Parker ]
   * 0.95 release - initial packaging
 
- -- Brett Parker <iDunno at sommitrealweird.co.uk>  Sun, 13 Aug 2006 11:32:00 +0100
+  [ Raphael Hertzog ]
+  * Fix recommends: s/python-sqlite/python-pysqlite2/
+  * Add debian/pyversions to ensure that we have at least python 2.3 (and to
+    work around bug #391689 of python-support).
+
+ -- Raphael Hertzog <hertzog at debian.org>  Mon,  9 Oct 2006 12:10:27 +0200

Modified: packages/python-django/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/control?rev=1391&op=diff
==============================================================================
--- packages/python-django/trunk/debian/control (original)
+++ packages/python-django/trunk/debian/control Mon Oct  9 10:17:23 2006
@@ -9,9 +9,8 @@
 Package: python-django
 Architecture: all
 Depends: ${python:Depends}
-Recommends: python-psycopg, python-sqlite, python-mysqldb
+Recommends: python-psycopg, python-pysqlite2, python-mysqldb
 Priority: optional
-Conflicts: python-django
 Description: A high-level Python Web framework
  Django is a high-level Python Web framework that encourages rapid development
  and clean, pragmatic design.

Added: packages/python-django/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/debian/pyversions?rev=1391&op=file
==============================================================================
--- packages/python-django/trunk/debian/pyversions (added)
+++ packages/python-django/trunk/debian/pyversions Mon Oct  9 10:17:23 2006
@@ -1,0 +1,1 @@
+2.3-




More information about the Python-modules-commits mailing list