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 <bunk@debian.org>  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)
