Santiago Vila pushed to branch master at Debian Med / bbhash
Commits: b0d6c3b5 by Adrian Bunk at 2025-09-22T00:30:00+02:00 Fix FTBFS with GCC 15. Closes: #1096359. - - - - - b30df69d by Santiago Vila at 2025-09-22T00:35:00+02:00 Disable blhc job from Salsa CI. Remove the comment about rationale for disabling i386 builds, as it's a little bit redundant. We usually disable jobs when they are known to fail. Instead of that, there will be a generic entry in d/changelog about disabled Salsa CI jobs. - - - - - 10218737 by Santiago Vila at 2025-09-22T00:40:00+02:00 Update standards-version. - - - - - 751b882b by Santiago Vila at 2025-09-22T00:45:00+02:00 Upload for unstable as 1.0.0-7 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/gcc-15.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +bbhash (1.0.0-7) unstable; urgency=medium + + * Team upload. + [ Adrian Bunk ] + * Fix FTBFS with GCC 15. Closes: #1096359. + [ Andreas Tille / Santiago Vila ] + * Disable Salsa CI jobs which are known to fail. + [ Santiago Vila ] + * Update standards-version. + + -- Santiago Vila <[email protected]> Mon, 22 Sep 2025 00:45:00 +0200 + bbhash (1.0.0-6) unstable; urgency=medium * Fix clean target ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/bbhash Vcs-Git: https://salsa.debian.org/med-team/bbhash.git Homepage: https://github.com/rizkg/BBHash ===================================== debian/patches/gcc-15.patch ===================================== @@ -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 + +--- a/BooPHF.h ++++ b/BooPHF.h +@@ -17,6 +17,7 @@ + #include <string.h> + #include <memory> // for make_shared + #include <unistd.h> ++#include <inttypes.h> + + + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix_makefile.patch +gcc-15.patch ===================================== debian/salsa-ci.yml ===================================== @@ -4,5 +4,5 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml variables: -# Package is known to fail building on i386 SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 + SALSA_CI_DISABLE_BLHC: 1 View it on GitLab: https://salsa.debian.org/med-team/bbhash/-/compare/4a1b5d4aada87bb07877acc70192222ecb3e9275...751b882bc0f6182c3dbc3de821827396fe70d5e5 -- View it on GitLab: https://salsa.debian.org/med-team/bbhash/-/compare/4a1b5d4aada87bb07877acc70192222ecb3e9275...751b882bc0f6182c3dbc3de821827396fe70d5e5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
