Switch to using gcc-10 rather than gcc-9. Closes: #978521

This commit is contained in:
Steve McIntyre 2021-02-21 13:53:17 +00:00
parent 371ed906c5
commit 334e9afa91
3 changed files with 9 additions and 2 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ shim (15+1613861442.888f5b5-1) unstable; urgency=medium
[ Steve McIntyre ]
* Switch to much-newer upstream code point with many many fixes
+ Particularly pulling in SBAT changes for better revocation support
* Switch to using gcc-10 rather than gcc-9. Closes: #978521
-- Steve McIntyre <93sam@debian.org> Sun, 21 Feb 2021 13:50:16 +0100

8
debian/control vendored
View File

@ -4,7 +4,13 @@ Priority: optional
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org>
Standards-Version: 4.4.1
Build-Depends: debhelper-compat (= 12), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5)
Build-Depends: debhelper-compat (= 12),
gnu-efi (>= 3.0u),
sbsigntool,
openssl,
libelf-dev,
gcc-10,
pesign (>= 0.112-5)
Vcs-Browser: https://salsa.debian.org/efi-team/shim
Vcs-Git: https://salsa.debian.org/efi-team/shim.git

2
debian/rules vendored
View File

@ -40,7 +40,7 @@ COMMON_OPTIONS += \
VENDOR_DBX_FILE=$(DBX_LIST) \
EFIDIR=$(distributor) \
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
CC=$(DEB_HOST_GNU_TYPE)-gcc-9 \
CC=$(DEB_HOST_GNU_TYPE)-gcc-10 \
$(NULL)
$(DBX_LIST): $(DBX_HASHES)