Package: sga / 0.10.15-7

Metadata

Package Version Patches format
sga 0.10.15-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 no rpath.patch | (download)

src/configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 no-rpath


0003 do not dist unsup script.patch | (download)

src/bin/Makefile.am | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 do-not-dist-unsup-script


0004 Add help to sga bam2de.pl.patch | (download)

src/bin/sga-bam2de.pl | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 add --help to sga-bam2de.pl


0005 Remove extensions on scripts we ship.patch | (download)

src/bin/Makefile.am | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 remove extensions on scripts we ship


0006 remove google addsense.patch | (download)

index.html | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 remove google analytics spying javascript


gcc 7.patch | (download)

src/Algorithm/GapFillProcess.cpp | 2 1 + 1 - 0 !
src/Util/VariantIndex.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 abs() requires int arguments


no_privacy_breach_url.patch | (download)

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

 avoid privacy breaching links


2to3.patch | (download)

src/bin/sga-align | 32 16 + 16 - 0 !
src/bin/sga-astat.py | 28 14 + 14 - 0 !
src/bin/sga-joinedpe | 40 20 + 20 - 0 !
src/bin/sga-preqc-report.py | 8 4 + 4 - 0 !
4 files changed, 54 insertions(+), 54 deletions(-)

 use 2to3 to port to python3
Bug-Debian: https://bugs.debian.org/938472
no_enforcing_c++98.patch | (download)

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

 do not enforce -std=c++98 to stay compatible with google sparsehash
    library (thanks for the hint to Yavor Doganov <yavor@gnu.org>)
gcc9.patch | (download)

src/SGA/rmdup.cpp | 2 1 + 1 - 0 !
src/Util/ClusterReader.cpp | 2 1 + 1 - 0 !
src/Util/StdAlnTools.cpp | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix some build issues with gcc9