Control: tags 1096415 + patch Control: tags 1096415 + pending Dear maintainer,
I've prepared an NMU for cbflib (versioned as 0.9.7+dfsg1-5.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for cbflib-0.9.7+dfsg1 cbflib-0.9.7+dfsg1 changelog | 8 ++++++++ rules | 1 + 2 files changed, 9 insertions(+) diff -Nru cbflib-0.9.7+dfsg1/debian/changelog cbflib-0.9.7+dfsg1/debian/changelog --- cbflib-0.9.7+dfsg1/debian/changelog 2025-02-22 13:22:46.000000000 +0200 +++ cbflib-0.9.7+dfsg1/debian/changelog 2025-10-04 22:27:14.000000000 +0300 @@ -1,3 +1,11 @@ +cbflib (0.9.7+dfsg1-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with -std=gnu17 to workaround FTBFS with GCC 15. + (Closes: #1096415) + + -- Adrian Bunk <[email protected]> Sat, 04 Oct 2025 22:27:14 +0300 + cbflib (0.9.7+dfsg1-5) unstable; urgency=medium * Team upload diff -Nru cbflib-0.9.7+dfsg1/debian/rules cbflib-0.9.7+dfsg1/debian/rules --- cbflib-0.9.7+dfsg1/debian/rules 2025-02-22 13:19:30.000000000 +0200 +++ cbflib-0.9.7+dfsg1/debian/rules 2025-10-04 22:27:14.000000000 +0300 @@ -2,6 +2,7 @@ # Building with HDF5/1.14.4.3, forwarded: https://github.com/yayahjb/cbflib/issues/66 export DEB_CPPFLAGS_MAINT_APPEND = -DH5_USE_110_API +export DEB_CFLAGS_MAINT_APPEND = -std=gnu17 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

