mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 11:53:05 +00:00
trivial: debian: use a virtual package to resolve the signed package
On Debian this will be fwupd-$ARCH-signed, on Ubuntu it's a real package called fwupd-signed.
This commit is contained in:
parent
14a8e40966
commit
1058c7fb4f
@ -33,7 +33,7 @@ Architecture: linux-any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: python3,
|
||||
fwupd-amd64-signed [amd64] | fwupd-i386-signed [i386] | fwupd-armhf-signed [armhf] | fwupd-arm64-signed [arm64] | fwupd-signed
|
||||
fwupd-signed
|
||||
Breaks: gir1.2-dfu-1.0 (<< 0.9.7-1),
|
||||
libdfu1 (<< 0.9.7-1),
|
||||
libdfu-dev (<< 0.9.7-1)
|
||||
|
@ -12,6 +12,7 @@ Vcs-Browser: https://salsa.debian.org/efi-team/fwupd
|
||||
Package: fwupd-SIGNARCH-signed
|
||||
Section: admin
|
||||
Architecture: SIGNARCH
|
||||
Provides: fwupd-signed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, fwupd (= SIGNVERSION)
|
||||
Description: Tools to manage UEFI firmware updates (signed)
|
||||
fwupd provides functionality to update system firmware. It has been
|
||||
|
Loading…
Reference in New Issue
Block a user