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

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Mon Sep 15 22:39:55 UTC 2008


    Date: Monday, September 15, 2008 @ 22:39:53
  Author: speijnik-guest
Revision: 6520

Added patch that fixes typo in upstream documentation which causes rst2html to return an error.

Added:
  packages/python-django-registration/trunk/debian/patches/02_overview_rst_fix.patch
Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/patches/series

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2008-09-15 22:31:16 UTC (rev 6519)
+++ packages/python-django-registration/trunk/debian/changelog	2008-09-15 22:39:53 UTC (rev 6520)
@@ -15,8 +15,10 @@
     - 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/patches/02_overview_rst_fix.patch:
+    - Fixes a typo in overview.txt causing rst2html to return an error.
 
- -- Stephan Peijnik <debian at sp.or.at>  Mon, 15 Sep 2008 22:53:38 +0200
+ -- Stephan Peijnik <debian at sp.or.at>  Tue, 16 Sep 2008 00:36:40 +0200
 
 python-django-registration (0.6-2) experimental; urgency=low
 

Added: packages/python-django-registration/trunk/debian/patches/02_overview_rst_fix.patch
===================================================================
--- packages/python-django-registration/trunk/debian/patches/02_overview_rst_fix.patch	                        (rev 0)
+++ packages/python-django-registration/trunk/debian/patches/02_overview_rst_fix.patch	2008-09-15 22:39:53 UTC (rev 6520)
@@ -0,0 +1,11 @@
+Index: ../docs/overview.txt
+===================================================================
+--- ../docs/overview.txt
++++ ../docs/overview.txt
+@@ -279,5 +279,5 @@
+ check `the issues list`_ to see if it's already been reported. If not,
+ open a new issue and I'll do my best to respond quickly.
+ 
+-.. project page on Google Code: http://code.google.com/p/django-registration/
++.. _project page on Google Code: http://code.google.com/p/django-registration/
+ .. _the issues list: http://code.google.com/p/django-registration/issues/list

Modified: packages/python-django-registration/trunk/debian/patches/series
===================================================================
--- packages/python-django-registration/trunk/debian/patches/series	2008-09-15 22:31:16 UTC (rev 6519)
+++ packages/python-django-registration/trunk/debian/patches/series	2008-09-15 22:39:53 UTC (rev 6520)
@@ -1 +1,2 @@
 01_validators_removed.patch
+02_overview_rst_fix.patch




More information about the Python-modules-commits mailing list