mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-15 21:00:44 +00:00
debian/control: add Breaks: for the previous shim-signed builds given that shim will now build and ship BOOT.CSV by itself.
This commit is contained in:
parent
52b46c08f6
commit
926d947690
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ shim (13~git1505328971.0780644a-0ubuntu1~test1) UNRELEASED; urgency=medium
|
|||||||
* New upstream snapshot: 13~git1505328971.0780644a
|
* New upstream snapshot: 13~git1505328971.0780644a
|
||||||
* debian/control: add a Build-Depends on libnss3-tools for pk12-util.
|
* debian/control: add a Build-Depends on libnss3-tools for pk12-util.
|
||||||
* debian/control: add a Build-Depends on libelf-dev.
|
* debian/control: add a Build-Depends on libelf-dev.
|
||||||
|
* debian/control: add Breaks: for the previous shim-signed builds given
|
||||||
|
that shim will now build and ship BOOT.CSV by itself.
|
||||||
* debian/rules:
|
* debian/rules:
|
||||||
- Update dh_auto_build/dh_auto_clean/dh_auto_install for new upstream
|
- Update dh_auto_build/dh_auto_clean/dh_auto_install for new upstream
|
||||||
options: set MAKELEVEL.
|
options: set MAKELEVEL.
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -10,6 +10,7 @@ Vcs-Bzr: lp:~ubuntu-core-dev/shim/trunk
|
|||||||
Package: shim
|
Package: shim
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Breaks: shim-signed (<< 1.33~)
|
||||||
Description: boot loader to chain-load signed boot loaders under Secure Boot
|
Description: boot loader to chain-load signed boot loaders under Secure Boot
|
||||||
This package provides a minimalist boot loader which allows verifying
|
This package provides a minimalist boot loader which allows verifying
|
||||||
signatures of other UEFI binaries against either the Secure Boot DB/DBX or
|
signatures of other UEFI binaries against either the Secure Boot DB/DBX or
|
||||||
|
Loading…
Reference in New Issue
Block a user