Control: tags -1 patch
Please find a patch attached.
diff -Nru elinks-0.19.1/debian/changelog elinks-0.19.1/debian/changelog --- elinks-0.19.1/debian/changelog 2026-03-22 10:55:16.000000000 +0100 +++ elinks-0.19.1/debian/changelog 2026-05-27 22:36:05.000000000 +0200 @@ -1,3 +1,11 @@ +elinks (0.19.1-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Call AM_GNU_GETTEXT with the necessary argument (Closes: #1135916) + * Prevent autoheader run + + -- Bastian Germann <[email protected]> Wed, 27 May 2026 22:36:05 +0200 + 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 01:00:00.000000000 +0100 +++ elinks-0.19.1/debian/patches/autoconf-gettext.patch 2026-05-27 22:36:05.000000000 +0200 @@ -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 10:55:16.000000000 +0100 +++ elinks-0.19.1/debian/patches/series 2026-05-27 22:34:35.000000000 +0200 @@ -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 10:55:16.000000000 +0100 +++ elinks-0.19.1/debian/rules 2026-05-27 22:36:05.000000000 +0200 @@ -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 \

