From fd488202b2c1f2ab1ad6141002021078e44e216e Mon Sep 17 00:00:00 2001 From: TheBrokenRail <17478432+TheBrokenRail@users.noreply.github.com> Date: Mon, 17 Feb 2020 12:06:44 -0500 Subject: [PATCH] Do not check build dependencies when creating source package --- tools/makedeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makedeb b/tools/makedeb index 7570eb365..c09125983 100755 --- a/tools/makedeb +++ b/tools/makedeb @@ -8,7 +8,7 @@ VERSION=0.1.${DATE}~${DISTRO} EDITOR=true NAME="Darling build server" EMAIL=${DEB_EMAIL:-noreply@darlinghq.org} dch -u low -v ${VERSION} --create --distribution ${DISTRO} --package darling "Daily build" if [ "$1" = "--dsc" ]; then - ARG='-S' + ARG='-S -d' if [ -e "../darling_${VERSION}.orig.tar.xz" ]; then rm ../darling_${VERSION}.orig.tar.xz fi