also allows --force-bad-version --allow-lower-version when dealing with branches

This commit is contained in:
Sylvestre Ledru 2014-08-05 15:29:01 +00:00
parent 921f630196
commit 3f31844975

2
debian/orig-tar.sh vendored
View File

@ -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