diff options
| author | Steve McIntyre <steve@einval.com> | 2019-05-28 14:27:03 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-05-28 14:27:03 +0100 |
| commit | d4e64efbbc29e6e4ee59450495abbb866541f38a (patch) | |
| tree | ddb10c0caf464d78147bd8c574e0f9291fe501df /debian | |
| parent | da8cc50df06b7a1451ce0f33a628e0bd5ad93b2a (diff) | |
| download | shim-signed-d4e64efbbc29e6e4ee59450495abbb866541f38a.tar.gz shim-signed-d4e64efbbc29e6e4ee59450495abbb866541f38a.zip | |
Add Breaks/Replaces to shim-signed-common
For update-secureboot-policy etc. Closes: #929673
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 170e8cb..37d2c95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shim-signed (1.32) UNRELEASED; urgency=medium + + * Add Breaks/Replaces to shim-signed-common for + update-secureboot-policy etc. Closes: #929673 + + -- Steve McIntyre <93sam@debian.org> Tue, 28 May 2019 14:23:54 +0100 + shim-signed (1.31) unstable; urgency=medium * update-secureboot-policy: fix error if /var/lib/dkms does not diff --git a/debian/control b/debian/control index 2e3bb54..09cf402 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,8 @@ Package: shim-signed-common Multi-Arch: foreign Architecture: all Depends: ${misc:Depends}, mokutil +Replaces: shim-signed (<< 1.32+15+1533136590.3beb971-5) +Breaks: shim-signed (<< 1.32+15+1533136590.3beb971-5) Description: Secure Boot chain-loading bootloader (common helper scripts) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or |
