[Python-modules-commits] r25404 - in packages/python-docutils/trunk/debian (2 files)
michi at users.alioth.debian.org
michi at users.alioth.debian.org
Mon Aug 5 17:08:59 UTC 2013
Date: Monday, August 5, 2013 @ 17:08:55
Author: michi
Revision: 25404
python-docutils: odt-writer-ascii-filenames.diff also fixes #714313
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/patches/odt-writer-ascii-filenames.diff
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2013-08-05 14:56:34 UTC (rev 25403)
+++ packages/python-docutils/trunk/debian/changelog 2013-08-05 17:08:55 UTC (rev 25404)
@@ -1,3 +1,10 @@
+python-docutils (0.11-2) UNRELEASED; urgency=low
+
+ * Document in the patch header that #714313 is also taken care of by
+ odt-writer-ascii-filenames.diff.
+
+ -- Michael Schutte <michi at debian.org> Mon, 05 Aug 2013 16:56:38 +0200
+
python-docutils (0.11-1) experimental; urgency=low
[ Jakub Wilk ]
Modified: packages/python-docutils/trunk/debian/patches/odt-writer-ascii-filenames.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/odt-writer-ascii-filenames.diff 2013-08-05 14:56:34 UTC (rev 25403)
+++ packages/python-docutils/trunk/debian/patches/odt-writer-ascii-filenames.diff 2013-08-05 17:08:55 UTC (rev 25404)
@@ -5,9 +5,10 @@
ASCII (dropping non-representable characters) to be on the safe side.
This patch also removes an invalid assumption about the encoding
used internally by the interpreter, which has caused Debian bug
- #714317.
+ #714317, and fixes #714313.
Author: Michael Schutte <michi at debian.org>
Bug-Debian: http://bugs.debian.org/714317
+Bug-Debian: http://bugs.debian.org/714313
Forwarded: https://sourceforge.net/p/docutils/patches/113/
Last-Update: 2013-08-05
More information about the Python-modules-commits
mailing list