From: Wolfgang Bumiller Date: Wed, 30 May 2018 11:54:35 +0000 (+0200) Subject: buildsys: use --no-sign X-Git-Url: https://git.proxmox.com/?p=tar.git;a=commitdiff_plain buildsys: use --no-sign Signed-off-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index d582868..c953a5b 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(TARDIR): $(TARSRC) $(TARDEBSRC) .PHONY: deb deb: $(DEB) $(DEB): $(TARDIR) - cd ${TARDIR} && dpkg-buildpackage -b -uc -us + cd ${TARDIR} && dpkg-buildpackage -b --no-sign .PHONY: upload upload: $(DEB)