diff options
author | Steve McIntyre <93sam@debian.org> | 2020-03-30 15:17:47 +0100 |
---|---|---|
committer | Steve McIntyre <93sam@debian.org> | 2020-03-30 15:22:35 +0100 |
commit | a7788a2134bc40c145a66f4b060f7a7a3478fa03 (patch) | |
tree | 564d3152f13297c50fcf6686b72f6587ec8d376c /debian/signing-template | |
parent | c90bfe2dfd5031afbccefc609941dac5591e4a40 (diff) | |
download | efi-boot-shim-debian/15+1533136590.3beb971-9.tar.gz efi-boot-shim-debian/15+1533136590.3beb971-9.zip |
Tweak the version dependency of the -helpers-ARCH-signed packagesdebian/15+1533136590.3beb971-9
Change the version dependency on shim-unsigned to be >= and not =.
This will allow for installation to still work in the window while we
wait for the template package to do its second trip through the
archive. Closes: #955356
Diffstat (limited to 'debian/signing-template')
-rw-r--r-- | debian/signing-template/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/signing-template/control.in b/debian/signing-template/control.in index 552dcf5d..9d75d925 100644 --- a/debian/signing-template/control.in +++ b/debian/signing-template/control.in @@ -12,7 +12,7 @@ Architecture: @arch@ Conflicts: shim (<< 15+1533136590.3beb971-3~), Replaces: shim (<< 15+1533136590.3beb971-3~), shim-signed (<< 1.29), Breaks: shim-signed (<< 1.29), -Depends: shim-unsigned (= @version_binary@), ${misc:Depends}, +Depends: shim-unsigned (>= @version_binary@), ${misc:Depends}, Built-Using: shim (= @version_binary@) Description: boot loader to chain-load signed boot loaders (signed by Debian) This package provides a minimalist boot loader which allows verifying |