[Python-modules-commits] r24413 - in packages/python-docutils/trunk/debian (5 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu May 16 17:33:11 UTC 2013


    Date: Thursday, May 16, 2013 @ 17:33:09
  Author: jwilk
Revision: 24413

Add Forwarded and Last-Update fields to all patch headers that were missing them.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff
  packages/python-docutils/trunk/debian/patches/math-output-html.diff
  packages/python-docutils/trunk/debian/patches/python3.3-odt-writer.diff
  packages/python-docutils/trunk/debian/patches/test-sys-path.diff

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2013-05-16 16:52:45 UTC (rev 24412)
+++ packages/python-docutils/trunk/debian/changelog	2013-05-16 17:33:09 UTC (rev 24413)
@@ -10,8 +10,10 @@
     PIL.Image.open() when running under Python 3.X (closes: #708159).
   * Add patch (python3.3-odt-writer.diff) to port the ODT writer to Python 3.3
     ElementTree API (closes: #692285).
+  * Add Forwarded and Last-Update fields to all patch headers that were
+    missing them.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 16 May 2013 02:02:43 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 16 May 2013 19:32:16 +0200
 
 python-docutils (0.10-2) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff	2013-05-16 16:52:45 UTC (rev 24412)
+++ packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff	2013-05-16 17:33:09 UTC (rev 24413)
@@ -1,7 +1,8 @@
 Description: ensure that rst-buildhtml progress messages end with newlines
 Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: yes
 Bug: http://sourceforge.net/p/docutils/bugs/216/
-Last-Update: 2012-12-30
+Last-Update: 2013-05-16
 
 --- a/tools/buildhtml.py
 +++ b/tools/buildhtml.py

Modified: packages/python-docutils/trunk/debian/patches/math-output-html.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/math-output-html.diff	2013-05-16 16:52:45 UTC (rev 24412)
+++ packages/python-docutils/trunk/debian/patches/math-output-html.diff	2013-05-16 17:33:09 UTC (rev 24413)
@@ -1,6 +1,8 @@
 Description: change default math output format to HTML
 Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: not-needed
 Bug-Debian: http://bugs.debian.org/677929
+Last-Update: 2013-05-16
 
 --- a/docs/user/config.txt
 +++ b/docs/user/config.txt

Modified: packages/python-docutils/trunk/debian/patches/python3.3-odt-writer.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/python3.3-odt-writer.diff	2013-05-16 16:52:45 UTC (rev 24412)
+++ packages/python-docutils/trunk/debian/patches/python3.3-odt-writer.diff	2013-05-16 17:33:09 UTC (rev 24413)
@@ -1,8 +1,8 @@
 Description: port the ODT writer to Python 3.3 ElementTree API
 Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: yes
 Bug: http://sourceforge.net/p/docutils/bugs/200/
 Bug-Debian: http://bugs.debian.org/692285
-Forwarded: no
 Last-Update: 2013-05-16
 
 --- a/docutils/writers/odf_odt/__init__.py

Modified: packages/python-docutils/trunk/debian/patches/test-sys-path.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/test-sys-path.diff	2013-05-16 16:52:45 UTC (rev 24412)
+++ packages/python-docutils/trunk/debian/patches/test-sys-path.diff	2013-05-16 17:33:09 UTC (rev 24413)
@@ -2,6 +2,8 @@
  Fix sys.path in the test support module so that is matches paths that are in
  the Debian package.
 Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-05-16
 
 --- a/test/DocutilsTestSupport.py
 +++ b/test/DocutilsTestSupport.py




More information about the Python-modules-commits mailing list