On 19/07/25 at 18:30 +0200, Yves-Alexis Perez wrote:
> On Sat, 2025-07-19 at 11:51 +0200, Lucas Nussbaum wrote:
> > The following fails:
> > - In bookworm, install strongswan
> > - dist-upgrade to trixie
> > I would expect strongswan 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=strongswan; 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
> 
> Hi Lucas, thanks for the report but I'm not too sure what happens here.
> There's indeed a change in the metapackage dependencies for Bookworm and I had
> the impression everything was working.
> 
> I noticed you used dist-upgrade and not full upgrade. Does that change
> anything? I'll try to reproduce using the above command line but if you
> already have a working setup it might be faster for you.

Hi Yves-Alexis,

No, it's the same with full-upgrade.

Lucas

Reply via email to