From 6f4636b09d3a14194bc365f7418780456ff5b2c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 30 May 2018 13:54:35 +0200 Subject: [PATCH] buildsys: use --no-sign Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2