Package: release.debian.org
Severity: normal
X-Debbugs-Cc: lap...@packages.debian.org
Control: affects -1 + src:lapack
User: release.debian....@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

Reply via email to