Control: tags 1096303 + patch Control: tags 1096303 + pending Dear maintainer,
I've prepared an NMU for amide (versioned as 1.0.6-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for amide-1.0.6 amide-1.0.6 changelog | 8 ++++++++ rules | 1 + 2 files changed, 9 insertions(+) diff -Nru amide-1.0.6/debian/changelog amide-1.0.6/debian/changelog --- amide-1.0.6/debian/changelog 2024-02-24 21:28:56.000000000 +0200 +++ amide-1.0.6/debian/changelog 2025-09-19 20:32:47.000000000 +0300 @@ -1,3 +1,11 @@ +amide (1.0.6-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096303) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 20:32:47 +0300 + amide (1.0.6-5) unstable; urgency=medium * Team upload. diff -Nru amide-1.0.6/debian/rules amide-1.0.6/debian/rules --- amide-1.0.6/debian/rules 2024-02-24 21:28:56.000000000 +0200 +++ amide-1.0.6/debian/rules 2025-09-19 20:32:47.000000000 +0300 @@ -2,6 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export ACLOCAL = aclocal -I m4 +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 %: dh $@ --no-parallel --sourcedirectory=amide-current/

