diffstat for espresso-6.7 espresso-6.7

 changelog |    8 ++++++++
 rules     |    2 ++
 2 files changed, 10 insertions(+)

diff -Nru espresso-6.7/debian/changelog espresso-6.7/debian/changelog
--- espresso-6.7/debian/changelog	2024-10-09 10:16:04.000000000 +0300
+++ espresso-6.7/debian/changelog	2025-10-04 23:30:45.000000000 +0300
@@ -1,3 +1,11 @@
+espresso (6.7-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1096588)
+
+ -- Adrian Bunk <bunk@debian.org>  Sat, 04 Oct 2025 23:30:45 +0300
+
 espresso (6.7-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru espresso-6.7/debian/rules espresso-6.7/debian/rules
--- espresso-6.7/debian/rules	2024-10-09 10:16:04.000000000 +0300
+++ espresso-6.7/debian/rules	2025-10-04 23:30:45.000000000 +0300
@@ -17,6 +17,8 @@
 
 export F90FLAGS = $(shell dpkg-buildflags --get FFLAGS) -cpp -fallow-argument-mismatch
 
+export DEB_CFLAGS_MAINT_APPEND = -std=gnu17
+
 # workaround for dpkg exporting conflicting DFLAGS since #975896
 export DFLAGS
 
