Control: tags 1096369 + patch Control: tags 1096369 + pending Dear maintainer,
I've prepared an NMU for biloba (versioned as 0.9.3-11.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for biloba-0.9.3 biloba-0.9.3 changelog | 8 ++++++++ rules | 1 + 2 files changed, 9 insertions(+) diff -Nru biloba-0.9.3/debian/changelog biloba-0.9.3/debian/changelog --- biloba-0.9.3/debian/changelog 2023-01-13 21:53:10.000000000 +0200 +++ biloba-0.9.3/debian/changelog 2025-09-19 23:40:42.000000000 +0300 @@ -1,3 +1,11 @@ +biloba (0.9.3-11.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096369) + + -- Adrian Bunk <[email protected]> Fri, 19 Sep 2025 23:40:42 +0300 + biloba (0.9.3-11) unstable; urgency=medium * Update protocol in homepage and source URLs diff -Nru biloba-0.9.3/debian/rules biloba-0.9.3/debian/rules --- biloba-0.9.3/debian/rules 2023-01-13 21:53:10.000000000 +0200 +++ biloba-0.9.3/debian/rules 2025-09-19 23:40:42.000000000 +0300 @@ -5,6 +5,7 @@ P2M := pod2man -u -s 6 -c Biloba -r $(DEB_VERSION) export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 %: dh $@

