[Python-modules-commits] r20500 - in packages/python-docutils/trunk/debian (2 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Feb 19 00:01:27 UTC 2012
Date: Sunday, February 19, 2012 @ 00:01:25
Author: jwilk
Revision: 20500
Fix a typo in a patch description.
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/patches/testall-no-stdout-stderr-redirect.diff
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2012-02-18 14:24:47 UTC (rev 20499)
+++ packages/python-docutils/trunk/debian/changelog 2012-02-19 00:01:25 UTC (rev 20500)
@@ -1,3 +1,9 @@
+python-docutils (0.8.1-6) UNRELEASED; urgency=low
+
+ * Fix a typo in a patch description.
+
+ -- Jakub Wilk <jwilk at debian.org> Sun, 19 Feb 2012 01:00:56 +0100
+
python-docutils (0.8.1-5) unstable; urgency=low
[ Simon McVittie ]
@@ -31,7 +37,7 @@
python-docutils (0.8.1-4) unstable; urgency=low
* When running the test suite, don't copy stdout and stderr output to a log
- file, as this would break under LC_ALL=C, PYTHONWARNING=d and python3.X
+ file, as this would break under LC_ALL=C, PYTHONWARNINGS=d and python3.X
(testall-no-stdout-stderr-redirect.diff).
* Use build/py2 and build/py3 for build directories.
* Remove excessive whitespace from debian/control.
Modified: packages/python-docutils/trunk/debian/patches/testall-no-stdout-stderr-redirect.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/testall-no-stdout-stderr-redirect.diff 2012-02-18 14:24:47 UTC (rev 20499)
+++ packages/python-docutils/trunk/debian/patches/testall-no-stdout-stderr-redirect.diff 2012-02-19 00:01:25 UTC (rev 20500)
@@ -1,6 +1,6 @@
Description: Don't copy test suite output to a log.
When running the test suite, don't copy stdout and stderr output to a log
- file, as this would break under LC_ALL=C, PYTHONWARNING=d and python3.X.
+ file, as this would break under LC_ALL=C, PYTHONWARNINGS=d and python3.X.
Author: Jakub Wilk <jwilk at debian.org>
Forwarded: not-needed
Last-Update: 2011-09-18
More information about the Python-modules-commits
mailing list