From 41bf6677ac935de3493d1a1cec7a68a94fe51c74 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 May 2023 12:37:31 +0200 Subject: [PATCH] buildsys: add sbuild target for convenience Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bfd712e..f0174b2 100644 --- 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