summaryrefslogtreecommitdiff
path: root/debian/patches/02_docviewer.dpatch
diff options
context:
space:
mode:
authorJulien BLACHE <jblache@debian.org>2010-03-13 21:14:18 +0100
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:50 +0000
commit05f0966f64f56ad3348ce8569324ee6c3e692aa8 (patch)
treee51d62e303adefd66617fa1857c174baf2034d68 /debian/patches/02_docviewer.dpatch
parent4aa3c3e04255085feb30735357bf7394c9788d81 (diff)
Imported Debian patch 0.996-4debian/0.996-4
Diffstat (limited to 'debian/patches/02_docviewer.dpatch')
-rw-r--r--debian/patches/02_docviewer.dpatch37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/patches/02_docviewer.dpatch b/debian/patches/02_docviewer.dpatch
deleted file mode 100644
index 8dd70e8..0000000
--- a/debian/patches/02_docviewer.dpatch
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh -e
-## 02_docviewer.dpatch.dpatch by Aurelien Jarno <aurel32@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change default browser to /usr/bin/sensible-browser.
-
-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 xsane-0.995~/src/xsane.h xsane-0.995/src/xsane.h
---- xsane-0.995~/src/xsane.h 2007-08-13 09:20:32.000000000 +0200
-+++ xsane-0.995/src/xsane.h 2007-11-22 11:24:15.068421579 +0100
-@@ -251,7 +251,7 @@
- # elif defined(HAVE_OS2_H)
- # define DEFAULT_BROWSER "netscape"
- # else
--# define DEFAULT_BROWSER "netscape"
-+# define DEFAULT_BROWSER "/usr/bin/sensible-browser"
- # endif
- #endif
-