summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2024-06-29 13:00:24 +0100
committerSteve McIntyre <steve@einval.com>2024-06-29 13:00:43 +0100
commitb00cc39a71597370eac87c1c5e1fa8f28ee3f276 (patch)
tree95f43df6207515304f28e2e46275ee6447991e31 /debian/rules
parent1a4394567776ee75cf32fb645b348a464a1b2121 (diff)
downloadshim-signed-b00cc39a71597370eac87c1c5e1fa8f28ee3f276.tar.gz
shim-signed-b00cc39a71597370eac87c1c5e1fa8f28ee3f276.zip
Fix broken usage of dpkg-querydebian/1.43
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f45b53e..0ae32fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
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-*-signed')
+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