summaryrefslogtreecommitdiff
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
parent1a4394567776ee75cf32fb645b348a464a1b2121 (diff)
downloadshim-signed-b00cc39a71597370eac87c1c5e1fa8f28ee3f276.tar.gz
shim-signed-b00cc39a71597370eac87c1c5e1fa8f28ee3f276.zip
Fix broken usage of dpkg-querydebian/1.43
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f668a3..33b401a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shim-signed (1.43) unstable; urgency=medium
+
+ * Fix broken usage of dpkg-query
+
+ -- Steve McIntyre <93sam@debian.org> Sat, 29 Jun 2024 13:00:23 +0100
+
shim-signed (1.42) unstable; urgency=medium
* Tweak versioning in runtime dependencies, using substvars
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