diff options
| author | Steve McIntyre <93sam@debian.org> | 2020-03-24 16:58:08 +0000 |
|---|---|---|
| committer | Steve McIntyre <93sam@debian.org> | 2020-03-24 17:38:57 +0000 |
| commit | 10b051f346f846acf75e653470e440670241dfac (patch) | |
| tree | 039178f414c8c4a2449a366cf9936e80390afc4e /debian/control | |
| parent | 3a1cdbfd4ca5196367fded2dbbb0101193f6889c (diff) | |
| download | efi-boot-shim-10b051f346f846acf75e653470e440670241dfac.tar.gz efi-boot-shim-10b051f346f846acf75e653470e440670241dfac.zip | |
Switch to using gcc-9 for builds. Closes: #925826
Pull upstream commit aaa09b35e73c4a35fc119d225e5241199d7cf5aa to fix
an FTBFS.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5f82c5c4..c9719ed6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ 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.3.0 -Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-7, pesign (>= 0.112-5) +Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5) Vcs-Browser: https://salsa.debian.org/efi-team/shim Vcs-Git: https://salsa.debian.org/efi-team/shim.git |
