Control: tags 1126965 + pending Dear maintainer,
I've prepared an NMU for enca (versioned as 1.21-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. Regards, -rt
diffstat for enca-1.21 enca-1.21 changelog | 9 +++++++++ patches/gettext-0.26.patch | 16 ++++++++++++++++ patches/series | 1 + 3 files changed, 26 insertions(+) diff -Nru enca-1.21/debian/changelog enca-1.21/debian/changelog --- enca-1.21/debian/changelog 2025-10-20 07:51:27.000000000 -0400 +++ enca-1.21/debian/changelog 2026-06-04 06:45:41.000000000 -0400 @@ -1,3 +1,12 @@ +enca (1.21-1.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Santiago Vila ] + * Fix FTBFS with gettext 0.26. Closes: #1126965 + + -- Reinhard Tartler <[email protected]> Thu, 04 Jun 2026 06:45:41 -0400 + enca (1.21-1) unstable; urgency=medium * Adopt package (Closes: #953094) diff -Nru enca-1.21/debian/patches/gettext-0.26.patch enca-1.21/debian/patches/gettext-0.26.patch --- enca-1.21/debian/patches/gettext-0.26.patch 1969-12-31 19:00:00.000000000 -0500 +++ enca-1.21/debian/patches/gettext-0.26.patch 2026-06-04 06:44:38.000000000 -0400 @@ -0,0 +1,16 @@ +From: Lars Wendler <[email protected]> +Subject: Fix autoreconf with gettext >= 0.24 +Bug-Debian: https://bugs.debian.org/1126965 +Origin: upstream, https://github.com/Project-OSS-Revival/enca/commit/c16ac192ddf1935867d9098767cc1b846c51fefc + +--- a/configure.ac ++++ b/configure.ac +@@ -6,6 +6,8 @@ + AC_PREREQ([2.69]) + AC_CONFIG_SRCDIR(src/enca.c) + AC_CONFIG_MACRO_DIR([m4]) ++AM_GNU_GETTEXT([external]) ++AM_GNU_GETTEXT_VERSION([0.22]) + AC_CONFIG_FILES( \ + Makefile \ + enca.spec \ diff -Nru enca-1.21/debian/patches/series enca-1.21/debian/patches/series --- enca-1.21/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ enca-1.21/debian/patches/series 2026-06-04 06:44:38.000000000 -0400 @@ -0,0 +1 @@ +gettext-0.26.patch

