Control: tags 1126962 + pending Dear maintainer,
I've prepared an NMU for axel (versioned as 2.17.14-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for axel-2.17.14 axel-2.17.14 changelog | 7 ++++ patches/0001-Fix-building-with-gettext-files-0.24.patch | 25 ++++++++++++++++ patches/series | 1 3 files changed, 33 insertions(+) diff -Nru axel-2.17.14/debian/changelog axel-2.17.14/debian/changelog --- axel-2.17.14/debian/changelog 2026-01-19 22:25:20.000000000 +0200 +++ axel-2.17.14/debian/changelog 2026-06-06 18:45:25.000000000 +0300 @@ -1,3 +1,10 @@ +axel (2.17.14-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gettext 0.26. (Closes: #1126962) + + -- Adrian Bunk <[email protected]> Sat, 06 Jun 2026 18:45:25 +0300 + axel (2.17.14-3) unstable; urgency=medium * debian/control: diff -Nru axel-2.17.14/debian/patches/0001-Fix-building-with-gettext-files-0.24.patch axel-2.17.14/debian/patches/0001-Fix-building-with-gettext-files-0.24.patch --- axel-2.17.14/debian/patches/0001-Fix-building-with-gettext-files-0.24.patch 1970-01-01 02:00:00.000000000 +0200 +++ axel-2.17.14/debian/patches/0001-Fix-building-with-gettext-files-0.24.patch 2026-06-06 18:44:19.000000000 +0300 @@ -0,0 +1,25 @@ +From abe754ca0f51d4dd6598b6347e557c79967f8876 Mon Sep 17 00:00:00 2001 +From: Adrian Bunk <[email protected]> +Date: Sat, 6 Jun 2026 18:44:06 +0300 +Subject: Fix building with gettext files >= 0.24 + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 836d954..88cb14e 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -237,7 +237,7 @@ AS_IF([test "x$with_ssl" != xno], [ + + # Add Gettext + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.11.1]) ++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6]) + + # POSIX threads + AX_PTHREAD() +-- +2.47.3 + diff -Nru axel-2.17.14/debian/patches/series axel-2.17.14/debian/patches/series --- axel-2.17.14/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ axel-2.17.14/debian/patches/series 2026-06-06 18:45:19.000000000 +0300 @@ -0,0 +1 @@ +0001-Fix-building-with-gettext-files-0.24.patch

