Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Try the ppc64el targeted floating point patch again
· 1f80922c
Michael R. Crusoe
authored
Jan 07, 2019
1f80922c
Merge remote-tracking branch 'origin/master' into debian/experimental
· 9d448737
Michael R. Crusoe
authored
Jan 15, 2019
9d448737
Try libdeflate again.
· 9b45160f
Michael R. Crusoe
authored
Jan 15, 2019
9b45160f
--enable-gcs --enable-s3
· d983dc52
Michael R. Crusoe
authored
Jan 15, 2019
d983dc52
Bring the libdeflate, GCS, and S3 updates back to unstable.
· 5886e799
Michael R. Crusoe
authored
Jan 16, 2019
5886e799
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5886e799
htslib (1.9-10) unstable; urgency=medium
* Bring the libdeflate, GCS, and S3 updates back to unstable.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 16 Jan 2019 05:23:22 -0800
htslib (1.9-10~1libdeflate) experimental; urgency=medium
* Enable GCS and AWS S3 backends.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 16 Jan 2019 00:27:21 -0800
htslib (1.9-10~0libdeflate) experimental; urgency=medium
* Try libdeflate again.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 15 Jan 2019 07:01:58 -0800
htslib (1.9-9) unstable; urgency=medium
* Bring the ppc64el & i386 pkg-config enhancements to unstable.
...
...
debian/control
View file @
5886e799
...
...
@@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 11~),
libcurl4-gnutls-dev,
liblzma-dev,
libssl-dev,
zlib1g-dev
zlib1g-dev,
libdeflate-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/htslib
Vcs-Git: https://salsa.debian.org/med-team/htslib.git
...
...
debian/rules
View file @
5886e799
...
...
@@ -25,7 +25,7 @@ endif
# create clean copy of test dir
cp -a test test_backup
autoconf
dh_auto_configure -- --enable-libcurl
dh_auto_configure -- --enable-libcurl
--enable-gcs --enable-s3
override_dh_auto_build:
dh_auto_build -- \
...
...