diff options
Diffstat (limited to 'debian/patches/10_broken_links.dpatch')
-rw-r--r-- | debian/patches/10_broken_links.dpatch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/10_broken_links.dpatch b/debian/patches/10_broken_links.dpatch new file mode 100644 index 0000000..4d700b0 --- /dev/null +++ b/debian/patches/10_broken_links.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_broken_links.dpatch by <jblache@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix broken links in HTML documentation. + +@DPATCH@ +diff -urNad xsane-0.99+0.991~/doc/sane-xsane-doc.html xsane-0.99+0.991/doc/sane-xsane-doc.html +--- xsane-0.99+0.991~/doc/sane-xsane-doc.html 2005-12-31 16:33:16.000000000 +0100 ++++ xsane-0.99+0.991/doc/sane-xsane-doc.html 2007-03-18 10:56:14.832828848 +0100 +@@ -161,8 +161,7 @@ + <li><a href="sane-xsane-setup-display-doc.html">Display setup</a></li> + <li><a href="sane-xsane-setup-enhancement-doc.html">Enhancement setup</a></li> + <li><a href="sane-xsane-setup-fax-doc.html">Fax setup</a></li> +-<li><a href="sane-xsane-setup-image-doc.html">Image setup</a></li> +-<li><a href="sane-xsane-setup-mail-doc.html">Mail setup</a></li> ++<li><a href="sane-xsane-setup-email-doc.html">Mail setup</a></li> + <li><a href="sane-xsane-setup-save-doc.html">Saving setup</a></li> + </ul> + </blockquote> |