mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
clang-tidy-7 also depends on clang-tools-7 for, at least clang-apply-replacements
This commit is contained in:
commit
ef5cb7b0cd
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
3
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user