mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-26 22:00:29 +00:00
Do not check build dependencies when creating source package
This commit is contained in:
parent
845118f135
commit
fd488202b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user