diffstat for apbs-3.4.1 apbs-3.4.1

 changelog |    8 ++++++++
 rules     |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru apbs-3.4.1/debian/changelog apbs-3.4.1/debian/changelog
--- apbs-3.4.1/debian/changelog	2024-10-31 15:24:17.000000000 +0200
+++ apbs-3.4.1/debian/changelog	2025-09-19 21:20:00.000000000 +0300
@@ -1,3 +1,11 @@
+apbs (3.4.1-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1096316)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 19 Sep 2025 21:20:00 +0300
+
 apbs (3.4.1-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru apbs-3.4.1/debian/rules apbs-3.4.1/debian/rules
--- apbs-3.4.1/debian/rules	2024-10-31 15:24:17.000000000 +0200
+++ apbs-3.4.1/debian/rules	2025-09-19 21:20:00.000000000 +0300
@@ -13,7 +13,7 @@
 BUILDDIR := $(CURDIR)/obj-$(DEB_HOST_MULTIARCH)
 
 export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS   := $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -fcommon
+export CFLAGS   := $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -fcommon -std=gnu17
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
 export LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
