From b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 06:09:47 +0200 Subject: Building with llvm-toolchain-16 instead of llvm-toolchain-17. Signed-off-by: Daniel Baumann --- debian/control | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b7bbc418e..907ceb62b 100644 --- a/debian/control +++ b/debian/control @@ -19,12 +19,12 @@ Build-Depends: cargo:native (>= 1.72.0+dfsg) , rustc:native (>= 1.72.0+dfsg) , rustc:native (<= 1.73.0++) , - llvm-17-dev:native, - llvm-17-tools:native, + llvm-16-dev:native, + llvm-16-tools:native, gcc-mingw-w64-x86-64-posix:native [amd64] , gcc-mingw-w64-i686-posix:native [i386] , - libllvm17t64 (>= 1:17.0.0), - libclang-rt-17-dev:native, + libllvm16 (>= 1:16.0.0), + libclang-rt-16-dev:native, cmake (>= 3.0), # needed by some vendor crates pkgconf, @@ -54,7 +54,7 @@ Build-Depends: Build-Depends-Indep: wasi-libc (>= 0.0~git20230821.ec4566b~~) , wasi-libc (<= 0.0~git20230821.ec4566b++) , - clang-17:native, + clang-16:native, Build-Conflicts: gdb-minimal Standards-Version: 4.6.2 Homepage: http://www.rust-lang.org/ @@ -168,7 +168,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} # Embeds wasi-libc so doesn't need to depend on it # None of its licenses require source redistrib, so no need for Built-Using Recommends: - lld-17, clang-17, + lld-16, clang-16, Suggests: # nodejs contains wasi-node for running the program nodejs (>= 12.16), @@ -214,7 +214,7 @@ Description: Rust debugger (gdb) Package: rust-lldb Architecture: all # When updating, also update rust-lldb.links -Depends: lldb-17, ${misc:Depends}, python3-lldb-17 +Depends: lldb-16, ${misc:Depends}, python3-lldb-16 Replaces: rustc (<< 1.1.0+dfsg1-1) Description: Rust debugger (lldb) Rust is a curly-brace, block-structured expression language. It @@ -245,9 +245,9 @@ Replaces: Depends: ${misc:Depends}, # lld and clang are needed for wasm compilation - lld-17, clang-17, + lld-16, clang-16, # llvm is needed for llvm-dwp for split-debuginfo=packed - llvm-17 + llvm-16 Description: Rust LLVM integration Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly -- cgit v1.2.3