From: Afif Elghraoui Date: Sat, 5 Mar 2016 22:21:44 +0000 (-0800) Subject: Delete obsolete patch X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~248 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b17b8fa359b5f5759a0dcfd78dfde4330179069c;p=python-pysam.git Delete obsolete patch --- diff --git a/debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian b/debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian deleted file mode 100644 index 491924b..0000000 --- a/debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian +++ /dev/null @@ -1,12 +0,0 @@ -Description: Tries to link against debian htslib ---- a/setup.py -+++ b/setup.py -@@ -30,7 +30,7 @@ - # pysam. - # external: use shared libhts.so compiled outside of - # pysam --HTSLIB_MODE = "separate" -+HTSLIB_MODE = "shared" - HTSLIB_LIBRARY_DIR = os.environ.get('HTSLIB_LIBRARY_DIR', None) - HTSLIB_INCLUDE_DIR = os.environ.get('HTSLIB_INCLUDE_DIR', None) -