diff --git a/debian/changelog b/debian/changelog index c9d72bf2..fec4af8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium - [ Sylvestre Ledru ] * create the directory for the mips stuff * Fail the build when new symbols are added * 5 new symbols: @@ -13,6 +12,8 @@ llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium * Move the VCS to git. Many thanks to James Clarke for doing the conversion * Create the directory before having the manpages generated + * clang-tidy-7 also depends on clang-tools-7 for, at least + clang-apply-replacements * Automatically update the debian/README * clang-tidy-7: depends on libclang-common-7-dev (Closes: #891999) @@ -20,7 +21,7 @@ llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium [ James Clarke ] * Disable LLDB on powerpcspe - -- James Clarke Mon, 26 Feb 2018 16:07:18 +0000 + -- Sylvestre Ledru Mon, 05 Mar 2018 10:00:23 +0100 llvm-toolchain-snapshot (1:7~svn323616-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 44fc33e4..04fa6813 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,8 @@ Description: Tool to format C/C++/Obj-C code Package: clang-tidy-7 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python, - libllvm7 (= ${binary:Version}), libclang-common-7-dev + libllvm7 (= ${binary:Version}), libclang-common-7-dev, + clang-tools-7 Replaces: clang-modernize-7, clang-7 (<< 7~svn250696-1) Breaks: clang-modernize-7, clang-7 (<< 7~svn250696-1) Description: clang-based C++ linter tool