Package: python-docutils / 0.22+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
python-docutils | 0.22+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
doc debian paths.diff | (download) |
docs/user/tools.rst |
4 3 + 1 - 0 ! |
rename buildhtml.py to rst-buildhtml 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 |
24 24 + 0 - 0 ! |
allow all data files to be moved to /usr/share/docutils/. |
no local roman numerals.diff | (download) |
docutils/parsers/rst/states.py |
3 1 + 2 - 0 ! |
use the "roman_numerals" module from python3-roman-numerals instead of the local copy. |
static help message.diff | (download) |
docutils/frontend.py |
2 1 + 1 - 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 |
source date epoch.diff | (download) |
docutils/parsers/rst/directives/misc.py |
13 7 + 6 - 0 ! |
support source_date_epoch in date directive and "generated on" line Co-authored-by: Chris Lamb <lamby@debian.org> |
verbose tests.diff | (download) |
test/alltests.py |
2 1 + 1 - 0 ! |
run tests with verbosity=2 |