From d8f80df6b8447b1f797c3543567970c1686a9cf1 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 6 Aug 2019 09:41:43 +0200 Subject: [PATCH] clangd: fix missing epoch in breaks/replaces relationship --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 41181573..367244f5 100644 --- a/debian/control +++ b/debian/control @@ -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