summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2019-04-19 16:53:29 +0100
committerSteve McIntyre <steve@einval.com>2019-04-19 16:53:29 +0100
commit29e47272ee376e87f0a272d858944442bc196365 (patch)
tree4266c0ce3e3c66a4748a0270b9cd2e2c5d90a967 /debian/rules
parent837b214a0908cc1258a84253e83f02117b2a85c9 (diff)
downloadshim-signed-29e47272ee376e87f0a272d858944442bc196365.tar.gz
shim-signed-29e47272ee376e87f0a272d858944442bc196365.zip
Grab the version of shim-unsigned in debian/rules, not shim
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 9c7880d..72354ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
VERSION := $(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
-SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim)
+SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim-unsigned)
include /usr/share/dpkg/architecture.mk