Version in base suite: 2.8.1-1 Base version: ncbi-blast+_2.8.1-1 Target version: ncbi-blast+_2.8.1-1+deb10u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/n/ncbi-blast+/ncbi-blast+_2.8.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/n/ncbi-blast+/ncbi-blast+_2.8.1-1+deb10u1.dsc changelog | 7 +++++++ rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru ncbi-blast+-2.8.1/debian/changelog ncbi-blast+-2.8.1/debian/changelog --- ncbi-blast+-2.8.1/debian/changelog 2019-02-04 03:47:45.000000000 +0000 +++ ncbi-blast+-2.8.1/debian/changelog 2020-02-24 01:11:40.000000000 +0000 @@ -1,3 +1,10 @@ +ncbi-blast+ (2.8.1-1+deb10u1) buster; urgency=medium + + * debian/rules: DEB_CONFIGURE_EXTRA_FLAGS += --without-sse42. + (Closes: #951280.) + + -- Aaron M. Ucko Sun, 23 Feb 2020 20:11:40 -0500 + ncbi-blast+ (2.8.1-1) unstable; urgency=medium * New upstream release. diff -Nru ncbi-blast+-2.8.1/debian/rules ncbi-blast+-2.8.1/debian/rules --- ncbi-blast+-2.8.1/debian/rules 2019-02-04 02:52:00.000000000 +0000 +++ ncbi-blast+-2.8.1/debian/rules 2020-02-24 01:08:19.000000000 +0000 @@ -14,7 +14,7 @@ --without-makefile-auto-update --with-flat-makefile --without-caution \ --without-dbapi --without-lzo --with-runpath=/usr/lib/ncbi-blast+ \ --with-build-root=BUILD --without-debug --without-downloaded-vdb \ - --with-mbedtls + --with-mbedtls --without-sse42 proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/ #ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))