diff options
| author | Steve McIntyre <steve@einval.com> | 2021-05-04 17:35:56 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-05-04 17:35:56 +0100 |
| commit | 8a90bd14b054030e92bbb7027b565e999e27d371 (patch) | |
| tree | ab3e0591eac78d1d0569f0bdc923971878a4f0f6 | |
| parent | 43ef6b236319fa47124e4f4134ddb91323a74953 (diff) | |
| download | shim-signed-8a90bd14b054030e92bbb7027b565e999e27d371.tar.gz shim-signed-8a90bd14b054030e92bbb7027b565e999e27d371.zip | |
Add explicit dependency from shim-signed to shim-signed-common
Closes: #988047, #988056
| -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], |
