Revert "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 reverts commit b8546552cc.
This commit is contained in:
Sylvestre Ledru 2019-01-05 12:23:59 +01:00
parent ee2b231141
commit e498c3cd6a
2 changed files with 1 additions and 4 deletions

3
debian/changelog vendored
View File

@ -1,8 +1,5 @@
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
* Add 'Rules-Requires-Root: no' in debian/control
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Jan 2019 16:00:41 +0100

2
debian/control vendored
View File

@ -357,7 +357,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