Merge branch 'lldb-9-remove-breaks' into '9'

Remove Breaks/Replaces: llvm-9-tools from lldb-9 package, adds Conflicts, Replaces, Provides

See merge request pkg-llvm-team/llvm-toolchain!36
This commit is contained in:
Sylvestre Ledru 2019-10-30 17:36:16 +00:00
commit 913f3246f2
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@ -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 <weston@wortiz.com> 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

2
debian/control vendored
View File

@ -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