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