Package: ivar / 1.3.1+dfsg-7
Metadata
Package | Version | Patches format |
---|---|---|
ivar | 1.3.1+dfsg-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Fix warning.patch | (download) |
tests/test_variants.cpp |
2 1 + 1 - 0 ! |
initialise array in testfile explicitly to empty string array |
forward build options.patch | (download) |
src/Makefile.am |
2 1 + 1 - 0 ! |
inject debian build options |
gcc 11.patch | (download) |
src/ivar.cpp |
2 1 + 1 - 0 ! |
fix ftbfs with gcc-11 Failure is caused by a mismatch between an instance allocation via "new" operator, and it's freeing via free(3) instead of "delete". The failure to build from source is caused by the warning -Wno-mismatched-new-delete, which is treated as an error. |
gcc 11_2.patch | (download) |
tests/test_primer_trim_edge_cases.cpp |
7 6 + 1 - 0 ! |
fix another gcc-11 build failure due to uninitialized variable |
privacy breach.patch | (download) |
docs/html/cookbookpage.html |
2 1 + 1 - 0 ! |
fix privacy-breach-generic in cookbookpage.html The document refers to a diagram hosted on github, but there is a local copy readily available for use, so lets use this one. . The file layout is somewhat odd, so I refrained to forward upstream. |
gcc 12.patch | (download) |
src/call_consensus_pileup.h |
1 1 + 0 - 0 ! |
fix ftbfs with gcc-12. |