Skip to content
Snippets Groups Projects
Commit d72b70cd authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Add dependency between libclang-cpp => libllvm with the exact version (Closes: #942526)

parent 95aa1e7b
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ llvm-toolchain-snapshot (1:10~svn374977-1~exp1) experimental; urgency=medium
* lldb-libname.diff: disable for now, seems it that it is now handled
by cmake https://reviews.llvm.org/D68858. TODO: check it still work
* Remove "revert-r373786-libclang-cpp.diff" (applied upstream)
* Add dependency between libclang-cpp => libllvm with the exact version
(Closes: #942526)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 16 Oct 2019 09:26:23 +0200
......
......@@ -177,7 +177,7 @@ Description: transitional package
Package: libclang-cpp10
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm10 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Replaces: libclang-cpp1-10 (<< 1:10~svn370407-1~exp1)
Breaks: libclang-cpp1-10 (<< 1:10~svn370407-1~exp1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment