mirror of
https://git.proxmox.com/git/shim-signed
synced 2025-04-28 13:50:37 +00:00
Merge branch 'fix-build' into 'master'
fix shim-helpers substvar handling See merge request efi-team/shim-signed!2
This commit is contained in:
commit
704e0d1623
2
debian/control
vendored
2
debian/control
vendored
@ -5,6 +5,8 @@ Maintainer: Debian EFI Team <debian-efi@lists.debian.org>
|
||||
Uploaders: Steve McIntyre <93sam@debian.org>, Steve Langasek <vorlon@debian.org>
|
||||
Build-Depends: debhelper (>= 13),
|
||||
shim-unsigned (= 15.8-1),
|
||||
shim-helpers-amd64-signed [amd64],
|
||||
shim-helpers-arm64-signed [arm64],
|
||||
# sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation
|
||||
# which broke our build
|
||||
sbsigntool (>= 0.9.2-2),
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,12 +1,12 @@
|
||||
#! /usr/bin/make -f
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
|
||||
VERSION := $(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
|
||||
SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim-unsigned)
|
||||
SHIM_HELPERS_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim-helpers-$(DEB_HOST_ARCH)-signed)
|
||||
VENDOR := $(shell dpkg-vendor --query vendor)
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),amd64)
|
||||
export EFI_ARCH := x64
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user