Skip to content
Commits on Source (3)
htslib (1.8-1) UNRELEASED; urgency=medium
htslib (1.8-1) experimental; urgency=medium
* New upstream version
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* debhelper 11
TODO: version 1.8 drops symbol cram_nop_decode_reset without bumping soversion
-> https://github.com/samtools/htslib/issues/695
* Fix symbols file.
Note: version 1.8 drops symbol cram_nop_decode_reset without bumping
soversion but this should be no issue according to upstream
(https://github.com/samtools/htslib/issues/695)
-- Andreas Tille <tille@debian.org> Fri, 27 Apr 2018 17:16:43 +0200
......
......@@ -274,7 +274,7 @@ libhts.so.2 libhts2 #MINVER#
cram_decoder_init@Base 1.0
cram_dependent_data_series@Base 1.2.1
cram_dopen@Base 1.0
cram_drain_rqueue@Base 1.8-1
cram_drain_rqueue@Base 1.8
cram_encode_compression_header@Base 1.0
cram_encode_container@Base 1.0
cram_encode_slice_header@Base 1.0
......@@ -341,7 +341,6 @@ libhts.so.2 libhts2 #MINVER#
cram_new_container@Base 1.0
cram_new_metrics@Base 1.0
cram_new_slice@Base 1.0
#MISSING: 1.8-1# cram_nop_decode_reset@Base 1.4.1
cram_open@Base 1.0
cram_put_bam_seq@Base 1.0
cram_read_SAM_hdr@Base 1.0
......
Description: This patch is deactivated
--> see https://bugs.debian.org/881170
debian/patches/fix_pkg-config.patch is incorrect
.
Cflags are just pointing to system default include dir. However, files are in
subdirectory which cram/*.h input files are kept in. To be found pkg-config
needs to point to this dir
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 09 Feb 2017 13:39:57 +0100
--- a/htslib.pc.in
+++ b/htslib.pc.in
@@ -9,7 +9,7 @@ static_libs=@static_LIBS@
Name: htslib
Description: C library for high-throughput sequencing data formats
Version: @-PACKAGE_VERSION@
-Cflags: -I${includedir}
+Cflags: -I${includedir}/htslib
Libs: -L${libdir} -lhts
Libs.private: -L${libdir} @private_LIBS@ -lhts -lm -lpthread
Requires.private: zlib @pc_requires@