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

