Explicit the dep of clang-tidy on same version of llvm to avoid

undefined symbols
This commit is contained in:
Sylvestre Ledru 2017-03-28 13:40:03 +00:00
parent 39caf647a3
commit a7d70b3891
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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)

3
debian/control vendored
View File

@ -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