Sync changelog with what is in sid

This commit is contained in:
Gianfranco Costamagna 2021-01-05 13:55:55 +01:00
parent 4c150d6e1a
commit efe59c3532
2 changed files with 15 additions and 6 deletions

19
debian/changelog vendored
View File

@ -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 <locutusofborg@debian.org> 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 <sylvestre@debian.org> 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 <avolkov@astralinux.ru> 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 <sylvestre@debian.org> 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 ]

2
debian/unpack.sh vendored
View File

@ -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