Control: tags 1096607 + patch Control: tags 1096607 + pending Dear maintainer,
I've prepared an NMU for fasta3 (versioned as 36.3.8i.14-Nov-2020-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
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 <[email protected]> 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

