From: Thomas Lamprecht Date: Fri, 19 May 2023 14:22:36 +0000 (+0200) Subject: buildsys: add sbuild convenience target X-Git-Url: https://git.proxmox.com/?p=pve-apiclient.git;a=commitdiff_plain;h=5de355e54629715a4cc55ec4044c28d2084102b3 buildsys: add sbuild convenience target Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index ae35e74..c4c57f8 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ $(DSC): $(BUILDSRC) cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d lintian $(DSC) +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: upload upload: $(DEB) tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist bullseye