]> git.proxmox.com Git - spiceterm.git/blobdiff - Makefile
build: fix -dbgsym generation
[spiceterm.git] / Makefile
index 4fdd0f2b9a810e5e4d691893d9311c276dbe610a..db644b5b0169c8ee402cacbfbca71de16440048d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ BUILDDIR ?= ${PACKAGE}-${DEB_VERSION_UPSTREAM}
 export VERSION=$(DEB_VERSION_UPSTREAM)
 
 DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
+DBG_DEB=${PACKAGE}-dbgsym_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb
 DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc
 
 ${BUILDDIR}: src/ debian/
@@ -34,7 +35,7 @@ dinstall: ${DEB}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH}
+       tar cf - ${DEB} ${DBG_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH}
 
 .PHONY: distclean clean
 distclean: clean