[Python-modules-commits] r4355 - in packages/python-django-registration/trunk/debian (2 files)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Sat Jan 12 15:22:54 UTC 2008
Date: Saturday, January 12, 2008 @ 15:22:53
Author: hertzog
Revision: 4355
* New upstream release.
* Updated Standards-Version to 3.7.3 (no change).
* Fix dependency on python-django to really require the experimental
version. Closes: #460413
* Move python-django, python-docutils and python-support from Build-Depends
to Build-Depends-Indep as they are not needed during cleanup.
Modified:
packages/python-django-registration/trunk/debian/changelog
packages/python-django-registration/trunk/debian/control
Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog 2008-01-11 21:20:13 UTC (rev 4354)
+++ packages/python-django-registration/trunk/debian/changelog 2008-01-12 15:22:53 UTC (rev 4355)
@@ -1,10 +1,19 @@
-python-django-registration (0.3p5-2) UNRELEASED; urgency=low
+python-django-registration (0.4p1-1) experimental; urgency=low
+ [ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 12:02:11 +0100
+ [ Raphael Hertzog ]
+ * New upstream release.
+ * Updated Standards-Version to 3.7.3 (no change).
+ * Fix dependency on python-django to really require the experimental
+ version. Closes: #460413
+ * Move python-django, python-docutils and python-support from Build-Depends
+ to Build-Depends-Indep as they are not needed during cleanup.
+ -- Raphael Hertzog <hertzog at debian.org> Sat, 12 Jan 2008 15:58:38 +0100
+
python-django-registration (0.3p5-1) experimental; urgency=low
* New upstream release.
Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control 2008-01-11 21:20:13 UTC (rev 4354)
+++ packages/python-django-registration/trunk/debian/control 2008-01-12 15:22:53 UTC (rev 4355)
@@ -3,15 +3,16 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Raphael Hertzog <hertzog at debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-support (>= 0.3), python-docutils, python-django
+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
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.96+svn5779)
+Depends: ${python:Depends}, python-django (>= 0.97~svn5779)
Priority: optional
Description: A user-registration application for Django
This is a fairly simple user-registration application for Django,
More information about the Python-modules-commits
mailing list