Update makedeb

This commit is contained in:
TheBrokenRail 2020-01-10 08:04:47 -05:00 committed by GitHub
parent 120408fcc0
commit 26fc80f8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ DATE=$(date +%Y%m%d)
rm -f debian/changelog
EDITOR=true NAME="Darling build server" EMAIL=noreply@darlinghq.org dch -u low -v 0.1.${DATE} --create --distribution testing --package darling "Daily build"
if [[ "$1" = "--dsc" ]]; then
if [ "$1" = "--dsc" ]; then
ARG='-S'
else
ARG='-b'