]> git.proxmox.com Git - corosync-pve.git/commitdiff
buildsys: add convencience target for sbuild
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 12:23:50 +0000 (14:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 7 May 2023 12:47:06 +0000 (14:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 1dd0eef6121351c4c4b3e27229e7789f41b4281d..5145d66c58441737d4bf5bc57ad106ab76268fe5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: submodule
 submodule:
        test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)