fix the unpack

This commit is contained in:
Sylvestre Ledru 2019-07-18 23:54:39 +02:00
parent fab4541680
commit 8a4a1b68fd

2
debian/unpack.sh vendored
View File

@ -1,7 +1,7 @@
set -e
ORIG_VERSION=9
MAJOR_VERSION=9 # 8.0.1
SVN_REV=`ls -1 *snapshot_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
SVN_REV=`ls -1 *9_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
#SVN_REV=347285
VERSION=svn$SVN_REV
#VERSION=+rc3