[Python-modules-commits] r3411 - in /packages/python-django-registration/trunk/debian: changelog patches/01_fix_setup_py.patch rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Mon Oct 8 14:54:18 UTC 2007


Author: hertzog
Date: Mon Oct  8 14:54:17 2007
New Revision: 3411

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3411
Log:
* New upstream release.
* Drop debian/patches/01_fix_setup_py.patch which got integrated upstream.
* Generate HTML for new (rst) documentation files.

Removed:
    packages/python-django-registration/trunk/debian/patches/01_fix_setup_py.patch
Modified:
    packages/python-django-registration/trunk/debian/changelog
    packages/python-django-registration/trunk/debian/rules

Modified: packages/python-django-registration/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django-registration/trunk/debian/changelog?rev=3411&op=diff
==============================================================================
--- packages/python-django-registration/trunk/debian/changelog (original)
+++ packages/python-django-registration/trunk/debian/changelog Mon Oct  8 14:54:17 2007
@@ -1,4 +1,12 @@
-python-django-registration (0.3p3-) experimental; urgency=low
+python-django-registration (0.3p5-1) experimental; urgency=low
+
+  * New upstream release.
+  * Drop debian/patches/01_fix_setup_py.patch which got integrated upstream.
+  * Generate HTML for new (rst) documentation files.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Mon, 08 Oct 2007 16:43:19 +0200
+
+python-django-registration (0.3p3-1) experimental; urgency=low
 
   [ Piotr Ożarowski ]
   * XS-Vcs-Browser and Homepage fields added

Modified: packages/python-django-registration/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-django-registration/trunk/debian/rules?rev=3411&op=diff
==============================================================================
--- packages/python-django-registration/trunk/debian/rules (original)
+++ packages/python-django-registration/trunk/debian/rules Mon Oct  8 14:54:17 2007
@@ -18,3 +18,6 @@
 binary-post-install/python-django-registration::
 	# Generate documentation
 	rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html
+	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




More information about the Python-modules-commits mailing list