Package: release.debian.org Severity: normal X-Debbugs-Cc: [email protected] Control: affects -1 + src:lapack User: [email protected] Usertags: unblock
Please unblock package lapack [ Reason ] This is a targeted bug fix for smoothing the upgrade path to trixie: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110359 [ Impact ] The user might see some confusing apt dependency resolving in some rare cases. [ Tests ] There is a one-line reproducer in the bug report. [ Risks ] Zero risk. This is a dependency tree fix for smooth upgrades. [ 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 [debdiff] diff --git a/debian/changelog b/debian/changelog index 79e35655..bfa08538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lapack (3.12.1-5) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix libatlas3-base: insufficient dependency on libblas3 (Closes: #1110359) + + -- Mo Zhou <[email protected]> Tue, 05 Aug 2025 16:53:57 -0400 + lapack (3.12.1-4) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index 22f41fbd..1c61bc90 100644 --- a/debian/control +++ b/debian/control @@ -315,8 +315,9 @@ Description: Basic Linear Algebra Reference implementations, shared library This package contains a shared version of the library. Package: libatlas3-base -Depends: libblas3, ${misc:Depends} -Architecture: all +Depends: libblas3 (= ${binary:Version}), ${misc:Depends} +Architecture: any +Multi-Arch: same Section: oldlibs Description: transitional package This is a transitional package. It can safely be removed. [ Other info ] 3.12.1-5 is already uploaded to unstable to shorten the unblock process since release date is near. unblock lapack/3.12.1-5 Thank you for using reportbug

