diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index 289158c77..26c26aa31 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -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