diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bebe185..f2ac4dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shim-signed (1.35) unstable; urgency=medium + + * Add explicit dependency from shim-signed to shim-signed-common. + Also check if we have update-secureboot-policy available before we + try to call it. Closes: #988047, #988056 + + -- Steve McIntyre <93sam@debian.org> Tue, 04 May 2021 09:37:09 +0100 + shim-signed (1.34) unstable; urgency=medium * Build against new signed binaries corresponding to 15.4-2 diff --git a/debian/control b/debian/control index edc24c3..4cc4fa3 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Package: shim-signed Architecture: amd64 i386 arm64 Multi-Arch: same Depends: ${misc:Depends}, + shim-signed-common (>= ${binary:Version}), grub-efi-amd64-bin [amd64], shim-helpers-amd64-signed (>= 1+15.4+2) [amd64], grub-efi-ia32-bin [i386], |
