clangd: fix missing epoch in breaks/replaces relationship

This commit is contained in:
Gianfranco Costamagna 2019-08-06 09:41:43 +02:00
parent e7b8e9ca99
commit d8f80df6b8

4
debian/control vendored
View File

@ -87,8 +87,8 @@ Description: clang-based C++ linter tool
Package: clangd-10
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: clang-tools-10 (<< 10~svn367724-1~exp1)
Breaks: clang-tools-10 (<< 10~svn367724-1~exp1)
Replaces: clang-tools-10 (<< 1:10~svn367724-1~exp1)
Breaks: clang-tools-10 (<< 1:10~svn367724-1~exp1)
Description: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion