Package: python-docutils / 0.7-2

Metadata

Package Version Patches format
python-docutils 0.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
iepngfix license.diff | (download)

docutils/writers/s5_html/themes/default/iepngfix.htc | 2 1 + 1 - 0 !
test/functional/expected/ui/default/iepngfix.htc | 2 1 + 1 - 0 !
test/functional/expected/ui/small-black/iepngfix.htc | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 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 !
docs/user/emacs.txt | 3 3 + 0 - 0 !
docs/user/tools.txt | 37 30 + 7 - 0 !
3 files changed, 52 insertions(+), 9 deletions(-)

 [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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] tools/editors/emacs/tests/makefile: fix a non-functional #! line


13_install_roman.diff | (download)

setup.py | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
1 file changed, 69 insertions(+), 2 deletions(-)

 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 !
1 file changed, 3 insertions(+), 3 deletions(-)

 properly quote arguments passed to shell.
15_emacs_debian_paths.diff | (download)

tools/editors/emacs/rst.el | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 [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 !
1 file changed, 4 deletions(-)

 [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 !
1 file changed, 7 insertions(+), 9 deletions(-)

 fix --local option for tools/buildhtml.py.