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:
Mario Limonciello 2018-08-09 12:41:44 -05:00
parent 14a8e40966
commit 1058c7fb4f
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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