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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Dec 30 22:29:30 UTC 2012


    Date: Sunday, December 30, 2012 @ 22:29:26
  Author: jwilk
Revision: 23221

Ensure that rst-buildhtml progress messages end with newlines.

Added:
  packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff
Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/patches/series

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2012-12-30 21:47:15 UTC (rev 23220)
+++ packages/python-docutils/trunk/debian/changelog	2012-12-30 22:29:26 UTC (rev 23221)
@@ -11,8 +11,10 @@
   * DEP-8 tests: remove “Features: no-build-needed”; it's the default now.
   * Bump standards version to 3.9.4; no changes needed.
   * Run rst-buildhtml tests at build time.
+  * Ensure that rst-buildhtml progress messages end with newlines.
+    (fix-buildhtml-progress.diff)
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 30 Dec 2012 22:27:55 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 30 Dec 2012 23:14:18 +0100
 
 python-docutils (0.9.1-2) experimental; urgency=low
 

Added: packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff	                        (rev 0)
+++ packages/python-docutils/trunk/debian/patches/fix-buildhtml-progress.diff	2012-12-30 22:29:26 UTC (rev 23221)
@@ -0,0 +1,16 @@
+Description: ensure that rst-buildhtml progress messages end with newlines
+Author: Jakub Wilk <jwilk at debian.org>
+Bug: http://sourceforge.net/tracker/?group_id=38414&atid=422030
+Last-Update: 2012-12-30
+
+--- a/tools/buildhtml.py
++++ b/tools/buildhtml.py
+@@ -206,7 +206,7 @@
+             del subdirectories[:]
+             return
+         if not self.initial_settings.silent:
+-            errout.write('/// Processing directory: %s' % directory)
++            errout.write('/// Processing directory: %s\n' % directory)
+             sys.stderr.flush()
+         # settings.ignore grows many duplicate entries as we recurse
+         # if we add patterns in config files or on the command line.

Modified: packages/python-docutils/trunk/debian/patches/series
===================================================================
--- packages/python-docutils/trunk/debian/patches/series	2012-12-30 21:47:15 UTC (rev 23220)
+++ packages/python-docutils/trunk/debian/patches/series	2012-12-30 22:29:26 UTC (rev 23221)
@@ -1,3 +1,4 @@
+fix-buildhtml-progress.diff
 iepngfix-license.diff
 doc-debian-paths.diff
 emacs-sensible-browser.diff




More information about the Python-modules-commits mailing list