Étienne Mollier pushed to branch master at Debian Med / filtlong
Commits: be6173ef by Étienne Mollier at 2023-08-12T20:14:54+02:00 gcc-13.patch: new: fix ftbfs with gcc-13. Closes: #1037655 - - - - - e3c5791c by Étienne Mollier at 2023-08-12T20:15:21+02:00 hardening.patch: declare forwarding not-needed. - - - - - 85d9eafd by Étienne Mollier at 2023-08-12T20:15:54+02:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - + debian/patches/gcc-13.patch - debian/patches/hardening.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +filtlong (0.2.1-4) unstable; urgency=medium + + * gcc-13.patch: new: fix ftbfs with gcc-13. (Closes: #1037655) + * hardening.patch: declare forwarding not-needed. + + -- Étienne Mollier <[email protected]> Sat, 12 Aug 2023 20:15:39 +0200 + filtlong (0.2.1-3) unstable; urgency=medium * Fix watch file ===================================== 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=1037655 +Forwarded: https://github.com/rrwick/Filtlong/pull/39 +Last-Update: 2023-08-12 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- filtlong.orig/src/kmers.h ++++ filtlong/src/kmers.h +@@ -17,6 +17,7 @@ + #define KMERS_H + + ++#include <cstdint> + #include <string> + #include <vector> + #include <unordered_set> ===================================== debian/patches/hardening.patch ===================================== @@ -1,6 +1,7 @@ Author: Andreas Tille <[email protected]> Last-Update: Thu, 14 May 2020 15:01:02 +0200 Description: Propagate hardening options +Forwarded: not-needed --- a/Makefile +++ b/Makefile ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ ignore_locales_in_test_output.patch hardening.patch +gcc-13.patch View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/ef8c0d5dc124c025186c70ec7c7dced5495a2c1f...85d9eafd1db31bae07af7e2bd6a69e3ff368c325 -- View it on GitLab: https://salsa.debian.org/med-team/filtlong/-/compare/ef8c0d5dc124c025186c70ec7c7dced5495a2c1f...85d9eafd1db31bae07af7e2bd6a69e3ff368c325 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
