From c5da4109de0084d515c531033e4fe0fce7305ee8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 8 Mar 2021 12:05:15 +0100 Subject: [PATCH] Remove an old breaks/replaces for 9 which was causing some issues on Debian buster. Thanks to Julien Wajsberg for the bug report --- debian/changelog | 8 ++++++++ debian/control | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 09125514..e5e753c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +llvm-toolchain-9 (1:9.0.1-17) unstable; urgency=medium + + * Remove an old breaks/replaces for 9 which was causing + some issues on Debian buster. Thanks to Julien Wajsberg + for the bug report + + -- Sylvestre Ledru Mon, 08 Mar 2021 12:05:07 +0100 + llvm-toolchain-9 (1:9.0.1-16) unstable; urgency=medium * Only enable libomp-9-doc on supported archs diff --git a/debian/control b/debian/control index d9bd7d54..58b2302b 100644 --- a/debian/control +++ b/debian/control @@ -348,9 +348,6 @@ Package: llvm-9-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-pygments, python3-yaml -# Because of yaml-bench -Breaks: libclang-common-9-dev (<< 1:9.0.1~+rc2) -Replaces: libclang-common-9-dev (<< 1:9.0.1~+rc2) Description: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other