From 7794cc423c8c5624b049d840fcc9b68e6fdd0c88 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 14 Jan 2017 11:09:19 +0000 Subject: [PATCH] update of the version update script --- debian/prepare-new-release.sh | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/debian/prepare-new-release.sh b/debian/prepare-new-release.sh index 93696b25..61dd1be7 100644 --- a/debian/prepare-new-release.sh +++ b/debian/prepare-new-release.sh @@ -1,15 +1,10 @@ #!/bin/sh -ORIG_VERSION=3.9 -TARGET_VERSION=4.0 -ORIG_VERSION_2=3_9 -TARGET_VERSION_2=4_0 +ORIG_VERSION=4.0 +TARGET_VERSION=5.0 +ORIG_VERSION_2=4_0 +TARGET_VERSION_2=5_0 -LIST=`ls debian/*$ORIG_VERSION*` -for F in $LIST; do - TARGET=`echo $F|sed -e "s|$ORIG_VERSION|$TARGET_VERSION|g"` - svn mv $F $TARGET -done -LIST=`ls debian/*$TARGET_VERSION* debian/control debian/*.install debian/*.links debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb-addversion-suffix-to-llvm-server-exec.patch` +LIST=`ls debian/control debian/orig-tar.sh debian/rules debian/patches/clang-analyzer-force-version.diff debian/patches/clang-format-version.diff debian/patches/python-clangpath.diff debian/patches/scan-build-clang-path.diff debian/patches/lldb-libname.diff debian/patches/fix-scan-view-path.diff debian/patches/lldb-addversion-suffix-to-llvm-server-exec.patch` for F in $LIST; do sed -i -e "s|$ORIG_VERSION_2|$TARGET_VERSION_2|g" $F sed -i -e "s|$ORIG_VERSION|$TARGET_VERSION|g" $F