prepare the new upstream release

This commit is contained in:
Sylvestre Ledru 2019-04-07 14:01:49 +02:00
parent 778774f56d
commit d1aa2c1392
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-8 (1:8.0.1-1~svn) UNRELEASED; urgency=medium
* New upstream release (prepare)
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Apr 2019 13:59:46 +0200
llvm-toolchain-8 (1:8-3) unstable; urgency=medium
* Fix the FTBFS on mips (introduced by my previous change)

2
debian/orig-tar.sh vendored
View File

@ -20,7 +20,7 @@ set -e
SVN_BASE_URL=https://llvm.org/svn/llvm-project/
MAJOR_VERSION=8
CURRENT_VERSION=8 # Should be changed to 3.5.1 later
CURRENT_VERSION=8.0.1 # Should be changed to 3.5.1 later
if test -n "$1"; then
# https://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/