diff options
| author | Steve McIntyre <steve@einval.com> | 2021-04-29 22:08:19 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-04-30 19:42:48 +0100 |
| commit | c668a2f9378eb89fa82678403f6e7739a159bfaf (patch) | |
| tree | e5f47caf5181688f646150bc0fd78bb09f2a0673 /debian/control | |
| parent | f9e637f68667eaac0d48ef14785b529c5cb7b345 (diff) | |
| download | shim-signed-c668a2f9378eb89fa82678403f6e7739a159bfaf.tar.gz shim-signed-c668a2f9378eb89fa82678403f6e7739a159bfaf.zip | |
Tweak arm64 building a lot
And various other minor packaging tweaks
Add a different description at package build time to warn users that
shim-signed on arm64 is *not* actually signed. Add a doc link to the
wiki for more details.
Comment out a lintian override for arm64
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index da859e3..42400c1 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: utils Priority: optional Maintainer: Debian EFI Team <debian-efi@lists.debian.org> Uploaders: Steve McIntyre <93sam@debian.org>, Steve Langasek <vorlon@debian.org> -Build-Depends: debhelper (>= 9), - shim-unsigned (= 15+1533136590.3beb971-7), +Build-Depends: debhelper (>= 13), + shim-unsigned (= 15.4-2), # sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation # which broke our build sbsigntool (>= 0.9.2-2), po-debconf -Standards-Version: 4.3.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/efi-team/shim-signed Vcs-Git: https://salsa.debian.org/efi-team/shim-signed.git @@ -18,11 +18,11 @@ Architecture: amd64 i386 arm64 Multi-Arch: same Depends: ${misc:Depends}, grub-efi-amd64-bin [amd64], - shim-helpers-amd64-signed (>= 1+15+1533136590.3beb971+7) [amd64], + shim-helpers-amd64-signed (>= 1+15.4+2) [amd64], grub-efi-ia32-bin [i386], - shim-helpers-i386-signed (>= 1+15+1533136590.3beb971+7) [i386], + shim-helpers-i386-signed (>= 1+15.4+2) [i386], grub-efi-arm64-bin [arm64], - shim-helpers-arm64-signed (>= 1+15+1533136590.3beb971+7) [arm64], + shim-helpers-iarm64-signed (>= 1+15.4+2) [arm64], grub2-common (>= 2.02+dfsg1-16) Recommends: secureboot-db Built-Using: shim (= ${shim:Version}) |
