]> git.proxmox.com Git - pve-container.git/commitdiff
buildsys: add sbuild target, improve dsc target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 May 2023 07:40:23 +0000 (09:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 May 2023 07:45:04 +0000 (09:45 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 86ae654802d095699c2af4773cf6ba9967188f5a..93fb1c6a2c6ac5ce8fe4432502c31c95968b320b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,13 @@ $(DEB): $(BUILDDIR)
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC): $(BUILDDIR)
-       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+.PHONY: sbuild
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: clean
 clean:
        make -C src clean