Skip to content

Commit

Permalink
Must upload source package. Get rid of -sd
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed May 14, 2021
1 parent b17edf3 commit 2afbbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/do_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ EOF
DEBUILD="debuild -i -us -uc -b"
else
# Source build, don't need build depends.
DEBUILD="debuild -S -sa -sd"
DEBUILD="debuild -S -sa"
fi;
fi;
if [ "$DEBSIGN_KEYID" != "" ]; then
Expand Down

0 comments on commit 2afbbb1

Please sign in to comment.