mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 15:44:49 +00:00
Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
This commit is contained in:
parent
12d2dcd25c
commit
1646d8a6ce
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,14 +1,10 @@
|
|||||||
llvm-toolchain-snapshot (1:5.0~svn298810-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
* Explicit the dep of clang-tidy on same version of llvm to avoid
|
||||||
|
undefined symbols
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Mar 2017 18:48:30 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 27 Mar 2017 09:15:16 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:5.0~svn298773-1~exp1) experimental; urgency=medium
|
|
||||||
|
|
||||||
* New snapshot release
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Mar 2017 16:16:14 +0100
|
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:5.0~svn294583-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:5.0~svn294583-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -62,7 +62,8 @@ Description: Tool to format C/C++/Obj-C code
|
|||||||
|
|
||||||
Package: clang-tidy-5.0
|
Package: clang-tidy-5.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||||
|
libllvm5.0 (= ${binary:Version})
|
||||||
Replaces: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
|
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)
|
Breaks: clang-modernize-5.0, clang-5.0 (<< 1:5.0~svn250696-1)
|
||||||
Description: clang-based C++ linter tool
|
Description: clang-based C++ linter tool
|
||||||
|
Loading…
Reference in New Issue
Block a user