Control: tags 1096283 + patch Control: tags 1096283 + pending Dear maintainer,
I've prepared an NMU for afterstep (versioned as 2.2.12-18.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for afterstep-2.2.12 afterstep-2.2.12 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru afterstep-2.2.12/debian/changelog afterstep-2.2.12/debian/changelog --- afterstep-2.2.12/debian/changelog 2024-11-24 22:51:14.000000000 +0200 +++ afterstep-2.2.12/debian/changelog 2025-09-19 20:14:06.000000000 +0300 @@ -1,3 +1,11 @@ +afterstep (2.2.12-18.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096283) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 20:14:06 +0300 + afterstep (2.2.12-18) unstable; urgency=medium * Acknowledge NMU. diff -Nru afterstep-2.2.12/debian/rules afterstep-2.2.12/debian/rules --- afterstep-2.2.12/debian/rules 2024-11-24 22:51:14.000000000 +0200 +++ afterstep-2.2.12/debian/rules 2025-09-19 20:14:06.000000000 +0300 @@ -3,7 +3,7 @@ # export DH_VERBOSE=1 DEB_BUILD_MAINT_OPTIONS := hardening=+all -DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS) $(shell getconf LFS_CFLAGS) +DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS) $(shell getconf LFS_CFLAGS) -std=gnu17 DEB_LDFLAGS_MAINT_APPEND:= -Wl,-z,defs DPKG_EXPORT_BUILDFLAGS := 1

