]> git.proxmox.com Git - lxcfs.git/commitdiff
buildsys: add sbuild convenience target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 14:22:34 +0000 (16:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 14:44:56 +0000 (16:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a533ff88caa2bba65f746de2370b5f64415c2deb..ccb64c5b5d5101d54e51ae96bdff299833abec45 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,9 @@ $(DEB): $(BUILDDIR)
        cd $(BUILDDIR); dpkg-buildpackage -rfakeroot -b -us -uc
        lintian $(DEBS)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 $(ORIG_SRC_TAR): $(BUILDDIR)
        tar czf $(ORIG_SRC_TAR) -C $(BUILDDIR) .