diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 18:07:33 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 18:07:33 +0200 |
commit | 54756e013504bc8f99f5719816ae35dfb98d05f4 (patch) | |
tree | 6c7c53323d2d1545610ade193674e83326f3deb8 | |
parent | aad06a461af95e02d83fbbbdddccf4285554d54f (diff) |
d/p/0125-multiarch_dll_search_path.patch; Fix compiler warning unknown escape sequence
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/patches/0125-multiarch_dll_search_path.patch | 2 |
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 |