From 6abb2734ad41a59f0126ad14d450292a47fb3ef0 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/rules') 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 \ -- cgit v1.2.3