Merge branch '6.0' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 6.0

This commit is contained in:
Sylvestre Ledru 2018-03-05 09:57:44 +01:00
commit 08001b614b
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; 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-6.0: depends on libclang-common-6.0-dev
(Closes: #891999)
[ John Paul Adrian Glaubitz ]
* Add proposed upstream patch by James Clarke to add the

2
debian/control vendored
View File

@ -71,7 +71,7 @@ Description: Tool to format C/C++/Obj-C code
Package: clang-tidy-6.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
libllvm6.0 (= ${binary:Version})
libllvm6.0 (= ${binary:Version}), libclang-common-6.0-dev
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)
Description: clang-based C++ linter tool