Control: tags 1098000 + patch Control: tags 1098000 + pending Dear maintainer,
I've prepared an NMU for timidity (versioned as 2.14.0-8.4) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for timidity-2.14.0 timidity-2.14.0 changelog | 9 +++++++++ rules | 8 +------- 2 files changed, 10 insertions(+), 7 deletions(-) diff -Nru timidity-2.14.0/debian/changelog timidity-2.14.0/debian/changelog --- timidity-2.14.0/debian/changelog 2024-12-31 08:55:13.000000000 +0200 +++ timidity-2.14.0/debian/changelog 2026-01-05 22:13:51.000000000 +0200 @@ -1,3 +1,12 @@ +timidity (2.14.0-8.4) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1098000) + * Fix FTBFS with the nocheck build profile. (Closes: #902769) + + -- Adrian Bunk <[email protected]> Mon, 05 Jan 2026 22:13:51 +0200 + timidity (2.14.0-8.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru timidity-2.14.0/debian/rules timidity-2.14.0/debian/rules --- timidity-2.14.0/debian/rules 2024-12-31 08:55:13.000000000 +0200 +++ timidity-2.14.0/debian/rules 2026-01-05 22:13:51.000000000 +0200 @@ -3,6 +3,7 @@ include /usr/share/dpkg/architecture.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 defaultaudio=ao ifeq ($(DEB_HOST_ARCH_OS), linux) @@ -29,16 +30,9 @@ --with-lispdir=/usr/share/emacs/site-lisp/timidity-el \ --enable-audio=$(audio) -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) override_dh_auto_test: #Â require /etc/timidity/timidity.cfg #Â timidity/timidity --verbose debian/test_sample.mid -Ov -o /dev/null -else -override_dh_auto_test: - @echo '**********************************************************' - @echo 'Skip test suite ' - @echo '**********************************************************' -endif override_dh_installman: dh_installman -ptimidity --language=C doc/C/timidity.1 doc/C/timidity.cfg.5

