Control: tags 1135916 + pending Dear maintainer,
I've prepared an NMU for elinks (versioned as 0.19.1-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for elinks-0.19.1 elinks-0.19.1 changelog | 10 ++++++++++ patches/autoconf-gettext.patch | 15 +++++++++++++++ patches/series | 1 + rules | 1 + 4 files changed, 27 insertions(+) diff -Nru elinks-0.19.1/debian/changelog elinks-0.19.1/debian/changelog --- elinks-0.19.1/debian/changelog 2026-03-22 11:55:16.000000000 +0200 +++ elinks-0.19.1/debian/changelog 2026-06-26 21:34:42.000000000 +0300 @@ -1,3 +1,13 @@ +elinks (0.19.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Bastian Germann ] + * Call AM_GNU_GETTEXT with the necessary argument (Closes: #1135916) + * Prevent autoheader run + + -- Adrian Bunk <[email protected]> Fri, 26 Jun 2026 21:34:42 +0300 + elinks (0.19.1-2) unstable; urgency=medium * d/gbp.conf: sign debian/ git tags diff -Nru elinks-0.19.1/debian/patches/autoconf-gettext.patch elinks-0.19.1/debian/patches/autoconf-gettext.patch --- elinks-0.19.1/debian/patches/autoconf-gettext.patch 1970-01-01 02:00:00.000000000 +0200 +++ elinks-0.19.1/debian/patches/autoconf-gettext.patch 2026-06-26 21:34:38.000000000 +0300 @@ -0,0 +1,15 @@ +From: Bastian Germann <[email protected]> +Date: May, 27 2026 22:33:35 +0200 +Subject: Add missing [external] argument to AM_GNU_GETTEXT +--- +--- elinks-0.19.1.orig/configure.ac ++++ elinks-0.19.1/configure.ac +@@ -1605,7 +1605,7 @@ AC_CHECK_HEADERS(execinfo.h, HAVE_EXECIN + + ALL_LINGUAS="af be bg ca cs da de el es et fi fr gl hr hu id is it ja lt nl nb pl pt pt_BR ro ru sk sr sv tr uk" + +-AM_GNU_GETTEXT ++AM_GNU_GETTEXT([external]) + + # iconv is always used + LIBS="$LIBS $LIBICONV" diff -Nru elinks-0.19.1/debian/patches/series elinks-0.19.1/debian/patches/series --- elinks-0.19.1/debian/patches/series 2026-03-22 11:55:16.000000000 +0200 +++ elinks-0.19.1/debian/patches/series 2026-06-26 21:34:38.000000000 +0300 @@ -3,3 +3,4 @@ 07_617713_cache_control.diff 14_debug_disable_Werror.diff fix-mailcap-infinight-loop.patch +autoconf-gettext.patch diff -Nru elinks-0.19.1/debian/rules elinks-0.19.1/debian/rules --- elinks-0.19.1/debian/rules 2026-03-22 11:55:16.000000000 +0200 +++ elinks-0.19.1/debian/rules 2026-06-26 21:34:38.000000000 +0300 @@ -5,6 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs export FORCE_SOURCE_DATE = 1 +export AUTOHEADER = true CONF_OPTS= -Dtest=true \ -Dlzma=true \

