From d34e866925fe451805637189f7848eb4f73f2b9b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 3 Jun 2013 10:51:37 +0000 Subject: [PATCH] lldb-3.4 also replaces lldb-3.3 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index fad4a063..4ba03337 100644 --- a/debian/control +++ b/debian/control @@ -389,8 +389,8 @@ Package: lldb-3.4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}), python Pre-Depends: ${misc:Pre-Depends} -Replaces: lldb-3.2 -Breaks: lldb-3.2 +Replaces: lldb-3.2, lldb-3.3 +Breaks: lldb-3.2, lldb-3.3 Description: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM