Bug#1092224: galvani: FTBFS with gettext 0.23.x

Santiago Vila sanvila at debian.org
Mon Jan 6 17:13:57 GMT 2025


tags 1092224 patch
thanks

Hi. As hinted in the bug itself, this can be fixed
with the attached one-line fix.

Please tell me if you would like to handle this yourself
as the usual uploader, or if you would prefer that I make
a team upload (0.38-2) to fix this (I'm also a member
of Debian Science).

Thanks.
-------------- next part --------------
diff --git a/debian/patches/fix-ftfbs-with-gettext-0.23.patch b/debian/patches/fix-ftfbs-with-gettext-0.23.patch
new file mode 100644
index 0000000..c0a9387
--- /dev/null
+++ b/debian/patches/fix-ftfbs-with-gettext-0.23.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with gettext-0.23.x
+Author: Santiago Vila <sanvila at debian.org>
+Bug-Debian: https://bugs.debian.org/1092224
+Last-Update: 2025-01-06
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -24,8 +24,8 @@
+ GETTEXT_PACKAGE=galvani
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.21])
+ 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ac4e951
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ftfbs-with-gettext-0.23.patch


More information about the debian-science-maintainers mailing list