diffstat for fasta3-36.3.8i.14-Nov-2020 fasta3-36.3.8i.14-Nov-2020

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

diff -Nru fasta3-36.3.8i.14-Nov-2020/debian/changelog fasta3-36.3.8i.14-Nov-2020/debian/changelog
--- fasta3-36.3.8i.14-Nov-2020/debian/changelog	2024-10-28 11:34:11.000000000 +0200
+++ fasta3-36.3.8i.14-Nov-2020/debian/changelog	2025-09-23 20:34:25.000000000 +0300
@@ -1,3 +1,11 @@
+fasta3 (36.3.8i.14-Nov-2020-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1096607)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 23 Sep 2025 20:34:25 +0300
+
 fasta3 (36.3.8i.14-Nov-2020-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru fasta3-36.3.8i.14-Nov-2020/debian/rules fasta3-36.3.8i.14-Nov-2020/debian/rules
--- fasta3-36.3.8i.14-Nov-2020/debian/rules	2024-10-25 16:33:44.000000000 +0300
+++ fasta3-36.3.8i.14-Nov-2020/debian/rules	2025-09-23 20:34:25.000000000 +0300
@@ -16,6 +16,10 @@
 export DEB_CFLAGS_MAINT_APPEND +=-flto -O3 -DSIMDE_ENABLE_OPENMP -fopenmp-simd
 export DEB_LDFLAGS_MAINT_APPEND +=-flto
 
+# might be dropped after
+# https://github.com/wrpearson/fasta36/commit/28f6e726a1f35e61c32e98d1dbcb11b4b631b559
+export DEB_CFLAGS_MAINT_APPEND += -std=gnu17
+
 %:
 	dh $@ --sourcedirectory src
 
