From f3843702a12cf46f9cd4d1be772055ec6893a1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 27 Apr 2015 06:51:24 +0200 Subject: Release 1.0.25+git20150425-1 --- debian/patches/multiarch_dll_search_path.patch | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'debian/patches/multiarch_dll_search_path.patch') diff --git a/debian/patches/multiarch_dll_search_path.patch b/debian/patches/multiarch_dll_search_path.patch index 703a408..7c24d21 100644 --- a/debian/patches/multiarch_dll_search_path.patch +++ b/debian/patches/multiarch_dll_search_path.patch @@ -3,9 +3,11 @@ Description: Keep /usr/lib/sane as a fallback for SANE backends but keep /usr/lib/sane as a fallback for now. Author: Julien BLACHE ---- a/backend/dll.c -+++ b/backend/dll.c -@@ -430,7 +430,7 @@ +Index: experimental/backend/dll.c +=================================================================== +--- experimental.orig/backend/dll.c ++++ experimental/backend/dll.c +@@ -430,7 +430,7 @@ load (struct backend *be) if (path) { @@ -14,7 +16,7 @@ Author: Julien BLACHE src = malloc (src_len); if (!src) { -@@ -438,12 +438,11 @@ +@@ -438,12 +438,11 @@ load (struct backend *be) return SANE_STATUS_NO_MEM; } orig_src = src; @@ -29,9 +31,11 @@ Author: Julien BLACHE if (!src) { DBG (1, "load: strdup failed: %s\n", strerror (errno)); ---- a/backend/Makefile.in -+++ b/backend/Makefile.in -@@ -1868,7 +1868,7 @@ +Index: experimental/backend/Makefile.in +=================================================================== +--- experimental.orig/backend/Makefile.in ++++ experimental/backend/Makefile.in +@@ -1887,7 +1887,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -- cgit v1.2.3