mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 17:59:27 +00:00
clangd: fix missing epoch in breaks/replaces relationship
This commit is contained in:
parent
e7b8e9ca99
commit
d8f80df6b8
4
debian/control
vendored
4
debian/control
vendored
@ -87,8 +87,8 @@ Description: clang-based C++ linter tool
|
|||||||
Package: clangd-10
|
Package: clangd-10
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Replaces: clang-tools-10 (<< 10~svn367724-1~exp1)
|
Replaces: clang-tools-10 (<< 1:10~svn367724-1~exp1)
|
||||||
Breaks: clang-tools-10 (<< 10~svn367724-1~exp1)
|
Breaks: clang-tools-10 (<< 1:10~svn367724-1~exp1)
|
||||||
Description: Language server that provides IDE-like features to editors
|
Description: Language server that provides IDE-like features to editors
|
||||||
clangd understands your C++ code and adds smart features to your editor:
|
clangd understands your C++ code and adds smart features to your editor:
|
||||||
- code completion
|
- code completion
|
||||||
|
Loading…
Reference in New Issue
Block a user