diffstat for ampliconnoise-1.29 ampliconnoise-1.29

 changelog            |    7 +++++++
 patches/gcc-15.patch |   26 ++++++++++++++++++++++++++
 patches/series       |    1 +
 3 files changed, 34 insertions(+)

diff -Nru ampliconnoise-1.29/debian/changelog ampliconnoise-1.29/debian/changelog
--- ampliconnoise-1.29/debian/changelog	2024-11-26 23:12:39.000000000 +0200
+++ ampliconnoise-1.29/debian/changelog	2025-09-19 21:04:55.000000000 +0300
@@ -1,3 +1,10 @@
+ampliconnoise (1.29-15.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1096305)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 19 Sep 2025 21:04:55 +0300
+
 ampliconnoise (1.29-15) unstable; urgency=medium
 
   * d/t/Run.sh: remove openmpi specific --use-hwthread-cpu argument.
diff -Nru ampliconnoise-1.29/debian/patches/gcc-15.patch ampliconnoise-1.29/debian/patches/gcc-15.patch
--- ampliconnoise-1.29/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ ampliconnoise-1.29/debian/patches/gcc-15.patch	2025-09-19 21:04:55.000000000 +0300
@@ -0,0 +1,26 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1096305
+
+--- ampliconnoise-1.29.orig/Perseus/Perseus.h
++++ ampliconnoise-1.29/Perseus/Perseus.h
+@@ -148,7 +148,7 @@ void broadcastData(t_Data *ptData);
+ 
+ double needlemanWunschN(const char* acA, const char* acB, int nLenA, int nLenB, int nM);
+ 
+-void initLookUp();
++void initLookUp(t_Params *ptParams);
+ 
+ char* getChimera(int *pnCLength, t_Align* ptA, t_Align* ptB, int nSplit, int nLenI);
+ 
+--- ampliconnoise-1.29.orig/PerseusD/PerseusD.h
++++ ampliconnoise-1.29/PerseusD/PerseusD.h
+@@ -173,7 +173,7 @@ void broadcastData(t_Data *ptData);
+ 
+ double needlemanWunschN(const char* acA, const char* acB, int nLenA, int nLenB, int nM);
+ 
+-void initLookUp();
++void initLookUp(t_Params *ptParams);
+ 
+ char* getChimera(int *pnCLength, t_Align* ptA, t_Align* ptB, int nSplit, int nLenI);
+ 
diff -Nru ampliconnoise-1.29/debian/patches/series ampliconnoise-1.29/debian/patches/series
--- ampliconnoise-1.29/debian/patches/series	2024-08-07 14:41:01.000000000 +0300
+++ ampliconnoise-1.29/debian/patches/series	2025-09-19 21:04:55.000000000 +0300
@@ -6,3 +6,4 @@
 fix_sequence_of_function_definitions.patch
 fix_missing_header.patch
 gcc-14.patch
+gcc-15.patch
