From: Thomas Lamprecht Date: Mon, 29 May 2023 16:07:16 +0000 (+0200) Subject: buildsys: fix debug symbol package name X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain buildsys: fix debug symbol package name Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 13a3705..ff12551 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ VNCLIB=$(VNCDIR)/libvncserver.a DSC = $(PACKAGE)_$(DEB_VERSION).dsc DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb -DBG_DEB=$(PACKAGE)-dbgysm_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb +DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb CPPFLAGS += -O2 -g -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I $(VNCDIR)