Control: tags 1096395 + patch Control: tags 1096395 + pending Dear maintainer,
I've prepared an NMU for bristol (versioned as 0.60.11-5.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for bristol-0.60.11 bristol-0.60.11 changelog | 8 ++++++++ rules | 2 ++ 2 files changed, 10 insertions(+) diff -Nru bristol-0.60.11/debian/changelog bristol-0.60.11/debian/changelog --- bristol-0.60.11/debian/changelog 2024-04-12 21:37:48.000000000 +0300 +++ bristol-0.60.11/debian/changelog 2025-09-20 18:45:35.000000000 +0300 @@ -1,3 +1,11 @@ +bristol (0.60.11-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096395) + + -- Adrian Bunk <[email protected]> Sat, 20 Sep 2025 18:45:35 +0300 + bristol (0.60.11-5) unstable; urgency=medium * Team upload diff -Nru bristol-0.60.11/debian/rules bristol-0.60.11/debian/rules --- bristol-0.60.11/debian/rules 2024-04-12 21:35:04.000000000 +0300 +++ bristol-0.60.11/debian/rules 2025-09-20 18:45:24.000000000 +0300 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 + EXTRA_CONFIGURE_ARGS = --enable-jack-default-audio --enable-jack-default-midi ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)

