]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: add sbuild convenience target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 15:34:39 +0000 (17:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 15:34:39 +0000 (17:34 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index aa58606cfb8ebf4d2527636fd3d1b5eb9937649c..ea1a2ca58b25473f2ebcc6cfb63fb095d1d0210d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ $(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
        lintian $(DEB)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: dinstall
 dinstall: $(DEB) $(LIB_DEB)
        dpkg -i $^