Hello,
Le 2022-07-15 à 14 h 52, Jérôme Charaoui a écrit :
> The problem is that currently, during installation on a system that
> doesn't yet carry "/usr/bin/java", the "puppetdb" package is configured
> *before* "openjdk-11-jre-headless" which itself is a dependency for
> "default-jre-headless"
It was pointed out to me by elbrus on #debian-devel that this particular
problem is likely caused by #929685 and indeed, changing "Depends:
default-jre-headless" in puppetdb by "Depends: openjdk-11-jre-headless"
fixes the problem.
Thanks.
-- Jerome