tags 1126975 patch
thanks

Hi. The attached patch works for me (but please double-check). Thanks.
commit 37c2041bf195f08162ff2cb428be2dc598c613af
Author: Santiago Vila <[email protected]>
Date:   Fri Apr 10 19:40:00 2026 +0200

    Fix FTBFS with gettext 0.26. Closes: #1126975.

diff --git a/debian/patches/gettext-0.26.patch 
b/debian/patches/gettext-0.26.patch
new file mode 100644
index 0000000..fa238d8
--- /dev/null
+++ b/debian/patches/gettext-0.26.patch
@@ -0,0 +1,16 @@
+From: Santiago Vila <[email protected]>
+Subject: Fix FTBFS with gettext 0.26
+Bug-Debian: https://bugs.debian.org/1126975
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -885,7 +885,8 @@
+ SHELL=/bin/sh
+ AC_MSG_RESULT(using $SHELL (FORCED))
+ 
+-MY_GETTEXT
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION([0.23])
+ 
+ dnl 
----------------------------------------------------------------------------
+ dnl ----------------- END OF GENERAL CONFIGURATION   
---------------------------
diff --git a/debian/patches/series b/debian/patches/series
index 3e71bbd..9245875 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ fix-build-with-gcc-10.patch
 remove-build-date-from-lpd.conf.patch
 implicit.patch
 spelling.patch
+gettext-0.26.patch

Reply via email to