From f66539762c1ec2d66426589d24d5150386996d99 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 14 Mar 2017 09:48:55 +0000 Subject: [PATCH] Explicit the dep of clang-format on same version of llvm to avoid undefined symbols --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 85f7da29..88e6a2b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ llvm-toolchain-4.0 (1:4.0-2) unstable; urgency=medium * Fix the incorrect symlink to scan-build-py (Closes: #856869) + * Explicit the dep of clang-format on same version of llvm to avoid + undefined symbols * Try to ignore also libclang_rt.asan-*.so for the dep generation (Closes: #854965) diff --git a/debian/control b/debian/control index 7dcef52c..67d1ae12 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,8 @@ Description: C, C++ and Objective-C compiler (LLVM based) Package: clang-format-4.0 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python +Depends: ${shlibs:Depends}, ${misc:Depends}, python, + libllvm4.0 (= ${binary:Version}) Replaces: clang-format-3.3 Breaks: clang-format-3.3 Description: Tool to format C/C++/Obj-C code