Must upload source package. Get rid of -sd

pull/3246/head 1.36.0
Isaac Connor 2021-05-14 10:41:36 -04:00
parent b17edf3153
commit 2afbbb17d2
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ EOF
DEBUILD="debuild -i -us -uc -b" DEBUILD="debuild -i -us -uc -b"
else else
# Source build, don't need build depends. # Source build, don't need build depends.
DEBUILD="debuild -S -sa -sd" DEBUILD="debuild -S -sa"
fi; fi;
fi; fi;
if [ "$DEBSIGN_KEYID" != "" ]; then if [ "$DEBSIGN_KEYID" != "" ]; then