diff options
author | Steve McIntyre <steve@einval.com> | 2021-04-17 15:57:22 +0100 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2021-04-17 15:57:22 +0100 |
commit | ae8c2e79ef733bd2ef81cac185f40890e185a71d (patch) | |
tree | c7e0e410ed68a1b79dd960081a5b5159c9b4803e | |
parent | e4bcc019f95b876c9999f7ad40c66b3031e25afa (diff) | |
download | efi-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-x | debian/rules | 2 |
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 \ |