Closed jewelpit closed 7 months ago
The libpango package was renamed in these releases, so use the alternate package name support for .deb packages as covered in https://www.debian.org/doc/debian-policy/ch-relationships.html.
libpango
.deb
Fixes #141, #95
Create new packages using ./build_packages.sh, then install them into Noble and Bookworm containers using apt --fix-broken install <debpath>.
./build_packages.sh
apt --fix-broken install <debpath>
Summary
The
libpango
package was renamed in these releases, so use the alternate package name support for.deb
packages as covered in https://www.debian.org/doc/debian-policy/ch-relationships.html.Fixes #141, #95
Test plan
Create new packages using
./build_packages.sh
, then install them into Noble and Bookworm containers usingapt --fix-broken install <debpath>
.