diff options
Diffstat (limited to 'debian/patches/01_logo_docs.dpatch')
-rw-r--r-- | debian/patches/01_logo_docs.dpatch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/debian/patches/01_logo_docs.dpatch b/debian/patches/01_logo_docs.dpatch deleted file mode 100644 index fbe0641..0000000 --- a/debian/patches/01_logo_docs.dpatch +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -e -## logo_docs.dpatch.dpatch by Aurelien Jarno <aurel32@debian.org> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ -diff -urNad /scratch/xsane/xsane-0.91/doc/sane-backends-doc.html xsane-0.91/doc/sane-backends-doc.html ---- /scratch/xsane/xsane-0.91/doc/sane-backends-doc.html 2003-06-03 23:31:25.000000000 +0200 -+++ xsane-0.91/doc/sane-backends-doc.html 2003-06-03 23:37:13.000000000 +0200 -@@ -10,7 +10,7 @@ - <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> - - <dd> --<img SRC="sane-logo2.jpg" height=150 width=128 align=LEFT></dd> -+<img SRC="xsane-logo2.jpg" height=150 width=128 align=LEFT></dd> - - <blockquote> - <h1> -diff -urNad /scratch/xsane/xsane-0.91/doc/sane-problems-doc.html xsane-0.91/doc/sane-problems-doc.html ---- /scratch/xsane/xsane-0.91/doc/sane-problems-doc.html 2003-06-03 23:31:25.000000000 +0200 -+++ xsane-0.91/doc/sane-problems-doc.html 2003-06-03 23:37:30.000000000 +0200 -@@ -10,7 +10,7 @@ - <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> - - <dd> --<img SRC="sane-logo2.jpg" height=150 width=128 align=LEFT></dd> -+<img SRC="xsane-logo2.jpg" height=150 width=128 align=LEFT></dd> - - <blockquote> - <br> -diff -urNad /scratch/xsane/xsane-0.91/doc/sane-scantips-doc.html xsane-0.91/doc/sane-scantips-doc.html ---- /scratch/xsane/xsane-0.91/doc/sane-scantips-doc.html 2003-06-03 23:31:25.000000000 +0200 -+++ xsane-0.91/doc/sane-scantips-doc.html 2003-06-03 23:37:25.000000000 +0200 -@@ -10,7 +10,7 @@ - <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> - - <dd> --<img SRC="sane-logo2.jpg" height=150 width=128 align=LEFT></dd> -+<img SRC="xsane-logo2.jpg" height=150 width=128 align=LEFT></dd> - - <blockquote> - <h1> |