Your message dated Wed, 24 May 2017 16:52:30 +0000 with message-id <E1dDZWQ-0004XZ-L1@respighi.debian.org> and subject line unblock lapack has caused the Debian Bug report #863261, regarding unblock: lapack/3.7.0-2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 863261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863261 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: lapack/3.7.0-2
- From: Sébastien Villemot <sebastien@debian.org>
- Date: Wed, 24 May 2017 17:10:47 +0200
- Message-id: <[🔎] 20170524151043.wkllkirgdfhoincl@villemot.name>
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/381A7594diff -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 nocheckAttachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 863261-done@bugs.debian.org
- Subject: unblock lapack
- From: Ivo De Decker <ivodd@respighi.debian.org>
- Date: Wed, 24 May 2017 16:52:30 +0000
- Message-id: <E1dDZWQ-0004XZ-L1@respighi.debian.org>
Unblocked lapack.
--- End Message ---