mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 15:35:31 +00:00
Explicit the dep of clang-format on same version of llvm to avoid
undefined symbols
This commit is contained in:
parent
56b0b03540
commit
f66539762c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
llvm-toolchain-4.0 (1:4.0-2) unstable; urgency=medium
|
llvm-toolchain-4.0 (1:4.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix the incorrect symlink to scan-build-py (Closes: #856869)
|
* Fix the incorrect symlink to scan-build-py (Closes: #856869)
|
||||||
|
* Explicit the dep of clang-format on same version of llvm to avoid
|
||||||
|
undefined symbols
|
||||||
* Try to ignore also libclang_rt.asan-*.so for the dep generation
|
* Try to ignore also libclang_rt.asan-*.so for the dep generation
|
||||||
(Closes: #854965)
|
(Closes: #854965)
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -44,7 +44,8 @@ Description: C, C++ and Objective-C compiler (LLVM based)
|
|||||||
|
|
||||||
Package: clang-format-4.0
|
Package: clang-format-4.0
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||||
|
libllvm4.0 (= ${binary:Version})
|
||||||
Replaces: clang-format-3.3
|
Replaces: clang-format-3.3
|
||||||
Breaks: clang-format-3.3
|
Breaks: clang-format-3.3
|
||||||
Description: Tool to format C/C++/Obj-C code
|
Description: Tool to format C/C++/Obj-C code
|
||||||
|
Loading…
Reference in New Issue
Block a user