diff options
author | Steve McIntyre <steve@einval.com> | 2021-04-17 15:57:22 +0100 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2021-04-17 17:29:24 +0100 |
commit | 6abb2734ad41a59f0126ad14d450292a47fb3ef0 (patch) | |
tree | c3498fff09f06d157d87abe58059b2168fddb510 | |
parent | ed0f79742247b66a82bb8d8c9e99ff855a5e5b90 (diff) | |
download | efi-boot-shim-debian/15.4-1_deb10u1.tar.gz efi-boot-shim-debian/15.4-1_deb10u1.zip |
Stop hardcoding the release version in the rules filedebian/15.4-1_deb10u1
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 049e8216..6531e453 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 \ |