From 6c66a1791bdcac2c53cfe099aac780146bae9b89 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 21 Oct 2019 16:52:16 +0200 Subject: [PATCH] clang: Force the installation of libclang-cpp with the exact same version and remove libclang as dep --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 850158ff..0c2ce460 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ llvm-toolchain-9 (1:9.0.0-2) unstable; urgency=medium * polly, openmp & lldb aren't enabled for every platform So, add to PROJECTS only when enabled + * clang: Force the installation of libclang-cpp with the exact same version + and remove libclang as dep -- Sylvestre Ledru Sun, 20 Oct 2019 17:27:50 +0200 diff --git a/debian/control b/debian/control index 0eace33d..b9048176 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Package: clang-9 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, ${dep:devlibs-objc}, libclang-common-9-dev (= ${binary:Version}), - libclang1-9 (= ${binary:Version}), libc6-dev, binutils + libclang-cpp9 (= ${binary:Version}), libc6-dev, binutils Provides: c-compiler, objc-compiler, c++-compiler Recommends: llvm-9-dev, python3, libomp-9-dev Suggests: clang-9-doc