diff --git a/debian/changelog b/debian/changelog index 8201f872..7f933125 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,13 @@ llvm-toolchain-9 (1:9.0.1~+rc2-1~exp2) UNRELEASED; urgency=medium * llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on riscv64 from master. + [ Gianfranco Costamagna ] + * Commit Breaks/Replaces into git + + [ Julian Andres Klode ] + * Fix llvm-9-tools Breaks/Replaces libclang-common-9-dev (<< 1:9.0.1~+rc2) + (Closes: #946473) + -- Sylvestre Ledru Sun, 08 Dec 2019 21:02:49 +0100 llvm-toolchain-9 (1:9.0.1~+rc2-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index dfbbe8ac..cbe8d786 100644 --- a/debian/control +++ b/debian/control @@ -341,8 +341,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, python, python3, python-pygments, python-yaml, python3-pygments, python3-yaml # Because of yaml-bench -Breaks: libclang-common-9-dev (<< 9.0.1~+rc1-1~exp2) -Replaces: libclang-common-9-dev (<< 9.0.1~+rc1-1~exp2) +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