fix the version

This commit is contained in:
Sylvestre Ledru 2024-07-24 00:01:19 +02:00
parent fa1eda2885
commit f38665dde9

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e
ORIG_VERSION=snapshot
ORIG_VERSION=19
MAJOR_VERSION=19 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`