diff --git a/debian/changelog b/debian/changelog index a0cc2e1a..f37de2a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Sat, 25 Mar 2017 16:16:14 +0100 + -- Sylvestre Ledru Mon, 27 Mar 2017 09:15:16 +0200 llvm-toolchain-snapshot (1:5.0~svn294583-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 1599396c..13f44f71 100644 --- a/debian/control +++ b/debian/control @@ -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