Nilesh Patra pushed to branch master at Debian Med / seer
Commits: 00f435d9 by Nilesh Patra at 2021-03-04T06:33:36+05:30 debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984328) - - - - - e61e997e by Nilesh Patra at 2021-03-04T06:34:23+05:30 Update changelog - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc11.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +seer (1.1.4-5) unstable; urgency=medium + + * Team Upload. + * debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984328) + + -- Nilesh Patra <[email protected]> Thu, 04 Mar 2021 06:33:51 +0530 + seer (1.1.4-4) unstable; urgency=medium * Team upload ===================================== debian/patches/gcc11.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix gcc-11 FTBFS by including needed library +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984328 +Forwarded: https://github.com/johnlees/seer/pull/77 +Last-Update: 2021-03-04 +--- a/src/significant_kmer.hpp ++++ b/src/significant_kmer.hpp +@@ -12,6 +12,7 @@ + #include <iterator> + #include <algorithm> + #include <stdexcept> ++#include <limits> + + const int default_covars = 0; + const int standard_cols = 8; ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ fix_lib_location.patch hardening.patch +gcc11.patch View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/79a82692b22d6a8c7cebc1c5138cabb3b16782ec...e61e997ead7a07adbf4485ca28b1cf4c13185bbb -- View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/79a82692b22d6a8c7cebc1c5138cabb3b16782ec...e61e997ead7a07adbf4485ca28b1cf4c13185bbb 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
