]> git.proxmox.com Git - rustc.git/commitdiff
Relax LLVM version constraint slightly for Debian experimental
authorXimin Luo <infinity0@debian.org>
Wed, 14 Jun 2017 10:05:55 +0000 (12:05 +0200)
committerXimin Luo <infinity0@debian.org>
Wed, 14 Jun 2017 10:05:55 +0000 (12:05 +0200)
debian/control

index 8a53c08696a27a432b234a1ac1af2a914d2c89c4..12aea38d56d44c16aea0197199d1262c69a6819c 100644 (file)
@@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 9),
                cargo (>= 0.17.0)      <!pkg.rustc.dlstage0>,
                rustc (>= 1.16.0+dfsg) <!pkg.rustc.dlstage0>,
                rustc (<= 1.17.0++)    <!pkg.rustc.dlstage0>,
-               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,