From 2afbbb17d2ba2dde81ded4fac905f37e434a6993 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 14 May 2021 10:41:36 -0400 Subject: [PATCH] Must upload source package. Get rid of -sd --- utils/do_debian_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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