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:39:27 +00:00
parent 12d2dcd25c
commit 1646d8a6ce
2 changed files with 6 additions and 9 deletions

12
debian/changelog vendored
View File

@ -1,14 +1,10 @@
llvm-toolchain-snapshot (1:5.0~svn298810-1~exp1) experimental; urgency=medium
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp1) experimental; urgency=medium
* New snapshot release
* Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Mar 2017 18:48:30 +0200
llvm-toolchain-snapshot (1:5.0~svn298773-1~exp1) experimental; urgency=medium
* New snapshot release
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Mar 2017 16:16:14 +0100
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 27 Mar 2017 09:15:16 +0200
llvm-toolchain-snapshot (1:5.0~svn294583-1~exp1) experimental; urgency=medium

3
debian/control vendored
View File

@ -62,7 +62,8 @@ Description: Tool to format C/C++/Obj-C code
Package: clang-tidy-5.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
libllvm5.0 (= ${binary:Version})
Replaces: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
Breaks: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
Description: clang-based C++ linter tool