mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 21:49:26 +00:00
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:
parent
ac8841c8a3
commit
b8546552cc
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
llvm-toolchain-7 (1:7.0.1-4) unstable; urgency=medium
|
||||||
|
|
||||||
* Remove dbgsym packages from debci because of bug #917528
|
* Remove dbgsym packages from debci because of bug #917528
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -356,7 +356,7 @@ Description: Modular compiler and toolchain technologies, documentation
|
|||||||
Package: llvm-7-examples
|
Package: llvm-7-examples
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
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
|
Description: Modular compiler and toolchain technologies, examples
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
|
Loading…
Reference in New Issue
Block a user