diff --git a/debian/unpack.sh b/debian/unpack.sh index a0934a2f..35849bf8 100644 --- a/debian/unpack.sh +++ b/debian/unpack.sh @@ -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"