From: Ximin Luo Date: Mon, 24 Jul 2017 14:01:54 +0000 (+0200) Subject: Remove jquery as a build-dependency X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ea7ad4be9d51097188f762d327a70abd449ed141;p=rustc.git Remove jquery as a build-dependency --- diff --git a/debian/control b/debian/control index 5c933ef085..8abc5a3ec9 100644 --- a/debian/control +++ b/debian/control @@ -29,15 +29,12 @@ Build-Depends: debhelper (>= 9), valgrind , git , procps , -# the tests require the docs to be built, which requires jquery - libjs-jquery , # below are optional tools even for 'make check' antlr4 | antlr , bison , flex , gdb (>= 7.12) , default-jdk-headless | default-jdk , -Build-Depends-Indep: libjs-jquery # Work around #864741. The version constraint for gdb above should already do # that, but this will keep things covered even in the case that they change # gdb-minimal to do a versioned Provides: gdb. @@ -52,7 +49,7 @@ Architecture: any Multi-Arch: allowed Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libstd-rust-dev (= ${binary:Version}), - gcc, libc-dev, libjs-jquery, binutils (>= 2.26) + gcc, libc-dev, binutils (>= 2.26) Recommends: rust-gdb | rust-lldb Suggests: rust-doc, rust-src Description: Rust systems programming language