[Python-modules-commits] r6502 - in packages/python-django-registration/trunk/debian (5 files)
speijnik-guest at users.alioth.debian.org
speijnik-guest at users.alioth.debian.org
Sun Sep 14 20:09:34 UTC 2008
Date: Sunday, September 14, 2008 @ 20:09:33
Author: speijnik-guest
Revision: 6502
Use quilt instead of simple-patchsys. Added myself as Uploader.
Added:
packages/python-django-registration/trunk/debian/patches/series
Modified:
packages/python-django-registration/trunk/debian/changelog
packages/python-django-registration/trunk/debian/control
packages/python-django-registration/trunk/debian/patches/01_validators_removed.patch
packages/python-django-registration/trunk/debian/rules
Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog 2008-09-14 19:12:49 UTC (rev 6501)
+++ packages/python-django-registration/trunk/debian/changelog 2008-09-14 20:09:33 UTC (rev 6502)
@@ -1,14 +1,21 @@
-python-django-registration (0.6-3) experimental; urgency=low
+python-django-registration (0.6-3) unstable; urgency=low
- [ Stephan Peijnik ]
+ * Modified package to use quilt patchsys (requested by Raphael Hertzog).
+ * Added myself to Uploaders.
+ * Moved package to unstable, as it is compatible with the version of
+ python-django in unstable.
* debian/control:
- Updated dependency on python-django (>= 1.0).
+ * debian/rules:
+ - Removed simple-patchsys.mk from includes.
+ - Added patchsys-quilt.mk to includes.
+ - Made clean target depend on unpatch.
* debian/patches/01_validators_removed.patch:
- Pulled in bugfixes in revisions 167 and 168 from upstream SVN.
This patch fixes the bug introduced by the removal of
django.core.validators in python-django 1.0-1. (Closes: #498086)
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Sat, 13 Sep 2008 13:27:16 +0200
+ -- Stephan Peijnik <debian at sp.or.at> Sun, 14 Sep 2008 22:02:04 +0200
python-django-registration (0.6-2) experimental; urgency=low
Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control 2008-09-14 19:12:49 UTC (rev 6501)
+++ packages/python-django-registration/trunk/debian/control 2008-09-14 20:09:33 UTC (rev 6502)
@@ -2,9 +2,9 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Raphael Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>
+Uploaders: Raphael Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>, Stephan Peijnik <debian at sp.or.at>
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42)
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), quilt
Build-Depends-Indep: python-support (>= 0.3), python-docutils, python-django (>= 1.0)
Homepage: http://code.google.com/p/django-registration/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-registration/trunk/
Modified: packages/python-django-registration/trunk/debian/patches/01_validators_removed.patch
===================================================================
--- packages/python-django-registration/trunk/debian/patches/01_validators_removed.patch 2008-09-14 19:12:49 UTC (rev 6501)
+++ packages/python-django-registration/trunk/debian/patches/01_validators_removed.patch 2008-09-14 20:09:33 UTC (rev 6502)
@@ -1,7 +1,7 @@
-Index: registration/forms.py
+Index: ../registration/forms.py
===================================================================
---- registration/forms.py (revision 166)
-+++ registration/forms.py (revision 168)
+--- ../registration/forms.py (revision 166)
++++ ../registration/forms.py (revision 168)
@@ -5,7 +5,6 @@
Added: packages/python-django-registration/trunk/debian/patches/series
===================================================================
--- packages/python-django-registration/trunk/debian/patches/series (rev 0)
+++ packages/python-django-registration/trunk/debian/patches/series 2008-09-14 20:09:33 UTC (rev 6502)
@@ -0,0 +1 @@
+01_validators_removed.patch
Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules 2008-09-14 19:12:49 UTC (rev 6501)
+++ packages/python-django-registration/trunk/debian/rules 2008-09-14 20:09:33 UTC (rev 6502)
@@ -7,9 +7,9 @@
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-clean::
+clean:: unpatch
-rm -f registration/locale/*/*/*.mo
#Upstream included MacOS resource fork files. Remove!
More information about the Python-modules-commits
mailing list