From a7d70b3891964aa77dc6a8219171dd5f43a13c93 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 Mar 2017 13:40:03 +0000 Subject: [PATCH] Explicit the dep of clang-tidy on same version of llvm to avoid undefined symbols --- debian/changelog | 3 +++ debian/control | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b5cb1446..ccc7e806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ llvm-toolchain-4.0 (1:4.0-3) UNRELEASED; urgency=medium + * Explicit the dep of clang-tidy on same version of llvm to avoid + undefined symbols + [ Rebecca N. Palmer ] * Use versioned symbols (Closes: #848368) diff --git a/debian/control b/debian/control index 67d1ae12..7cac7fb6 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,8 @@ Description: Tool to format C/C++/Obj-C code Package: clang-tidy-4.0 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python +Depends: ${shlibs:Depends}, ${misc:Depends}, python, + libllvm4.0 (= ${binary:Version}) Replaces: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1) Breaks: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1) Description: clang-based C++ linter tool