diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 207aa377..c9bb62fd 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -78,6 +78,9 @@ checkout_sources() { cd $SVN_ARCHIVES/ DEST=$PROJECT-$BRANCH + if test -n "$TAG"; then + DEST=$DEST-$TAG + fi if test -d $DEST; then cd $DEST if test -n "$BRANCH"; then