5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-03 01:17:49 +03:00

buildsys: add sbuild convenience target

And only run lintian explicitly for the dsc target, as sbuild runs it
itself anyway

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-22 13:23:44 +02:00
parent cdf9756618
commit f05c2303fa

View File

@ -23,10 +23,15 @@ $(DEB): $(BUILDDIR)
lintian $(DEB)
.PHONY: dsc
dsc: $(DSC)
dsc:
$(MAKE) $(DSC)
lintian $(DSC)
$(DSC): $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
lintian $(DSC)
sbuild: $(DSC)
sbuild $(DSC)
.PHONY: upload
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)