From 75d1cf3b7a91573145b79062f2a9f128fa3f51d1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 1 Sep 2014 11:58:49 +0000 Subject: [PATCH] fix typo --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 204bdd03..87911db0 100644 --- a/debian/control +++ b/debian/control @@ -406,8 +406,8 @@ Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sp Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.4 (= ${binary:Version}) Pre-Depends: ${misc:Pre-Depends} Section: libs -Replaces: lldb-3.4 (>> 1:3.4.2-9~) -Breaks: lldb-3.4 (>> 1:3.4.2-9~) +Replaces: lldb-3.4 (<< 1:3.4.2-9~) +Breaks: lldb-3.4 (<< 1:3.4.2-9~) Description: Next generation, high-performance debugger, library 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