Control: tags 1096385 + patch Control: tags 1096385 + pending Dear maintainer,
I've prepared an NMU for bomberclone (versioned as 0.11.9-7.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for bomberclone-0.11.9 bomberclone-0.11.9 changelog | 8 ++++++++ rules | 2 ++ 2 files changed, 10 insertions(+) diff -Nru bomberclone-0.11.9/debian/changelog bomberclone-0.11.9/debian/changelog --- bomberclone-0.11.9/debian/changelog 2018-08-04 11:32:00.000000000 +0300 +++ bomberclone-0.11.9/debian/changelog 2025-09-20 17:38:04.000000000 +0300 @@ -1,3 +1,11 @@ +bomberclone (0.11.9-7.2) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096385) + + -- Adrian Bunk <[email protected]> Sat, 20 Sep 2025 17:38:04 +0300 + bomberclone (0.11.9-7.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru bomberclone-0.11.9/debian/rules bomberclone-0.11.9/debian/rules --- bomberclone-0.11.9/debian/rules 2018-08-04 11:32:00.000000000 +0300 +++ bomberclone-0.11.9/debian/rules 2025-09-20 17:38:04.000000000 +0300 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + %: dh $@

