Allow building binary package as well

This commit is contained in:
ZHANG Yuntian 2022-11-30 17:42:22 +08:00
parent bb3f3e541d
commit 8f37a1d9c4

View File

@ -157,7 +157,7 @@ fi
gbp dch --ignore-branch --no-multimaint -N "$VERSION" -s "\$SINCE" -D "\$DISTRIBUTION" gbp dch --ignore-branch --no-multimaint -N "$VERSION" -s "\$SINCE" -D "\$DISTRIBUTION"
# using -d to prevent failing when searching for golang dep on control file # using -d to prevent failing when searching for golang dep on control file
params=("-d" "-S") params=("-d")
# add the -sa option for signing along with the key to use when provided key id # add the -sa option for signing along with the key to use when provided key id
if [ -n "$DO_SIGN" ]; then if [ -n "$DO_SIGN" ]; then