Verified Commit 5a428c24 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

htslib-test: breaks+replaces libhts-private-dev

libhts3: breaks libtabixpp << 1.0.0-5~
parent 64fcf92f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
htslib (1.10.2-2) unstable; urgency=medium

  * htslib-test: breaks+replaces libhts-private-dev
  * libhts3: breaks libtabixpp << 1.0.0-5

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sat, 21 Dec 2019 14:15:05 -0700

htslib (1.10.2-1) unstable; urgency=medium

  * New upstream version
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@ Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: python-pysam (<< 0.15~),
        python3-pysam (<< 0.15~)
        python3-pysam (<< 0.15~),
        libtabixpp (<< 1.0.0-5~)
Description: C library for high-throughput sequencing data formats
 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
@@ -64,6 +65,8 @@ Package: htslib-test
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libhts-private-dev
Replaces: libhts-private-dev
Description: Test data for HTSlib
 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call