From e498c3cd6a02a091d372de27296b26cceb67ca03 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 5 Jan 2019 12:23:59 +0100 Subject: [PATCH] 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 b8546552ccc76a481bac7c0380804eeab18ce555. --- debian/changelog | 3 --- debian/control | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd6437dc..62f34034 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 04 Jan 2019 16:00:41 +0100 diff --git a/debian/control b/debian/control index 9302d745..93e500b5 100644 --- a/debian/control +++ b/debian/control @@ -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