diffstat for rapmap-0.15.0+dfsg rapmap-0.15.0+dfsg

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

diff -Nru rapmap-0.15.0+dfsg/debian/changelog rapmap-0.15.0+dfsg/debian/changelog
--- rapmap-0.15.0+dfsg/debian/changelog	2024-03-25 19:32:44.000000000 +0200
+++ rapmap-0.15.0+dfsg/debian/changelog	2025-10-09 20:20:07.000000000 +0300
@@ -1,3 +1,10 @@
+rapmap (0.15.0+dfsg-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1097770)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 09 Oct 2025 20:20:07 +0300
+
 rapmap (0.15.0+dfsg-4) unstable; urgency=medium
 
   * d/rules: enable "-fopenmp-simd" and other SIMDe recommended build
diff -Nru rapmap-0.15.0+dfsg/debian/patches/gcc-15.patch rapmap-0.15.0+dfsg/debian/patches/gcc-15.patch
--- rapmap-0.15.0+dfsg/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ rapmap-0.15.0+dfsg/debian/patches/gcc-15.patch	2025-10-09 20:20:07.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1097770
+
+--- rapmap-0.15.0+dfsg.orig/include/BooPHF.hpp
++++ rapmap-0.15.0+dfsg/include/BooPHF.hpp
+@@ -17,6 +17,7 @@
+ #include <string.h>
+ #include <memory> // for make_shared
+ #include <unistd.h>
++#include <cstdint>
+ 
+ 
+ 
diff -Nru rapmap-0.15.0+dfsg/debian/patches/series rapmap-0.15.0+dfsg/debian/patches/series
--- rapmap-0.15.0+dfsg/debian/patches/series	2020-06-05 10:14:54.000000000 +0300
+++ rapmap-0.15.0+dfsg/debian/patches/series	2025-10-09 20:20:07.000000000 +0300
@@ -5,3 +5,4 @@
 portable_pause
 no_gomp_needed
 simde
+gcc-15.patch
