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

This commit is contained in:
Sylvestre Ledru 2019-01-04 16:00:51 +01:00
parent ac8841c8a3
commit b8546552cc
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

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

2
debian/control vendored
View File

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