From cc80c54de8ddfb5a39bc8c916bd5c169620c2d4d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 1 Feb 2022 14:06:28 +0100 Subject: [PATCH] buildsys: fix reference to DBG_DEB Signed-off-by: Thomas Lamprecht --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 199ac5a..680558b 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ PACKAGE=pmg-log-tracker GITVERSION:=$(shell git rev-parse HEAD) DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb +DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb DSC=rust-$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc ifeq ($(BUILD_MODE), release) @@ -38,7 +39,7 @@ build: .PHONY: deb deb: $(DEB) -$(DEB): build +$(DEB) $(DBG_DEB): build cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc lintian $(DEB)