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

This commit is contained in:
Sylvestre Ledru 2018-03-05 09:58:38 +01:00
commit bcec2752ae
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

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

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