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

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Wed Nov 12 09:37:39 UTC 2008


    Date: Wednesday, November 12, 2008 @ 09:37:38
  Author: hertzog
Revision: 6878

* Update URL in Homepage field to match new upstream site (it moved to
  Bitbucket).
* Drop 02_overview_rst_fix.patch and 01_validators_removed.patch as they got
  merged upstream.
* delete_expired_users.py does no more exist. It has been replaced with a
  manage.py sub-command (manage.py cleanupregistration) that you can invoke
  within any project using django-registration.
* Drop .po files from binary package.

Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/control
  packages/python-django-registration/trunk/debian/rules
Deleted:
  packages/python-django-registration/trunk/debian/patches/
  packages/python-django-registration/trunk/debian/python-django-registration.README.Debian

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2008-11-11 18:33:53 UTC (rev 6877)
+++ packages/python-django-registration/trunk/debian/changelog	2008-11-12 09:37:38 UTC (rev 6878)
@@ -1,4 +1,4 @@
-python-django-registration (0.7-1) UNRELEASED; urgency=low
+python-django-registration (0.7-1) unstable; urgency=low
 
   [ Sandro Tosi ]
   * debian/control
@@ -9,8 +9,18 @@
   * Updated debian/watch to use pypi.python.org as source of new upstream 
     tarballs.
 
- -- Stephan Peijnik <debian at sp.or.at>  Mon, 10 Nov 2008 07:59:41 +0100
+  [ Raphael Hertzog ]
+  * Update URL in Homepage field to match new upstream site (it moved to
+    Bitbucket).
+  * Drop 02_overview_rst_fix.patch and 01_validators_removed.patch as they got
+    merged upstream.
+  * delete_expired_users.py does no more exist. It has been replaced with a
+    manage.py sub-command (manage.py cleanupregistration) that you can invoke
+    within any project using django-registration.
+  * Drop .po files from binary package.
 
+ -- Raphael Hertzog <hertzog at debian.org>  Wed, 12 Nov 2008 10:06:06 +0100
+
 python-django-registration (0.6-3) unstable; urgency=low
 
   * Modified package to use quilt patchsys (requested by Raphael Hertzog).

Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control	2008-11-11 18:33:53 UTC (rev 6877)
+++ packages/python-django-registration/trunk/debian/control	2008-11-12 09:37:38 UTC (rev 6878)
@@ -4,9 +4,9 @@
 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>, 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), quilt
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42)
 Build-Depends-Indep: python-support (>= 0.3), python-docutils, python-django (>= 1.0)
-Homepage: http://code.google.com/p/django-registration/
+Homepage: http://www.bitbucket.org/ubernostrum/django-registration/wiki/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-registration/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-registration/trunk/
 

Deleted: packages/python-django-registration/trunk/debian/python-django-registration.README.Debian
===================================================================
--- packages/python-django-registration/trunk/debian/python-django-registration.README.Debian	2008-11-11 18:33:53 UTC (rev 6877)
+++ packages/python-django-registration/trunk/debian/python-django-registration.README.Debian	2008-11-12 09:37:38 UTC (rev 6878)
@@ -1,9 +0,0 @@
-delete_expired_users.py
-=======================
-
-The delete_expired_users.py script has been moved out of the
-django-registration Python module into 
-/usr/share/doc/python-django-registration/examples
-so that site-packages remains clean.
-
- -- Stephan Peijnik <debian at sp.or.at>, Wed, 17 Sep 2008 08:43:24 +0200

Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules	2008-11-11 18:33:53 UTC (rev 6877)
+++ packages/python-django-registration/trunk/debian/rules	2008-11-12 09:37:38 UTC (rev 6878)
@@ -7,9 +7,8 @@
 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/patchsys-quilt.mk
 
-clean:: unpatch
+clean::
 	-rm -f registration/locale/*/*/*.mo
 
 	#Upstream included MacOS resource fork files. Remove!
@@ -24,10 +23,5 @@
 	rst2html <docs/views.txt >debian/$(PKG)/usr/share/doc/$(PKG)/views.html
 	rst2html <docs/models.txt >debian/$(PKG)/usr/share/doc/$(PKG)/models.html
 	rst2html <docs/forms.txt >debian/$(PKG)/usr/share/doc/$(PKG)/forms.html
-
-	# Move delete_expired_users to /usr/bin/
-	mkdir -p debian/$(PKG)/usr/share/doc/$(PKG)/examples
-	mv debian/$(PKG)/usr/share/python-support/$(PKG)/registration/bin/delete_expired_users.py \
-	debian/$(PKG)/usr/share/doc/$(PKG)/examples
-	# Remove bin directory from site-packages.
-	rm -rf debian/$(PKG)/usr/share/python-support/$(PKG)/registration/bin
+	# Drop .po files and keep only .mo files (compiled)
+	find debian/$(PKG)/ -name '*.po' -exec rm {} \;




More information about the Python-modules-commits mailing list