Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear Release Team, Please unblock lapack 3.7.0-2. This version fixes a regression in libblas.a, which was empty (#863258). By the way, it also updates the metadata of two Debian patches. The debdiff is attached. unblock lapack/3.7.0-2 Thanks, -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://sebastien.villemot.name `- GPG Key: 4096R/381A7594
diff -Nru lapack-3.7.0/debian/changelog lapack-3.7.0/debian/changelog --- lapack-3.7.0/debian/changelog 2016-12-29 17:26:38.000000000 +0100 +++ lapack-3.7.0/debian/changelog 2017-05-24 16:24:37.000000000 +0200 @@ -1,3 +1,14 @@ +lapack (3.7.0-2) unstable; urgency=medium + + * Fix regression in libblas.a, which was empty since 3.6.1-1. + The bug has been introduced in the fix for #813309: the $(shell LC_ALL=C ls + tmp/*.o) construct used to have a consistent ordering of object files is + evaluated too early, and results in an empty list. Replace it by a $$(env …) + construct, which is evaluated after the object files have been created. + (Closes: #863258) + + -- Sébastien Villemot <sebastien@debian.org> Wed, 24 May 2017 16:24:37 +0200 + lapack (3.7.0-1) unstable; urgency=medium * New upstream version 3.7.0 diff -Nru lapack-3.7.0/debian/patches/fix-typos.patch lapack-3.7.0/debian/patches/fix-typos.patch --- lapack-3.7.0/debian/patches/fix-typos.patch 2016-12-29 16:47:22.000000000 +0100 +++ lapack-3.7.0/debian/patches/fix-typos.patch 2016-12-29 21:31:55.000000000 +0100 @@ -1,6 +1,7 @@ Description: Fix various typos Author: Sébastien Villemot <sebastien@debian.org> Forwarded: https://github.com/Reference-LAPACK/lapack/pull/104 +Applied-Upstream: https://github.com/Reference-LAPACK/lapack/commit/c77258510e861765109d99270f54fecd583a0301 Last-Update: 2016-12-29 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff -Nru lapack-3.7.0/debian/patches/test-numbering.patch lapack-3.7.0/debian/patches/test-numbering.patch --- lapack-3.7.0/debian/patches/test-numbering.patch 2016-12-29 16:48:43.000000000 +0100 +++ lapack-3.7.0/debian/patches/test-numbering.patch 2016-12-29 21:31:31.000000000 +0100 @@ -2,6 +2,7 @@ The numbering of tests had been broken in commit ed4e95e. Author: Sébastien Villemot <sebastien@debian.org> Forwarded: https://github.com/Reference-LAPACK/lapack/pull/104 +Applied-Upstream: https://github.com/Reference-LAPACK/lapack/commit/6c3b79b35e83df36e30bd2ceadc9b927a3287740 Last-Update: 2016-12-29 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff -Nru lapack-3.7.0/debian/rules lapack-3.7.0/debian/rules --- lapack-3.7.0/debian/rules 2016-12-29 10:16:27.000000000 +0100 +++ lapack-3.7.0/debian/rules 2017-05-24 16:15:47.000000000 +0200 @@ -141,7 +141,7 @@ ar d librefblas.a xerbla.o # We want to use the xerbla.o from libcblas.a mkdir -p tmp cd tmp && ar x ../librefblas.a && ar x ../libcblas.a - ar r libblas.a $(shell LC_ALL=C ls tmp/*.o) + ar r libblas.a $$(env LC_ALL=C ls tmp/*.o) rm -rf tmp # Build the test programs, in order to avoid FTBFS if DEB_BUILD_OPTIONS contains nocheck
Attachment:
signature.asc
Description: PGP signature