[med-svn] [Git][med-team/tvc][master] 2 commits: Add patch to fix FTBFS with gcc-11 (Closes: #984370)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Oct 31 15:10:51 GMT 2021
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 <nilesh at debian.org> 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 <nilesh at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211031/86d3f0f9/attachment-0001.htm>
More information about the debian-med-commit
mailing list