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

