]> git.proxmox.com Git - libjs-qrcodejs.git/commitdiff
buildsys: add sbuild convenience target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 10:44:51 +0000 (12:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 10:58:17 +0000 (12:58 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 66917cb6c0ec3f6b5fcc495d38714f3ed0362ad9..520678c93a189058aa5899a539a7ea9d041d9129 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,9 @@ dsc: $(DSC)
 $(DSC): $(BUILDDIR) $(ORIG_SRC_TAR)
        cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: upload
 upload: $(DEB)
        tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster