Nilesh Patra pushed to branch master at Debian Med / tvc
Commits: 92461314 by Nilesh Patra at 2021-10-31T20:30:25+05:30 Add patch to fix FTBFS with gcc-11 (Closes: #984370) - - - - - ab703348 by Nilesh Patra at 2021-10-31T20:30:46+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc11.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +tvc (5.0.3+git20151221.80e144e+dfsg-4) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS with gcc-11 (Closes: #984370) + + -- Nilesh Patra <[email protected]> Sun, 31 Oct 2021 20:30:30 +0530 + tvc (5.0.3+git20151221.80e144e+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/patches/gcc11.patch ===================================== @@ -0,0 +1,15 @@ +Description: Declare operator as const to fix gcc11 FTBFS +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984370 +Last-Update: 2021-10-31 +--- a/external/freebayes/src/AlleleParser.h ++++ b/external/freebayes/src/AlleleParser.h +@@ -130,7 +130,7 @@ + + class AllelePositionCompare { + public: +- bool operator()(const Allele& a, const Allele& b) { ++ bool operator()(const Allele& a, const Allele& b) const { + if (a.position < b.position) + return true; + if (a.position > b.position) ===================================== debian/patches/series ===================================== @@ -6,3 +6,4 @@ sse.patch use_debian_packaged_smithwaterman.patch # use_debian_packaged_vcflib.patch python3.patch +gcc11.patch View it on GitLab: https://salsa.debian.org/med-team/tvc/-/compare/67c05a770495833ab9cc7dbaecc6e6f25e08df35...ab703348ee8a5d3f1cb4f6f75b1221d87150c920 -- View it on GitLab: https://salsa.debian.org/med-team/tvc/-/compare/67c05a770495833ab9cc7dbaecc6e6f25e08df35...ab703348ee8a5d3f1cb4f6f75b1221d87150c920 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
