summaryrefslogtreecommitdiff
path: root/packages/python/python-pyqt/02_htmllinks.dpatch
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-12-03 22:23:38 +0000
committerPhilip Balister <philip@balister.org>2007-12-03 22:23:38 +0000
commitc9d9284e477752680bc176a2fa919c8fe14f5ee8 (patch)
tree0894f21101a85f8040c0756ae4143e401908c10e /packages/python/python-pyqt/02_htmllinks.dpatch
parent11acd60397990158e6b1c900136c038189f5452e (diff)
parent4dc92f941e3afe632a0f08909713a0279ef9d2d5 (diff)
merge of '3979e1b277e23e3a99c5b86306581ddc32a83d53'
and '3fe444996883cc54a95f94bd89d9fba641d08c20'
Diffstat (limited to 'packages/python/python-pyqt/02_htmllinks.dpatch')
-rw-r--r--packages/python/python-pyqt/02_htmllinks.dpatch18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/python/python-pyqt/02_htmllinks.dpatch b/packages/python/python-pyqt/02_htmllinks.dpatch
new file mode 100644
index 0000000000..f65509ae2c
--- /dev/null
+++ b/packages/python/python-pyqt/02_htmllinks.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_htmllinks.dpatch by Torsten Marek <shlomme@debian.org>
+
+## DP: Fix the links in the documentation HTML files.
+
+@DPATCH@
+diff -urNad python-qt4-4.1~/doc/pyqt4ref.html python-qt4-4.1/doc/pyqt4ref.html
+--- python-qt4-4.1~/doc/pyqt4ref.html 2006-11-05 00:51:19.000000000 +0100
++++ python-qt4-4.1/doc/pyqt4ref.html 2006-11-21 23:35:52.000000000 +0100
+@@ -85,7 +85,7 @@
+ <p>This is the reference guide for PyQt 4.1. PyQt v4 is a set of
+ <a class="reference" href="http://www.python.org">Python</a> bindings for v4 of the Qt application
+ framework from <a class="reference" href="http://www.trolltech.com">Trolltech</a>.</p>
+-<p>There is a separate <a class="reference" href="html/classes.html">PyQt API Reference</a>.</p>
++<p>There is a separate <a class="reference" href="classes.html">PyQt API Reference</a>.</p>
+ <p>Qt is a set of C++ libraries and development tools that includes platform
+ independent abstractions for graphical user interfaces, networking, threads,
+ Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and