2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-21 17:57:13 +00:00

buildsys: use grouped target for dbg .deb

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-06-17 11:12:08 +02:00
parent 21e1e32a5d
commit 453e74012c

View File

@ -28,7 +28,7 @@ sbuild: $(DSC)
.PHONY: deb
deb: $(DEB)
$(DEB): $(BUILDDIR)
$(DEB) $(DBG_DEB) &: $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
lintian $(DEB)