fix the dch syntax

This commit is contained in:
Sylvestre Ledru 2019-10-20 14:31:19 +02:00
parent 6f7ef65669
commit 8c1418ee61

2
debian/orig-tar.sh vendored
View File

@ -144,6 +144,6 @@ if test -n "$RCRELEASE" -o -n "$BRANCH"; then
EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version" EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version"
fi fi
dch "$EXTRA_DCH_FLAGS" --distribution $DISTRIBUTION --newversion 1:"$VERSION"-1~exp1 "New snapshot release" dch $EXTRA_DCH_FLAGS --distribution $DISTRIBUTION --newversion 1:"$VERSION"-1~exp1 "New snapshot release"
exit 0 exit 0