Hello,
we have the following issue that on Debian Trixie for the architectures
armhf/armel some of our internal Debian package no longer build as the
dependencies are no longer fulfilled. As most libraries no longer
provide the old library name, like for example on amd64. E.g. for
libssl3 on amd64:
Package: libssl3t64
Source: openssl
Version: 3.5.1-1
Installed-Size: 8081
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: amd64
Replaces: libssl3
Provides: libssl3 (= 3.5.1-1)
Depends:
But on armhf the provides is missing:
Package: libssl3t64
Source: openssl
Version: 3.5.1-1
Installed-Size: 4606
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@alioth-lists.debian.net>
Architecture: armhf
Replaces: libssl3
Depends:
As far as I followed the t64 transition discussion this is intentional
behavior.
Thanks for clarifying,
Quirin