Nilesh Patra pushed to branch master at Debian Med / khmer
Commits: cd01d6c2 by Nilesh Patra at 2021-03-08T00:24:11+05:30 debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984079) - - - - - 44f84d1f by Nilesh Patra at 2021-03-08T00:24:55+05:30 Add interim changelog entry - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc11.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +khmer (2.1.2+dfsg-9) UNRELEASED; urgency=medium + + * Team Upload. + * debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984079) + + -- Nilesh Patra <[email protected]> Mon, 08 Mar 2021 00:24:20 +0530 + khmer (2.1.2+dfsg-8) unstable; urgency=medium * Fix autopkgtests for newer pytest: s/pyarg/pyargs/ ===================================== debian/patches/gcc11.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix gcc-11 FTBFS with including limits header +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984079 +Last-Update: 2021-03-08 +--- a/src/oxli/kmer_hash.cc ++++ b/src/oxli/kmer_hash.cc +@@ -41,6 +41,7 @@ + #include <algorithm> + #include <string> + #include <assert.h> ++#include <limits> + + #include "MurmurHash3.h" + #include "oxli/oxli.hh" ===================================== debian/patches/series ===================================== @@ -11,3 +11,4 @@ amend-skip setup.py-py3 python3 fix_liboxli_test +gcc11.patch View it on GitLab: https://salsa.debian.org/med-team/khmer/-/compare/1359150389fbab0ed6e9a0f554c638125fb91940...44f84d1fc529c0584ce8efbaaabb24e1644e5934 -- View it on GitLab: https://salsa.debian.org/med-team/khmer/-/compare/1359150389fbab0ed6e9a0f554c638125fb91940...44f84d1fc529c0584ce8efbaaabb24e1644e5934 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
