aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/Use-debian-binary-name-rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Use-debian-binary-name-rst2html')
-rw-r--r--debian/patches/Use-debian-binary-name-rst2html17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/Use-debian-binary-name-rst2html b/debian/patches/Use-debian-binary-name-rst2html
new file mode 100644
index 0000000..90165e3
--- /dev/null
+++ b/debian/patches/Use-debian-binary-name-rst2html
@@ -0,0 +1,17 @@
+From: =?UTF-8?q?Stefan=20B=C3=BChler?= <stbuehler@web.de>
+Date: Wed, 29 May 2013 14:34:15 +0200
+Subject: Use debian binary name rst2html
+
+---
+ filters/html-converters/rst2html | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/filters/html-converters/rst2html b/filters/html-converters/rst2html
+index c51f5be..a1ba574 100755
+--- a/filters/html-converters/rst2html
++++ b/filters/html-converters/rst2html
+@@ -1,2 +1,2 @@
+ #!/bin/bash
+-exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")
++exec rst2html --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")
+