Control: tags 1096878 + patch Control: tags 1096878 + pending Dear maintainer,
I've prepared an NMU for jskeus (versioned as 1.2.6+dfsg-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for jskeus-1.2.6+dfsg jskeus-1.2.6+dfsg changelog | 8 ++++++++ rules | 1 + 2 files changed, 9 insertions(+) diff -Nru jskeus-1.2.6+dfsg/debian/changelog jskeus-1.2.6+dfsg/debian/changelog --- jskeus-1.2.6+dfsg/debian/changelog 2024-12-17 04:23:32.000000000 +0200 +++ jskeus-1.2.6+dfsg/debian/changelog 2025-09-22 20:50:53.000000000 +0300 @@ -1,3 +1,11 @@ +jskeus (1.2.6+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096878) + + -- Adrian Bunk <[email protected]> Mon, 22 Sep 2025 20:50:53 +0300 + jskeus (1.2.6+dfsg-1) unstable; urgency=medium * New upstream version 1.2.6+dfsg diff -Nru jskeus-1.2.6+dfsg/debian/rules jskeus-1.2.6+dfsg/debian/rules --- jskeus-1.2.6+dfsg/debian/rules 2024-12-17 04:23:32.000000000 +0200 +++ jskeus-1.2.6+dfsg/debian/rules 2025-09-22 20:50:46.000000000 +0300 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 %: dh $@

