bread-ecosystem/bakery
Breadway 69ce2d67a8
All checks were successful
dev bakery / build (push) Successful in 37s
bakery: recognize system deps on Debian/Ubuntu hosts, not just Arch
doctor::dep_present only checked pacman (exact Arch package name) or a
literal PATH-binary-name match, so e.g. mkvtoolnix-cli — Debian package
mkvtoolnix, binaries mkvmerge/mkvextract/... — always reported missing
on a non-Arch bakery host, blocking install even when the real tooling
was present. Adds a dpkg fallback with an explicit Arch->Debian name
map, and makes the 'install with: ...' hint pick pacman/apt/generic
based on what's actually on the host instead of always suggesting
pacman.
2026-08-12 09:41:32 +08:00
..
src bakery: recognize system deps on Debian/Ubuntu hosts, not just Arch 2026-08-12 09:41:32 +08:00
Cargo.toml bakery: add search, completions, rollback, verify, purge, dry-run, self-update 2026-08-05 17:10:31 +08:00