diff --git a/debian/changelog b/debian/changelog index 1c4ff733..2f82333a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +llvm-toolchain-7 (1:7.0.1-5) unstable; urgency=medium + + * llvm-7-examples: Force the same version of llvm-7-dev to mitigate + a debci issue + https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz + + -- Sylvestre Ledru Fri, 04 Jan 2019 16:00:41 +0100 + llvm-toolchain-7 (1:7.0.1-4) unstable; urgency=medium * Remove dbgsym packages from debci because of bug #917528 diff --git a/debian/control b/debian/control index a1baf8cd..5a66abd2 100644 --- a/debian/control +++ b/debian/control @@ -356,7 +356,7 @@ Description: Modular compiler and toolchain technologies, documentation Package: llvm-7-examples Section: doc Architecture: all -Depends: ${misc:Depends}, llvm-7-dev (>= ${source:Version}), llvm-7-dev (<< ${source:Version}+c~) +Depends: ${misc:Depends}, llvm-7-dev (= ${source:Version}), llvm-7-dev (<< ${source:Version}+c~) Description: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other