From 8c1418ee61cc9e2284afb8514b01d72ea68d3f06 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Oct 2019 14:31:19 +0200 Subject: [PATCH] fix the dch syntax --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 25aca3bd..07ee909e 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -144,6 +144,6 @@ if test -n "$RCRELEASE" -o -n "$BRANCH"; then EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version" 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