diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8498d1f..f088d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shim-signed (1.40) unstable; urgency=medium + + * Stop recommending secureboot-db, we don't have that package. + Closes: #1042964, #1041449, #932358 + + -- Steve McIntyre <93sam@debian.org> Thu, 09 Mar 2023 00:58:53 +0000 + shim-signed (1.39) unstable; urgency=medium * Build against new signed binaries corresponding to 15.7-1 diff --git a/debian/control b/debian/control index 2cb0e33..3de1101 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,6 @@ Depends: ${misc:Depends}, grub-efi-arm64-bin [arm64], shim-helpers-arm64-signed (>= 1+15.4+2) [arm64], grub2-common (>= 2.06-6) -Recommends: secureboot-db Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying |
