]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
tools: add package dependency helpers
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:59:48 +0000 (07:59 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit881c5015096aca150ab285eb39aa003544618cef
treee5da4b05003a26ee9a417363375564d7e9a0d4da
parentbba6a8d38f43069b7e1659c9a01cee7913aaa45b
tools: add package dependency helpers

Add helpers for Debian package assembly, Linux package metadata checks,
and fetching the LZMA SDK used by archive support.

These scripts keep external dependency and package steps explicit for
CI and local release builds.
tools/debian-build-package.sh [new file with mode: 0755]
tools/fetch-lzma-sdk.sh [new file with mode: 0755]
tools/require-qemu-uae-plugin.sh [new file with mode: 0755]
tools/unix-check-linux-package-metadata.sh [new file with mode: 0755]