]> git.proxmox.com Git - rustc.git/commitdiff
add B-D on wasi-libc for wasm32-wasi target
authorXimin Luo <infinity0@debian.org>
Tue, 7 Jan 2020 02:50:36 +0000 (02:50 +0000)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 13 Feb 2020 09:45:54 +0000 (10:45 +0100)
debian/control

index a3826063a65c7767160146fd9f5436acf20cdc73..663ccf358898ee05fb825fcd9a959c4a3f459829 100644 (file)
@@ -36,6 +36,7 @@ Build-Depends: debhelper (>= 9),
 # Extra build-deps needed for x.py to download stuff in pkg.rustc.dlstage0.
                curl <pkg.rustc.dlstage0>,
                ca-certificates <pkg.rustc.dlstage0>,
+Build-Depends-Indep: wasi-libc
 Build-Conflicts: gdb-minimal <!nocheck>
 # ^ That version of rustc is broken
 Standards-Version: 4.2.1
@@ -112,6 +113,8 @@ Package: libstd-rust-dev-wasm32-cross
 Section: libdevel
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, lld-9
+# Embeds wasi-libc so doesn't need to depend on it
+# None of its licenses require source redistribution, so no need for Built-Using
 Description: Rust standard libraries - development files
  Rust is a curly-brace, block-structured expression language.  It
  visually resembles the C language family, but differs significantly