From df12c1403223c71738574069d1eeed51c0ba8c4d Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 4 Aug 2018 22:25:36 -0500 Subject: [PATCH] trivial: debian: Fix secure boot signing template (Closes: #905468) --- contrib/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/rules b/contrib/debian/rules index 4b27945a9..d8e24bb7e 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -14,9 +14,9 @@ ifneq ($(CI),) endif SB_STYLE := debian +deb_version := $(shell dpkg-parsechangelog --show-field Version) ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) SB_STYLE := ubuntu - deb_version := $(shell dpkg-parsechangelog --show-field Version) tar_name := fwupd_$(deb_version)_$(DEB_HOST_ARCH).tar.gz else TMPLDIR := debian/fwupd-$(DEB_HOST_ARCH)-signed-template/usr/share/code-signing/fwupd-$(DEB_HOST_ARCH)-signed-template