From 63883db0f62b5d3042e185dd87bfce328a11b64e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 17 Nov 2018 09:22:22 +0100 Subject: [PATCH] Remove useless symlink /usr/include/c++ -> ../lib/llvm-7/include/c++ (Closes: #913400) --- debian/changelog | 2 ++ debian/libc++-X.Y-dev.links.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e6f1bd41..dc83a6dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ llvm-toolchain-7 (1:7.0.1~+rc2-4) unstable; urgency=medium * Workaround the build issues on armhf Thanks to Adrian Bunk for the idea + * Remove useless symlink /usr/include/c++ -> ../lib/llvm-7/include/c++ + (Closes: #913400) -- Sylvestre Ledru Fri, 16 Nov 2018 22:46:29 +0100 diff --git a/debian/libc++-X.Y-dev.links.in b/debian/libc++-X.Y-dev.links.in index 4fa1b52e..73efe8f5 100644 --- a/debian/libc++-X.Y-dev.links.in +++ b/debian/libc++-X.Y-dev.links.in @@ -1,3 +1,2 @@ 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++ /usr/include/c++