Control: tags 1143702 + patch Control: tags 1143702 + pending Dear maintainer,
I've prepared an NMU for rxvt-unicode (versioned as 9.31-3.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for rxvt-unicode-9.31 rxvt-unicode-9.31 changelog | 8 ++++++++ rules | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff -Nru rxvt-unicode-9.31/debian/changelog rxvt-unicode-9.31/debian/changelog --- rxvt-unicode-9.31/debian/changelog 2024-02-20 18:54:25.000000000 +0200 +++ rxvt-unicode-9.31/debian/changelog 2026-09-18 18:40:22.000000000 +0300 @@ -1,3 +1,11 @@ +rxvt-unicode (9.31-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 16. (Closes: #1143702) + * Stop disabling epoll on alpha. + + -- Adrian Bunk <[email protected]> Fri, 18 Sep 2026 18:40:22 +0300 + rxvt-unicode (9.31-3) unstable; urgency=medium * Fix OSC responses with 7-bit ST (Closes: #1064039) diff -Nru rxvt-unicode-9.31/debian/rules rxvt-unicode-9.31/debian/rules --- rxvt-unicode-9.31/debian/rules 2021-12-19 22:30:32.000000000 +0200 +++ rxvt-unicode-9.31/debian/rules 2026-09-18 18:40:22.000000000 +0300 @@ -11,6 +11,8 @@ PACKAGE_DIR=$(CURDIR)/debian/rxvt-unicode +export DEB_CXXFLAGS_MAINT_APPEND += -std=gnu++17 + %: dh $@ @@ -47,9 +49,6 @@ --enable-xterm-scroll \ --with-term=rxvt-unicode-256color perl -pe s,..tag.CXX,, -i src/Makefile - if expr $(DEB_HOST_GNU_TYPE) : 'alpha-linux-gnu\|sparc-linux-gnu' > /dev/null; then \ - echo "#define EV_USE_EPOLL 0" >> config.h; \ - fi override_dh_auto_build: # We patch the documentation and need to rebuild it

