summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-04-17 15:57:22 +0100
committerSteve McIntyre <steve@einval.com>2021-04-17 15:57:22 +0100
commitae8c2e79ef733bd2ef81cac185f40890e185a71d (patch)
treec7e0e410ed68a1b79dd960081a5b5159c9b4803e
parente4bcc019f95b876c9999f7ad40c66b3031e25afa (diff)
downloadefi-boot-shim-debian/15.4-1.tar.gz
efi-boot-shim-debian/15.4-1.zip
Stop hardcoding the release version in the rules filedebian/15.4-1
We can grab it from the changelog already
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 978c314b..58620be6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ export EFI_ARCH := ia32
endif
COMMON_OPTIONS += \
- RELEASE=15.4 \
+ RELEASE=$(plain_upstream_version) \
COMMIT_ID=XXXX \
MAKELEVEL=0 \
ENABLE_HTTPBOOT=true \