diff --git a/debian/changelog b/debian/changelog index 5516d06d..35496be8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,6 @@ llvm-toolchain-11 (1:11.0.1~++20201216111106+280e47ea0e83-1~exp1) UNRELEASED; ur [ Sylvestre Ledru ] * experimental New snapshot release - * Remove "gnu-assembler-compat.diff" for apt.llvm.org as applied upstream - Should be part of rc2 * Disable the patch for real * rebase of the patch @@ -13,17 +11,28 @@ llvm-toolchain-11 (1:11.0.1~++20201216111106+280e47ea0e83-1~exp1) UNRELEASED; ur -- Gianfranco Costamagna Fri, 25 Dec 2020 23:29:49 +0100 -llvm-toolchain-11 (1:11.0.1~+rc1-1~exp2) UNRELEASED; urgency=medium +llvm-toolchain-11 (1:11.0.1~+rc2-1) unstable; urgency=medium + + * New snapshot release + * Remove 'gnu-assembler-compat.diff' - merged upstream + + -- Sylvestre Ledru Sat, 19 Dec 2020 09:38:48 +0100 + +llvm-toolchain-11 (1:11.0.1~+rc1-1) unstable; urgency=medium [ Alexander Volkov ] * Fix description of libclang-cpp11-dev package. - -- Alexander Volkov Thu, 26 Nov 2020 21:17:48 +0300 + [ Sylvestre Ledru ] + * Upload to unstable to help doko with gcc + 11.0.1 will be released before the freeze + + -- Sylvestre Ledru Wed, 16 Dec 2020 22:41:48 +0100 llvm-toolchain-11 (1:11.0.1~+rc1-1~exp1) experimental; urgency=medium [ Gianfranco Costamagna ] - * gnu-assembler-compat.diff: Add upstream patch D92052 to fix a + * gnu-assembler-compat.diff: Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692) [ Sylvestre Ledru ] diff --git a/debian/unpack.sh b/debian/unpack.sh index ae75de6d..a842ba68 100644 --- a/debian/unpack.sh +++ b/debian/unpack.sh @@ -1,6 +1,6 @@ set -e ORIG_VERSION=11 -MAJOR_VERSION=11 # 8.0.1 +MAJOR_VERSION=11.0.1 # 8.0.1 REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru` VERSION=$REV