Package: libvcflib / 1.0.0~rc1+dfsg1-3

Metadata

Package Version Patches format
libvcflib 1.0.0~rc1+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_debian_packaged_tabixpp.patch | (download)

Makefile | 17 9 + 8 - 0 !
1 file changed, 9 insertions(+), 8 deletions(-)

 use debian packaged libtabixpp


use_debian_packaged_smithwaterman.patch | (download)

Makefile | 17 10 + 7 - 0 !
1 file changed, 10 insertions(+), 7 deletions(-)

 use debian packaged libsmithwaterman


multichoose.h.patch | (download)

src/multichoose.h | 79 79 + 0 - 0 !
1 file changed, 79 insertions(+)

 provide a needed header file


filevercmp.h.patch | (download)

Makefile | 7 6 + 1 - 0 !
filevercmp/filevercmp.c | 180 180 + 0 - 0 !
filevercmp/filevercmp.h | 51 51 + 0 - 0 !
3 files changed, 237 insertions(+), 1 deletion(-)

 inject two files via quilt patch
 It would be better to use filevercmp module from gnulib package via
    gnulib-tool --import filevercmp
 but this would require configure.ac which is not (yet) done.
 .
 Upstream provides a copy of the code inside gnulib at
    https://github.com/ekg/filevercmp
 and thus it seems to be simpler to use this here at least for the moment.


use_debian_packaged_fastahack.patch | (download)

Makefile | 17 6 + 11 - 0 !
1 file changed, 6 insertions(+), 11 deletions(-)

 use debian packaged libfastahack (and libdisorder)


intervaltree.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 we provide a local copy of intervaltree in debian/include and
 inject it here in the build system


shared_lib.patch | (download)

Makefile | 50 19 + 31 - 0 !
1 file changed, 19 insertions(+), 31 deletions(-)

 create shared lib instead of static


keep_R_files.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 there is a dir bin/ containing some r files which
use_debian_packaged_libssw.patch | (download)

Makefile | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

 use debian packaged libssw (while its not clear
 why two implementations of Smith-Waterman are needed at all)