From 3c68c2eed9a1e06a86b88e85dd95f4ffe313821d Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 2 Jun 2026 18:12:27 -0400 Subject: [PATCH] Debian: Correctly build without signing (for forks) (#10605) (cherry picked from commit 266c143359273fd4303989b650b297fd3481f093) --- debian/ci_pack_sdeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ci_pack_sdeb.sh b/debian/ci_pack_sdeb.sh index d35aeef24..9aa018257 100755 --- a/debian/ci_pack_sdeb.sh +++ b/debian/ci_pack_sdeb.sh @@ -33,5 +33,5 @@ if [[ -n $GPG_KEY_ID ]]; then debuild -S -nc -k"$GPG_KEY_ID" else # Build the source deb without signing (forks) - debuild -S -nc + debuild -S -nc -us -uc fi