[Python-modules-commits] r6287 - in packages/python-django-registration/trunk/debian (3 files)

netzwurm at users.alioth.debian.org netzwurm at users.alioth.debian.org
Thu Aug 21 21:54:25 UTC 2008


    Date: Thursday, August 21, 2008 @ 21:54:23
  Author: netzwurm
Revision: 6287

* New upstream SVN snapshot to ensure compatibility with upcoming 1.0
  release of python-django. 
* debian/rules 
  - Removed the call to compile-messages since it requires
    experimental django version. This will be added again once 
    Django 1.0 enters sid.
* debian/control: 
  - Removed build-dependency on python-django. See above.
  - Depend on python-django (>= 1.0~beta1).

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

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2008-08-21 20:49:36 UTC (rev 6286)
+++ packages/python-django-registration/trunk/debian/changelog	2008-08-21 21:54:23 UTC (rev 6287)
@@ -1,10 +1,22 @@
-python-django-registration (0.4p2-2) UNRELEASED; urgency=low
+python-django-registration (0.6-1) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/watch
     - fixed to work with code.google.com
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 08 Jul 2008 20:57:47 +0200
+  [ David Spreen ]
+  * New upstream SVN snapshot to ensure compatibility with upcoming 1.0
+    release of python-django. 
+  * debian/rules 
+    - Removed the call to compile-messages since it requires
+      experimental django version. This will be added again once 
+      Django 1.0 enters sid.
+  * debian/control: 
+    - Removed build-dependency on python-django. See above.
+    - Depend on python-django (>= 1.0~beta1).
 
+ -- David Spreen <netzwurm at debian.org>  Thu, 21 Aug 2008 14:53:08 -0700
+
 python-django-registration (0.4p2-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control	2008-08-21 20:49:36 UTC (rev 6286)
+++ packages/python-django-registration/trunk/debian/control	2008-08-21 21:54:23 UTC (rev 6287)
@@ -2,17 +2,17 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Raphael Hertzog <hertzog at debian.org> 
+Uploaders: Raphael Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org> 
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42)
-Build-Depends-Indep: python-support (>= 0.3), python-docutils, python-django
+Build-Depends-Indep: python-support (>= 0.3), python-docutils
 Homepage: http://code.google.com/p/django-registration/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-registration/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-registration/trunk/?op=log
 
 Package: python-django-registration
 Architecture: all
-Depends: ${python:Depends}, python-django (>= 0.97~svn5779)
+Depends: ${python:Depends}, python-django (>= 1.0~beta1)
 Priority: optional
 Description: A user-registration application for Django
  This is a fairly simple user-registration application for Django,

Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules	2008-08-21 20:49:36 UTC (rev 6286)
+++ packages/python-django-registration/trunk/debian/rules	2008-08-21 21:54:23 UTC (rev 6287)
@@ -13,7 +13,7 @@
 	-rm -f registration/locale/*/*/*.mo
 
 pre-build::
-	cd registration && /usr/lib/python-django/bin/compile-messages.py
+	#cd registration && /usr/lib/python-django/bin/compile-messages.py
 
 binary-post-install/python-django-registration::
 	# Generate documentation




More information about the Python-modules-commits mailing list