Import Ubuntu delta in Debian, fixes the upgrade path from sid to experimental

This commit is contained in:
Gianfranco Costamagna 2019-12-15 01:24:37 +01:00
parent c8fabc598d
commit 2362600e97
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sun, 08 Dec 2019 21:02:49 +0100
llvm-toolchain-9 (1:9.0.1~+rc2-1~exp1) experimental; urgency=medium

4
debian/control vendored
View File

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