summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-05 15:29:01 +0000
committersylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-08-05 15:29:01 +0000
commit7f07f21bf72b89bc4717ba49528b15fe1418fbe8 (patch)
treed6c9153ea4831e2b26f5ce3123c45230de87dd05
parentc9a74bd6690311b75b65ebd5fbcbd7616b98e850 (diff)
downloadllvm-toolchain-3.5-7f07f21bf72b89bc4717ba49528b15fe1418fbe8.tar.gz
also allows --force-bad-version --allow-lower-version when dealing with branches
git-svn-id: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.5@1316 670adf90-79fe-46c2-b027-9eb1e76e7c7d
-rwxr-xr-xdebian/orig-tar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a36580e..150f2dd 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