diff options
| author | Steve McIntyre <steve@einval.com> | 2019-03-09 23:54:29 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-03-09 23:54:29 +0000 |
| commit | 7294c14348dcd892bb9337d040e0bd743ee6ccc6 (patch) | |
| tree | 8af8722a26dabe491a0cc6f9d5d1253419dc3dc3 | |
| parent | 3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8 (diff) | |
| download | shim-signed-7294c14348dcd892bb9337d040e0bd743ee6ccc6.tar.gz shim-signed-7294c14348dcd892bb9337d040e0bd743ee6ccc6.zip | |
New upload to fix bugsdebian/1.28+nmu3
* Add Breaks: shim (<= 0.9+1474479173.6c180c6-1), Closes: #924100
* +nmu2 fixed the installability problem caused by waiting for
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5a8ce2f..3eb67c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +shim-signed (1.28+nmu3) unstable; urgency=medium + + * Non-maintainer upload. + * (Still) explicitly uploading from a chroot with older binaries + installed for shim and sbsigntool, and update Build-Depends to + point to those speficic versions. This package will *not* function + with other versions installed. + * Add Breaks: shim (<= 0.9+1474479173.6c180c6-1), Closes: #924100 + * +nmu2 fixed the installability problem caused by waiting for + Microsoft's signature on the new shim packages. Closes: #922179 + + -- Steve McIntyre <93sam@debian.org> Sat, 09 Mar 2019 23:52:41 +0000 + shim-signed (1.28+nmu2) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index 38940f5..19b6dba 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Package: shim-signed Architecture: amd64 Depends: ${misc:Depends}, grub-efi-amd64-bin, grub2-common (>= 2.02~beta2-36ubuntu12), mokutil Replaces: shim (= ${shim:Version}) +Breaks: shim (<= ${shim:Version}) Recommends: secureboot-db Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) |
