Debian: Correctly build without signing (for forks) (#10605)

(cherry picked from commit 266c143359)
This commit is contained in:
Austin
2026-06-24 18:39:44 -05:00
committed by Ben Meadors
co-authored by Ben Meadors
parent 41cbb45cdc
commit 3c68c2eed9
+1 -1
View File
@@ -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