• Bug#1109527: unblock: lapack/3.12.1-3 (pre-approval)

    From M. Zhou@21:1/5 to All on Sat Jul 19 17:20:01 2025
    XPost: linux.debian.devel.release

    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 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)