Étienne Mollier pushed to branch master at Debian Med / hhsuite
Commits: 5538ace5 by Étienne Mollier at 2023-08-13T10:46:31+02:00 gcc-13.patch: new: fix ftbfs with gcc 13. Closes: #1037689 - - - - - decc04ad by Étienne Mollier at 2023-08-13T10:47:44+02:00 ready to upload to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc-13.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +hhsuite (3.3.0+ds-8) unstable; urgency=medium + + * Team upload. + * gcc-13.patch: new: fix ftbfs with gcc 13. (Closes: #1037689) + + -- Étienne Mollier <[email protected]> Sun, 13 Aug 2023 10:47:11 +0200 + hhsuite (3.3.0+ds-7) unstable; urgency=medium * Fix watchfile. ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix build failure with gcc 13 +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037689 +Forwarded: https://github.com/soedinglab/hh-suite/pull/357 +Last-Update: 2023-08-13 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- hhsuite.orig/src/a3m_compress.h ++++ hhsuite/src/a3m_compress.h +@@ -16,6 +16,7 @@ + #include <algorithm> + #include <cstring> + #include <climits> ++#include <cstdint> + + extern "C" { + #include <ffindex.h> // fast index-based database reading ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ drop-fmemopen.h.patch python3 ppc64el.patch exe_suffix +gcc-13.patch View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/f65de93ae6c4daf9ff3174d27d0bc557f75717b4...decc04ad57a49ab5fbbb04022fbec15bc75e6482 -- View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/f65de93ae6c4daf9ff3174d27d0bc557f75717b4...decc04ad57a49ab5fbbb04022fbec15bc75e6482 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
