diff --git a/git.sh b/git.sh index 589e818..96123a6 100755 --- a/git.sh +++ b/git.sh @@ -2,7 +2,7 @@ set -o pipefail -rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz +rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz *.ddeb EPOCH= @@ -105,6 +105,6 @@ done popd if [ -n "$PPA" ] && [ -z "$NOUPLOAD" ]; then dput ppa:ernstp/"$PPA" ${PACKAGE_NAME}_*_source.changes - rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz + rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz *.ddeb fi