From 3f318449759167266776f722beca07d08dd7b500 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 5 Aug 2014 15:29:01 +0000 Subject: [PATCH] also allows --force-bad-version --allow-lower-version when dealing with branches --- 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 a36580ec..150f2dd6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -130,7 +130,7 @@ if test -z "$DISTRIBUTION"; then DISTRIBUTION="experimental" fi -if test -n "$RCRELEASE"; then +if test -n "$RCRELEASE" -o -n "$BRANCH"; then EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version" fi