diff --git a/debian/changelog b/debian/changelog index 2d801ef2..e3633f3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 @@ -418,6 +427,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