From 616fe11c31d5df615315181d47942f704e505dbf Mon Sep 17 00:00:00 2001 From: Weston Ortiz Date: Sat, 19 Oct 2019 16:00:39 -0600 Subject: [PATCH] Remove Replaces,Breaks: llvm-9-tools from lldb-9 package --- debian/changelog | 6 ++++++ debian/control | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67bdd3ad..82a7bdb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-9 (1:9.0.0-3~exp3) experimental; urgency=medium + + * Remove incorrect Breaks/Conflicts for lldb-9 package + + -- Weston Ortiz Wed, 30 Oct 2019 10:14:54 -0600 + llvm-toolchain-9 (1:9.0.0-3~exp2) experimental; urgency=medium * disable-fuzzer-compiler-rt.diff: bring back this patch diff --git a/debian/control b/debian/control index b9048176..f923252e 100644 --- a/debian/control +++ b/debian/control @@ -467,8 +467,6 @@ Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm9 (= ${binary:Version}), llvm-9-dev, python-lldb-9 Pre-Depends: ${misc:Pre-Depends} -Replaces: llvm-9-tools (<< 1:9~+rc1-1~exp2) -Breaks: llvm-9-tools (<< 1:9~+rc1-1~exp2) 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