Commit 6eba386e authored by Andreas Tille's avatar Andreas Tille
Browse files

Leave htslib in for the moment since upstream sticks to version 1.3

parent 0792d749
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
libucsc (0.0+git20180518.91029f67+dfsg-1) UNRELEASED; urgency=medium
libucsc (0.0+git20180904.0e87e322+dfsg-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #xxxxxx)
  Does not build due to usage of htslib 1.3:
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ Files-Excluded:
    src/d*
    src/f*
    src/g*
    src/h*
    src/hca
    src/hg
    src/idbQuery
    src/index
    src/intronerator
+1 −1
Original line number Diff line number Diff line
use_debian_packaged_htslib.patch
# use_debian_packaged_htslib.patch
+2 −1
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 19 May 2018 13:59:04 +0200
Description: Use Debian packaged htslib
 This patch is deactivated since upstream sticks to version 1.3

--- a/src/inc/bamFile.h
+++ b/src/inc/bamFile.h
@@ -31,7 +32,7 @@ Description: Use Debian packaged htslib
-L += $(kentSrc)/htslib/libhts.a
+L += -lhts
 
 L+=${PNGLIB} ${ZLIB} ${MLIB}
 L+=${PNGLIB} ${MLIB} ${ZLIB}
 HG_INC+=${PNGINCL}
--- a/src/lib/knetUdc.c
+++ b/src/lib/knetUdc.c