fix version stuff

This commit is contained in:
Sylvestre Ledru 2019-07-18 16:54:38 +02:00
parent 509d4e8470
commit 048e7ffb62
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,8 @@
llvm-toolchain-9 (1:9~svn366022-1~exp2) experimental; urgency=medium
llvm-toolchain-9 (1:9~svn366428-1) unstable; urgency=medium
* New branch (9)
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 16:25:21 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 16:54:14 +0200
llvm-toolchain-snapshot (1:9~svn366022-1~exp1) experimental; urgency=medium

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e
ORIG_VERSION=snapshot
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=347285