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 file
Patch File delta Description
Fix warning.patch | (download)

tests/test_variants.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 initialise array in testfile explicitly to empty string array
forward build options.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
tests/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 inject debian build options
gcc 11.patch | (download)

src/ivar.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 6 insertions(+), 1 deletion(-)

 fix another gcc-11 build failure due to uninitialized variable
privacy breach.patch | (download)

docs/html/cookbookpage.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
src/ivar.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 fix ftbfs with gcc-12.