From ebb838da7251fbe78477b540c9a1834fa5a56e61 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 May 2023 10:08:02 +0200 Subject: [PATCH] buildsys: use full DEB_VERSION Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b033c9e..6e089f8 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM) GITVERSION:=$(shell git rev-parse HEAD) -DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb -DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc +DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb +DSC=$(PACKAGE)_$(DEB_VERSION).dsc all: $(DEB) @echo $(DEB) -- 2.39.2