unpack.sh: remove old comments

This commit is contained in:
Sylvestre Ledru 2020-06-26 11:48:17 +02:00
parent b215c8ab3a
commit 7754b86c8d

2
debian/unpack.sh vendored
View File

@ -3,9 +3,7 @@ ORIG_VERSION=10
MAJOR_VERSION=10.0.1
REV=`ls -1 *$ORIG_VERSION_$MAJOR_VERSION*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
#SVN_REV=347285
VERSION=$REV
#VERSION=+rc3
if test -z "$VERSION"; then
echo "Could not find the version"