Remove an old breaks/replaces for 9 which was causing some issues on Debian buster. Thanks to Julien Wajsberg for the bug report

This commit is contained in:
Sylvestre Ledru 2021-03-08 12:05:15 +01:00
parent bd963d07ca
commit c5da4109de
2 changed files with 8 additions and 3 deletions

8
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> 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

3
debian/control vendored
View File

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