clang-tidy-7 also depends on clang-tools-7 for, at least clang-apply-replacements

This commit is contained in:
Sylvestre Ledru 2018-03-05 10:00:55 +01:00
commit ef5cb7b0cd
2 changed files with 5 additions and 3 deletions

5
debian/changelog vendored
View File

@ -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 <jrtc27@debian.org> Mon, 26 Feb 2018 16:07:18 +0000
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 05 Mar 2018 10:00:23 +0100
llvm-toolchain-snapshot (1:7~svn323616-1~exp1) experimental; urgency=medium

3
debian/control vendored
View File

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