Package: libvcflib / 1.0.0~rc2+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
libvcflib | 1.0.0~rc2+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
use_debian_packaged_tabixpp.patch | (download) |
Makefile |
19 10 + 9 - 0 ! |
use debian packaged libtabixpp |
use_debian_packaged_smithwaterman.patch | (download) |
Makefile |
17 10 + 7 - 0 ! |
use debian packaged libsmithwaterman |
multichoose.h.patch | (download) |
src/multichoose.h |
79 79 + 0 - 0 ! |
provide a needed header file |
filevercmp.h.patch | (download) |
Makefile |
7 6 + 1 - 0 ! |
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 |
20 8 + 12 - 0 ! |
use debian packaged libfastahack (and libdisorder) |
intervaltree.patch | (download) |
Makefile |
1 1 + 0 - 0 ! |
we provide a local copy of intervaltree in debian/include and inject it here in the build system |
shared_lib.patch | (download) |
Makefile |
49 19 + 30 - 0 ! |
create shared lib instead of static |
keep_R_files.patch | (download) |
Makefile |
6 3 + 3 - 0 ! |
there is a dir bin/ containing some r files which |
use_debian_packaged_libssw.patch | (download) |
Makefile |
8 1 + 7 - 0 ! |
use debian packaged libssw (while its not clear why two implementations of Smith-Waterman are needed at all) |
pkg config.patch | (download) |
libvcflib.pc |
11 11 + 0 - 0 ! |
add pkg-config file to simplify building of freebayes |
fix_ssw_cpp_header_name.patch | (download) |
src/Variant.h |
2 1 + 1 - 0 ! |
the header file is named ssw_cpp.h |
fix_installation.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
upstream should use consistent installation target dir |