diff --git a/debian/changelog b/debian/changelog index 53e2b359..4572831d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,17 +76,40 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) experimental -- Sylvestre Ledru Sun, 13 Feb 2022 23:25:57 +0100 -llvm-toolchain-14 (1:14.0.4-4) unstable; urgency=medium +llvm-toolchain-14 (1:14.0.6-2) unstable; urgency=medium + + [ Sam McCall ] + * Add conventional symlink to libc++ headers in /usr/include/c++/v1 + See https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/95 + for more information + + -- Sylvestre Ledru Sat, 23 Jul 2022 23:01:02 +0200 + +llvm-toolchain-14 (1:14.0.6-1) unstable; urgency=medium + + * New upstream release + + -- Sylvestre Ledru Sat, 25 Jun 2022 09:56:23 +0200 + +llvm-toolchain-14 (1:14.0.5-1) unstable; urgency=medium + + * New upstream release + * Only install grpc files libclang-X.Y-dev when grpc built + * Remove cv-insn-support.patch (applied upstream) [ John Paul Adrian Glaubitz ] * Disable compiler-rt built-ins on x32 - [ Sylvestre Ledru ] - * Only install grpc files libclang-X.Y-dev when grpc built - [ Michael Biebl ] * Add support for systemd-binfmt (Closes: #1012368) + -- Sylvestre Ledru Sat, 11 Jun 2022 09:09:03 +0200 + +llvm-toolchain-14 (1:14.0.4-4) unstable; urgency=medium + + * autopkgtest: Restrict debian/qualify-clang.sh on + amd64 arm64 i386 + -- Sylvestre Ledru Fri, 03 Jun 2022 10:52:10 +0200 llvm-toolchain-14 (1:14.0.4-3) unstable; urgency=medium @@ -490,6 +513,18 @@ llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; ur -- Sylvestre Ledru Fri, 06 Aug 2021 08:40:58 +0200 +llvm-toolchain-13 (1:13.0.1-7) unstable; urgency=medium + + [ Michael Biebl ] + * Add support for systemd-binfmt (Closes: #1012367) + + [ Sam McCall ] + * Add conventional symlink to libc++ headers in /usr/include/c++/v1 + See https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/95 + for more information + + -- Sylvestre Ledru Fri, 22 Jul 2022 15:10:20 +0200 + llvm-toolchain-13 (1:13.0.1-6) unstable; urgency=medium [ John Paul Adrian Glaubitz ] diff --git a/debian/libc++-X.Y-dev.links.in b/debian/libc++-X.Y-dev.links.in index 73efe8f5..90e84641 100644 --- a/debian/libc++-X.Y-dev.links.in +++ b/debian/libc++-X.Y-dev.links.in @@ -1,2 +1,3 @@ usr/lib/llvm-@LLVM_VERSION@/lib/libc++.so /usr/lib/x86_64-linux-gnu/libc++.so usr/lib/llvm-@LLVM_VERSION@/lib/libc++.a /usr/lib/x86_64-linux-gnu/libc++.a +usr/lib/llvm-@LLVM_VERSION@/include/c++/v1 /usr/include/c++/v1 diff --git a/debian/tests/control b/debian/tests/control index 65549558..0da548ca 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,6 +4,7 @@ Depends: @, cmake, make, g++, file, dpkg-dev # dbgsym packages not being available in testing # clang-15-dbgsym, libclang1-15-dbgsym Restrictions: allow-stderr +Architecture: amd64 arm64 i386 Tests: integration-test-suite-test Depends: @, cmake, make, g++, libstdc++-10-dev