mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 12:19:04 +00:00
Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
This commit is contained in:
parent
39caf647a3
commit
a7d70b3891
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,8 @@
|
|||||||
llvm-toolchain-4.0 (1:4.0-3) UNRELEASED; urgency=medium
|
llvm-toolchain-4.0 (1:4.0-3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Explicit the dep of clang-tidy on same version of llvm to avoid
|
||||||
|
undefined symbols
|
||||||
|
|
||||||
[ Rebecca N. Palmer ]
|
[ Rebecca N. Palmer ]
|
||||||
* Use versioned symbols (Closes: #848368)
|
* Use versioned symbols (Closes: #848368)
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -62,7 +62,8 @@ Description: Tool to format C/C++/Obj-C code
|
|||||||
|
|
||||||
Package: clang-tidy-4.0
|
Package: clang-tidy-4.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||||
|
libllvm4.0 (= ${binary:Version})
|
||||||
Replaces: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1)
|
Replaces: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1)
|
||||||
Breaks: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1)
|
Breaks: clang-modernize-4.0, clang-4.0 (<< 1:4.0~svn250696-1)
|
||||||
Description: clang-based C++ linter tool
|
Description: clang-based C++ linter tool
|
||||||
|
Loading…
Reference in New Issue
Block a user