[med-svn] [Git][med-team/sra-sdk][master] 2 commits: Adding missing #include <algorithm>

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Tue Aug 20 22:42:18 BST 2024



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 <pgt at debian.org>  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 <pgt at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240820/5d71a507/attachment-0001.htm>


More information about the debian-med-commit mailing list