Control: tags 1048759 + pending Control: tags 1126969 + pending Dear maintainer,
I've prepared an NMU for jwm (versioned as 2.4.6-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for jwm-2.4.6 jwm-2.4.6 changelog | 9 +++++++++ clean | 34 +++++++++++++++++++++++++++++++++- rules | 2 ++ 3 files changed, 44 insertions(+), 1 deletion(-) diff -Nru jwm-2.4.6/debian/changelog jwm-2.4.6/debian/changelog --- jwm-2.4.6/debian/changelog 2025-02-09 01:08:21.000000000 +0200 +++ jwm-2.4.6/debian/changelog 2026-06-06 19:42:36.000000000 +0300 @@ -1,3 +1,12 @@ +jwm (2.4.6-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gettext 0.26. (Closes: #1126969) + * Apply patch from Santiago Vila to fix building twice in a row. + (Closes: #1048759) + + -- Adrian Bunk <[email protected]> Sat, 06 Jun 2026 19:42:36 +0300 + jwm (2.4.6-2) unstable; urgency=medium [ Santiago Vila ] diff -Nru jwm-2.4.6/debian/clean jwm-2.4.6/debian/clean --- jwm-2.4.6/debian/clean 2025-02-09 01:08:21.000000000 +0200 +++ jwm-2.4.6/debian/clean 2026-06-06 19:42:36.000000000 +0300 @@ -1,5 +1,37 @@ +ABOUT-NLS +aclocal.m4 +compile +config.guess +config.h.in +config.rpath +config.sub +configure contrib/Makefile +install-sh +m4/build-to-host.m4 +m4/gettext.m4 +m4/host-cpu-c-abi.m4 +m4/iconv.m4 +m4/intlmacosx.m4 +m4/lib-ld.m4 +m4/lib-link.m4 +m4/lib-prefix.m4 +m4/nls.m4 +m4/po.m4 +m4/progtest.m4 +missing +po/*.gmo po/Makefile po/Makefile.in +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/boldquot.sed +po/[email protected] +po/[email protected] +po/insert-header.sed +po/quot.sed +po/remove-potcdate.sed po/stamp-po -po/*.gmo +stamp-h1 diff -Nru jwm-2.4.6/debian/rules jwm-2.4.6/debian/rules --- jwm-2.4.6/debian/rules 2025-02-09 01:08:21.000000000 +0200 +++ jwm-2.4.6/debian/rules 2026-06-06 19:42:36.000000000 +0300 @@ -16,6 +16,8 @@ cp example.jwmrc $(ETCDIR)/system.$(PACKAGE)rc override_dh_autoreconf: + cp /usr/share/misc/config.guess . + cp /usr/share/misc/config.sub . sh autogen.sh dh_autoreconf

