Pierre Gruet pushed to branch master at Debian Med / sra-sdk
Commits: 94314f5f by Pierre Gruet at 2024-08-20T22:46:38+02:00 Adding missing #include <algorithm> - - - - - 4f305090 by Pierre Gruet at 2024-08-20T22:47:07+02:00 Upload to experimental - - - - - 3 changed files: - debian/changelog - + debian/patches/missing_include.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +sra-sdk (3.0.9+dfsg-6) experimental; urgency=medium + + * Team upload + * Adding missing #include <algorithm> to use std::transform + + -- Pierre Gruet <[email protected]> Tue, 20 Aug 2024 22:46:44 +0200 + sra-sdk (3.0.9+dfsg-5) experimental; urgency=medium * Team upload ===================================== debian/patches/missing_include.patch ===================================== @@ -0,0 +1,16 @@ +Description: adding missing #include <algorithm> to use std::transform. + Otherwise the package FTBFS in experimental on 2024-08-20. +Author: Pierre Gruet <[email protected]> +Forwarded: no +Last-Update: 2024-08-20 + +--- a/tools/test-tools/qa-stats/hashing.hpp ++++ b/tools/test-tools/qa-stats/hashing.hpp +@@ -32,6 +32,7 @@ + #ifndef hashing_hpp + #define hashing_hpp + ++#include <algorithm> + #include <cstdint> + #include <cctype> + #include <stdexcept> ===================================== debian/patches/series ===================================== @@ -40,3 +40,4 @@ use_c_locale_for_comma.patch no_sse4.2.patch fix_arm64_build.patch support_libre2-11.patch +missing_include.patch View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/bd4e7a5f0a49e0e92dbead38c9b2c0ad9e9daf4b...4f305090ee72119582e5e597d929090e7b62f35d -- View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/bd4e7a5f0a49e0e92dbead38c9b2c0ad9e9daf4b...4f305090ee72119582e5e597d929090e7b62f35d 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
