From 410a282dd9b1af2f969723af38eb7e817c3b764b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 May 2023 11:49:42 +0200 Subject: [PATCH] buildsys: add convencience target for sbuild Signed-off-by: Thomas Lamprecht --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2c7d8814..82e7dc4f 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR) cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $@ +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: upload upload: $(DEB) tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm