#1109512 liblldb-dev: fails to dist-upgrade from bookworm to trixie

Package:
liblldb-dev
Source:
liblldb-dev
Description:
Next generation, high-performance debugger, header files
Submitter:
Lucas Nussbaum
Date:
2025-11-23 06:15:02 UTC
Severity:
normal
#1109512#5
Date:
2025-07-19 09:57:38 UTC
From:
To:
Hi,

The following fails:
- In bookworm, install liblldb-dev
- dist-upgrade to trixie
I would expect liblldb-dev to be upgraded, but it is not. It remains at the bookworm version.
'apt install'ing manually in trixie works fine.

There might be some missing Replaces/Provides somewhere to hint apt at upgrading the package.

MWE:
PKG=liblldb-dev; 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 -o Debug::pkgProblemResolver=true && apt -y install $PKG" bookworm /dev/null

Relevant part: