Package: python-docutils / 0.7-2
Metadata
Package | Version | Patches format |
---|---|---|
python-docutils | 0.7-2 | 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 ! |
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. |
10_doc_debian_paths.diff | (download) |
README.txt |
21 19 + 2 - 0 ! |
[patch] 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. |
12_more_usrbinenv.diff | (download) |
tools/editors/emacs/tests/Makefile |
2 1 + 1 - 0 ! |
[patch] tools/editors/emacs/tests/makefile: fix a non-functional #! line |
13_install_roman.diff | (download) |
setup.py |
5 5 + 0 - 0 ! |
[patch] force roman.py to be installed even if it's already installed Upstream treats this copy of roman.py as a convenience copy, but Debian doesn't ship roman.py any other way, so we treat this as the canonical way to get it. Creating Debian packages should be deterministic, and we don't want to have to build-conflict on ourselves. |
14_use_setuptools.diff | (download) |
setup.py |
2 1 + 1 - 0 ! |
[patch] use setuptools to get egg support (debian #382272) Bug-Debian: http://bugs.debian.org/382272 |
emacs temporary files.diff | (download) |
tools/editors/emacs/rst.el |
71 69 + 2 - 0 ! |
fix insecure use of temporary files in the Emacs major mode for reStructuredText (rst.el). |
emacs shell quote.diff | (download) |
tools/editors/emacs/rst.el |
6 3 + 3 - 0 ! |
properly quote arguments passed to shell. |
15_emacs_debian_paths.diff | (download) |
tools/editors/emacs/rst.el |
16 8 + 8 - 0 ! |
[patch] rst.el: use debian-style tool names, without the .py extension Bug-Debian: http://bugs.debian.org/438667 |
16_disable_picins.diff | (download) |
docutils/writers/newlatex2e/base.tex |
4 0 + 4 - 0 ! |
[patch] remove reference to picins from newlatex2e's base.tex picins.sty is non-free and is not shipped by Debian. The only reference I can find to it is in a "sidebar" command defined in base.tex, which is not used anywhere else in base.tex or __init__.py, so hopefully removing it won't hurt. |
buildhtml local.diff | (download) |
tools/buildhtml.py |
16 7 + 9 - 0 ! |
fix --local option for tools/buildhtml.py. |