diffstat for bbhash-1.0.0 bbhash-1.0.0

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

diff -Nru bbhash-1.0.0/debian/changelog bbhash-1.0.0/debian/changelog
--- bbhash-1.0.0/debian/changelog	2023-12-04 18:42:36.000000000 +0200
+++ bbhash-1.0.0/debian/changelog	2025-09-19 22:57:15.000000000 +0300
@@ -1,3 +1,10 @@
+bbhash (1.0.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1096359)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 19 Sep 2025 22:57:15 +0300
+
 bbhash (1.0.0-6) unstable; urgency=medium
 
   * Fix clean target
diff -Nru bbhash-1.0.0/debian/patches/gcc-15.patch bbhash-1.0.0/debian/patches/gcc-15.patch
--- bbhash-1.0.0/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ bbhash-1.0.0/debian/patches/gcc-15.patch	2025-09-19 22:57:15.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1096359
+Origin: upstream, https://github.com/rizkg/BBHash/commit/eacddcd24a9fcae80dcf4e739936eb209eaf1976
+
+--- bbhash-1.0.0.orig/BooPHF.h
++++ bbhash-1.0.0/BooPHF.h
+@@ -17,6 +17,7 @@
+ #include <string.h>
+ #include <memory> // for make_shared
+ #include <unistd.h>
++#include <inttypes.h>
+ 
+ 
+ 
diff -Nru bbhash-1.0.0/debian/patches/series bbhash-1.0.0/debian/patches/series
--- bbhash-1.0.0/debian/patches/series	2023-12-04 18:42:36.000000000 +0200
+++ bbhash-1.0.0/debian/patches/series	2025-09-19 22:57:15.000000000 +0300
@@ -1 +1,2 @@
 fix_makefile.patch
+gcc-15.patch
