diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2ab18f44..59bcbad5 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