Unverified Commit 147dd806 authored by Michael R. Crusoe's avatar Michael R. Crusoe
Browse files

Partial Revert "Add libdeflate for DEFLATE based (de)compression and its crc32 implementation."

This reverts commit bc33ca5a.
parent 81e1ecba
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
htslib (1.9-6) unstable; urgency=medium

  * Revert libdeflate for DEFLATE based (de)compression and its crc32
    implementation.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 05 Dec 2018 22:59:23 -0800

htslib (1.9-5) unstable; urgency=medium

  * Add libdeflate for DEFLATE based (de)compression and its crc32
+1 −2
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@ Build-Depends: debhelper (>= 11~),
               libcurl4-gnutls-dev,
               liblzma-dev,
               libssl-dev,
               zlib1g-dev,
	       libdeflate-dev
               zlib1g-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/htslib
Vcs-Git: https://salsa.debian.org/med-team/htslib.git
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ override_dh_auto_configure:
	# create clean copy of test dir
	cp -a test test_backup
	autoconf
	dh_auto_configure -- --enable-libcurl --enable-gcs --enable-s3
	dh_auto_configure -- --enable-libcurl

override_dh_auto_build:
	dh_auto_build -- \