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