From: Thomas Lamprecht Date: Mon, 29 May 2023 15:19:31 +0000 (+0200) Subject: buildsys: use full DEB_VERSION and correct DEB_HOST_ARCH X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c4808404865080566bddd723717507fc8bafb683;p=vncterm.git buildsys: use full DEB_VERSION and correct DEB_HOST_ARCH Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 9b4b4c8..84c9457 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ VNCDIR=libvncserver-$(VNCREL) VNCSRC=$(VNCREL).tar.gz VNCLIB=$(VNCDIR)/libvncserver.a -DEB=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb -DBG_DEB=$(PACKAGE)-dbgysm_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb +DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb +DBG_DEB=$(PACKAGE)-dbgysm_$(DEB_VERSION)_$(DEB_HOST_ARCH).deb CPPFLAGS += -O2 -g -Wall -Wno-deprecated-declarations -D_GNU_SOURCE -I $(VNCDIR)