From ae8c2e79ef733bd2ef81cac185f40890e185a71d Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sat, 17 Apr 2021 15:57:22 +0100 Subject: Stop hardcoding the release version in the rules file We can grab it from the changelog already --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 \ -- cgit v1.2.3