Package: python-docutils / 0.16+dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
python-docutils | 0.16+dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
iepngfix license.diff | (download) |
docutils/writers/s5_html/themes/default/iepngfix.htc |
2 1 + 1 - 0 ! |
update license information for ie png alpha fix. Upstream author of IE PNG Alpha Fix agreed that every version of his script can be distributed under the terms of the LGPL 2.1 or later version. Bug: http://sourceforge.net/p/docutils/bugs/169/ Bug-Debian: http://bugs.debian.org/563696 |
doc debian paths.diff | (download) |
README.txt |
21 19 + 2 - 0 ! |
change paths in documentation to match debian's Change paths in documentation to match Debian's. Debian policy recommends not having extensions like .py on script names, and buildhtml seems too generic a name. |
testall no stdout stderr redirect.diff | (download) |
test/alltests.py |
3 0 + 3 - 0 ! |
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, PYTHONWARNINGS=d and python3.X. |
move data to usr share.diff | (download) |
docutils/__init__.py |
15 15 + 0 - 0 ! |
allow all data files to be moved to /usr/share/docutils/. |
no local roman.diff | (download) |
docutils/parsers/rst/states.py |
3 2 + 1 - 0 ! |
use the "roman" module from python-roman instead of the local copy. |
rst2odt_prepstyles elementtree.diff | (download) |
tools/rst2odt_prepstyles.py |
34 26 + 8 - 0 ! |
port rst2odt_prepstyles to elementtree rst2odt_prepstyles uses lxml to parse, modify and write XML. Use ElementTree, which is shipped with Python >= 2.5, in place of lxml. Bug-Debian: http://bugs.debian.org/714319 |
static help message.diff | (download) |
docutils/frontend.py |
4 2 + 2 - 0 ! |
make the help message not depend on runtime encoding This message goes into manpage, and we do not want the manpage to misleadingly mention build-time locale there. Bug: https://bugs.debian.org/791587 |
test_buildhtml interpreter.diff | (download) |
tools/test/test_buildhtml.py |
7 4 + 3 - 0 ! |
test_buildhtml: avoid shell=true and use the current interpreter |