summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/0125-multiarch_dll_search_path.patch2
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dfca554..14a606d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,11 @@ sane-backends (1.4.0-1) UNRELEASED; urgency=medium
+ debian/patches/0205-ftbfs_with_GCC-15.patch
- Refresh debian/libsane1.symbols.
* debian/copyright:
- - Refresh.
+ - Refresh.
- Fix old FSF address.
+ * debian/patches/0125-multiarch_dll_search_path.patch:
+ - Fix compiler warning "unknown escape sequence" (Closes: #1107537).
+ Thanks to Peter Marschall <peter@adpm.de>.
-- Jörg Frings-Fürst <debian@jff.email> Mon, 09 Jun 2025 14:30:33 +0200
diff --git a/debian/patches/0125-multiarch_dll_search_path.patch b/debian/patches/0125-multiarch_dll_search_path.patch
index 67b9484..125cafa 100644
--- a/debian/patches/0125-multiarch_dll_search_path.patch
+++ b/debian/patches/0125-multiarch_dll_search_path.patch
@@ -38,7 +38,7 @@ Index: trunk/backend/Makefile.am
## included LICENSE file for license information.
-AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include $(USB_CFLAGS) -DLIBDIR="\"$(libdir)/sane\""
-+AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include $(USB_CFLAGS) -DLIBDIR="\"$(libdir)/sane\"" -DDEB_DLL_LIBDIR="\"$(libdir)/sane:$(prefix)/lib/sane\:$(prefix)/lib64/sane\""
++AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include $(USB_CFLAGS) -DLIBDIR="\"$(libdir)/sane\"" -DDEB_DLL_LIBDIR="\"$(libdir)/sane:$(prefix)/lib/sane:$(prefix)/lib64/sane\""
AM_LDFLAGS += $(STRICT_LDFLAGS)
# The -rpath option is added because we are creating _LTLIBRARIES based