diffstat for racon-1.5.0 racon-1.5.0

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

diff -Nru racon-1.5.0/debian/changelog racon-1.5.0/debian/changelog
--- racon-1.5.0/debian/changelog	2022-09-29 15:39:55.000000000 +0300
+++ racon-1.5.0/debian/changelog	2025-10-09 19:25:23.000000000 +0300
@@ -1,3 +1,10 @@
+racon (1.5.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1097767)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 09 Oct 2025 19:25:23 +0300
+
 racon (1.5.0-3) unstable; urgency=medium
 
   * Standards-Version: 4.6.1 (routine-update)
diff -Nru racon-1.5.0/debian/patches/gcc-15.patch racon-1.5.0/debian/patches/gcc-15.patch
--- racon-1.5.0/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ racon-1.5.0/debian/patches/gcc-15.patch	2025-10-09 19:25:23.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1097767
+
+--- racon-1.5.0.orig/src/window.hpp
++++ racon-1.5.0/src/window.hpp
+@@ -11,6 +11,7 @@
+ #include <memory>
+ #include <string>
+ #include <utility>
++#include <cstdint>
+ 
+ namespace spoa {
+     class AlignmentEngine;
diff -Nru racon-1.5.0/debian/patches/series racon-1.5.0/debian/patches/series
--- racon-1.5.0/debian/patches/series	2022-09-29 15:39:55.000000000 +0300
+++ racon-1.5.0/debian/patches/series	2025-10-09 19:25:23.000000000 +0300
@@ -2,3 +2,4 @@
 remove_buildpath
 py3
 # make-compatible-with-old-threadpool.patch
+gcc-15.patch
