]> git.proxmox.com Git - extjs.git/commitdiff
buildsys: add convencience target for sbuild
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 09:49:42 +0000 (11:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 09:49:42 +0000 (11:49 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 2c7d88144baa1b9c923b6df6286e50b58adaac39..82e7dc4fb10a72254eb9bbae90ca3699e45bdc8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $@
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: upload
 upload: $(DEB)
        tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm