Explicit the dep of clang-format on same version of llvm to avoid

undefined symbols
This commit is contained in:
Sylvestre Ledru 2017-03-14 09:48:55 +00:00
parent 56b0b03540
commit f66539762c
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
llvm-toolchain-4.0 (1:4.0-2) unstable; urgency=medium
* 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
(Closes: #854965)

3
debian/control vendored
View File

@ -44,7 +44,8 @@ Description: C, C++ and Objective-C compiler (LLVM based)
Package: clang-format-4.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
libllvm4.0 (= ${binary:Version})
Replaces: clang-format-3.3
Breaks: clang-format-3.3
Description: Tool to format C/C++/Obj-C code