]> git.proxmox.com Git - lxc.git/commitdiff
buildsys: add sbuild target for convenience
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 10:37:31 +0000 (12:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 10:37:34 +0000 (12:37 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index bfd712e0b861491ed3a7cc45364b46993e3af160..f0174b23b9f5b22d5321f2f53e7dec22e78781d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ $(DSC): $(ORIG_SRC_TAR)
        cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: upload
 upload: $(DEBS)
        tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist bookworm