]> git.proxmox.com Git - pve-apiclient.git/commitdiff
buildsys: add sbuild convenience target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 14:22:36 +0000 (16:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 14:22:36 +0000 (16:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ae35e740c4fb62c5658aac7cff6f40a05f5c04cf..c4c57f841cdcf7052a653015cfaf93013812f293 100644 (file)
--- 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