Package: release.debian.org Severity: normal X-Debbugs-Cc: [email protected] Control: affects -1 + src:openfst User: [email protected] Usertags: unblock
Please unblock package openfst [ Reason ] #1109174 triggers autoremoval. [ Impact ] makes upgrade from bookworm impossible. Remove a Provides to fix it. [ Tests ] Reproducer from the bug report: mmdebstrap --chrooted-customize-hook='apt -y install libfst-dev && sed -e s/bookworm/trixie/ -i /etc/apt/sources.list && apt update && apt dist-upgrade -y && apt dist-upgrade -y -o Debug::pkgProblemResolver=true' bookworm /dev/null [ Risks ] None. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock openfst/1.8.4-3
diff -Nru openfst-1.8.4/debian/changelog openfst-1.8.4/debian/changelog --- openfst-1.8.4/debian/changelog 2025-01-31 11:06:31.000000000 +0100 +++ openfst-1.8.4/debian/changelog 2025-07-21 11:57:04.000000000 +0200 @@ -1,3 +1,10 @@ +openfst (1.8.4-3) unstable; urgency=medium + + * Team upload + * Drop Provides: libfst (Closes: #1109174) + + -- Bastian Germann <[email protected]> Mon, 21 Jul 2025 11:57:04 +0200 + openfst (1.8.4-2) unstable; urgency=medium * New upstream release, now to unstable diff -Nru openfst-1.8.4/debian/control openfst-1.8.4/debian/control --- openfst-1.8.4/debian/control 2025-01-31 11:05:19.000000000 +0100 +++ openfst-1.8.4/debian/control 2025-07-21 11:57:04.000000000 +0200 @@ -62,7 +62,6 @@ Package: libfst26 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: libfst Description: weighted finite-state transducers library (runtime) OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers

