clangd: Fix break/replaces missing epoch

This commit is contained in:
Gianfranco Costamagna 2019-08-06 09:38:23 +02:00
parent 5b015fc288
commit dc5e73ff95

4
debian/control vendored
View File

@ -87,8 +87,8 @@ Description: clang-based C++ linter tool
Package: clangd-9 Package: clangd-9
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: clang-tools-9 (<< 9~+rc1-1~exp2) Replaces: clang-tools-9 (<< 1:9~+rc1-1~exp2)
Breaks: clang-tools-9 (<< 9~+rc1-1~exp2) Breaks: clang-tools-9 (<< 1:9~+rc1-1~exp2)
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