[Python-modules-commits] r6176 - in packages/python-django/trunk/debian (changelog control)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Thu Aug 14 00:50:14 UTC 2008


    Date: Thursday, August 14, 2008 @ 00:50:13
  Author: netzwurm
Revision: 6176

* New upstream alpha release.
* Drop debian/patches/01_add_shebang.diff as this has been fixed upstream.
* Drop debian/patches/02_bash_completion.diff as this has been committed
  upstream http://code.djangoproject.com/ticket/7268.
* Added python-flup to the Suggest field. Closes: #488123
* add debian/watch file

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	2008-08-14 00:37:23 UTC (rev 6175)
+++ packages/python-django/trunk/debian/changelog	2008-08-14 00:50:13 UTC (rev 6176)
@@ -1,14 +1,19 @@
-python-django (0.97~svn7534-2) UNRELEASED; urgency=low
+python-django (1.0~alpha2-1) UNRELEASED; urgency=low
 
-  [ Jan Dittberner ] 
-  * add debian/watch file
-
   [ David Spreen ]
+  * New upstream alpha release.
   * debian/watch: Added mangling for filename and version. Old watch file would 
     name the download 'tarball'. Also added mangling to handle alpha and beta 
     versioning.
+  * Drop debian/patches/01_add_shebang.diff as this has been fixed upstream.
+  * Drop debian/patches/02_bash_completion.diff as this has been committed
+    upstream http://code.djangoproject.com/ticket/7268.
+  * Added python-flup to the Suggest field. Closes: #488123
 
- -- David Spreen <netzwurm at debian.org>  Wed, 13 Aug 2008 17:34:52 -0700
+  [ Jan Dittberner ]
+  * add debian/watch file
+  
+ -- David Spreen <netzwurm at debian.org>  Wed, 13 Aug 2008 17:45:36 -0700
 
 python-django (0.97~svn7534-1) experimental; urgency=low
 

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2008-08-14 00:37:23 UTC (rev 6175)
+++ packages/python-django/trunk/debian/control	2008-08-14 00:50:13 UTC (rev 6176)
@@ -13,7 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}
 Recommends: python-pysqlite2
-Suggests: python-psycopg2, python-psycopg, python-mysqldb
+Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
 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