[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1109527: marked as done (unblock: lapack/3.12.3-4 (pre-approval))



Your message dated Mon, 21 Jul 2025 22:27:54 +0000
with message-id <E1udyzC-00AQEa-1i@respighi.debian.org>
and subject line unblock lapack
has caused the Debian Bug report #1109527,
regarding unblock: lapack/3.12.3-4 (pre-approval)
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.)


-- 
1109527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109527
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: lapack@packages.debian.org
Control: affects -1 + src:lapack
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package lapack

[ Reason ]
This is a one-liner targted fix of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109176
which makes the bookworm->trixie upgrade path for a couple
of packages depending on libatlas3-base not smooth.

[ Impact ]
Several packages will have not smooth upgrade path from
bookworm to trixie, including psfex.

[ Tests ]
The fix is my speculated solution. Since I cannot upload
the package to unstable now, let me know if there is any
good way to inject my locally built package with the fix
into the following reproducer:

PKG=psfex; mmdebstrap --chrooted-customize-hook="set -x ; apt -y install $PKG  && sed -e s/bookworm/trixie/ -i /etc/apt/sources.list && apt update && apt dist-upgrade -y && apt dist-upgrade -y -o
Debug::pkgProblemResolver=true" bookworm /dev/null

[ Risks ]
zero risk. It just adds a "Replaces: libatlas3-base (...)"
field to tell apt to get rid of the deprecated libatlas3-base
package.


[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Diff ]

diff --git a/debian/control b/debian/control
index 95e1ec2c..cec92616 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@ Breaks: liblapack3 (<< 3.12),
         libopenblas0-pthread (<< 0.3.25+ds-2),
         libopenblas0-openmp (<< 0.3.25+ds-2),
         libatlas3-base (<< 3.10.3-14)
+Replaces: libatlas3-base (<< 3.10.3-14)
 Description: Library of linear algebra routines 3 - C lib shared version
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least


unblock lapack/3.12.1-3

--- End Message ---
--- Begin Message ---
Unblocked lapack.

--- End Message ---

Reply to: