Fix ZSTD linking issue in Debian packaging
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 7m40s
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 7m40s
- Add libzstd-dev to Build-Depends in debian/control - Add libzstd1 to runtime Depends - Remove complex ZSTD verification from workflow - Let Debian build system handle ZSTD dependencies properly - Simplify workflow by removing unnecessary complexity
This commit is contained in:
parent
613b01f1b9
commit
22a316469d
2 changed files with 2 additions and 22 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -2,7 +2,7 @@ Source: deb-bootupd
|
|||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Debian Bootupd Team <debian-bootupd@lists.debian.org>
|
||||
Build-Depends: debhelper-compat (= 13), dh-cargo, rustc, cargo, pkg-config, libssl-dev, libsystemd-dev
|
||||
Build-Depends: debhelper-compat (= 13), dh-cargo, rustc, cargo, pkg-config, libssl-dev, libsystemd-dev, libzstd-dev
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://git.raines.xyz/robojerk/deb-bootupd
|
||||
Vcs-Git: https://git.raines.xyz/robojerk/deb-bootupd.git
|
||||
|
|
@ -10,7 +10,7 @@ Vcs-Browser: https://git.raines.xyz/robojerk/deb-bootupd
|
|||
|
||||
Package: deb-bootupd
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, efibootmgr, grub-common
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, efibootmgr, grub-common, libzstd1
|
||||
Recommends: ostree
|
||||
Description: Debian-compatible bootloader updater for immutable systems
|
||||
deb-bootupd is a sophisticated, production-ready Rust-based CLI tool that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue