From: Ximin Luo Date: Wed, 14 Jun 2017 10:05:55 +0000 (+0200) Subject: Relax LLVM version constraint slightly for Debian experimental X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=183c685da3825ae63420c8aefd425710ad03ab15;p=rustc.git Relax LLVM version constraint slightly for Debian experimental --- diff --git a/debian/control b/debian/control index 8a53c08696..12aea38d56 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 9), cargo (>= 0.17.0) , rustc (>= 1.16.0+dfsg) , rustc (<= 1.17.0++) , - llvm-3.9-dev:native (>= 1:3.9-10), - llvm-3.9-tools:native (>= 1:3.9-10), - libllvm3.9 (>= 1:3.9-10), + llvm-3.9-dev:native (>= 1:3.9-10~), + llvm-3.9-tools:native (>= 1:3.9-10~), + libllvm3.9 (>= 1:3.9-10~), autotools-dev, cmake | cmake3, gperf,