clang-tidy-5.0: depends on libclang-common-5-dev (Closes: #891999)

This commit is contained in:
Sylvestre Ledru 2018-03-03 23:11:57 +01:00
parent d516bad131
commit c8063b23c5
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ llvm-toolchain-5.0 (1:5.0.1-4) UNRELEASED; urgency=medium
is fixed.
Will fix the ftbfs on x86
* Create the directory before having the manpages generated
* clang-tidy-5.0: depends on libclang-common-5-dev
(Closes: #891999)
[ John Paul Adrian Glaubitz ]
* Add proposed upstream patch by James Clarke to add the

2
debian/control vendored
View File

@ -73,7 +73,7 @@ Description: Tool to format C/C++/Obj-C code
Package: clang-tidy-5.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
libllvm5.0 (= ${binary:Version})
libllvm5.0 (= ${binary:Version}), libclang-common-5-dev
Replaces: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
Breaks: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
Description: clang-based C++ linter tool