mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
clang-tidy-6.0 also depends on clang-tools-6.0 for, at least clang-apply-replacements
This commit is contained in:
commit
bcec2752ae
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; urgency=medium
|
|||||||
* Create the directory before having the manpages generated
|
* Create the directory before having the manpages generated
|
||||||
* clang-tidy-6.0: depends on libclang-common-6.0-dev
|
* clang-tidy-6.0: depends on libclang-common-6.0-dev
|
||||||
(Closes: #891999)
|
(Closes: #891999)
|
||||||
|
* clang-tidy-6.0 also depends on clang-tools-6.0 for, at least
|
||||||
|
clang-apply-replacements
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
* Add proposed upstream patch by James Clarke to add the
|
* Add proposed upstream patch by James Clarke to add the
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -72,6 +72,7 @@ Package: clang-tidy-6.0
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||||
libllvm6.0 (= ${binary:Version}), libclang-common-6.0-dev
|
libllvm6.0 (= ${binary:Version}), libclang-common-6.0-dev
|
||||||
|
clang-tools-6.0
|
||||||
Replaces: clang-modernize-6.0, clang-6.0 (<< 1:6.0~svn250696-1)
|
Replaces: clang-modernize-6.0, clang-6.0 (<< 1:6.0~svn250696-1)
|
||||||
Breaks: clang-modernize-6.0, clang-6.0 (<< 1:6.0~svn250696-1)
|
Breaks: clang-modernize-6.0, clang-6.0 (<< 1:6.0~svn250696-1)
|
||||||
Description: clang-based C++ linter tool
|
Description: clang-based C++ linter tool
|
||||||
|
Loading…
Reference in New Issue
Block a user