summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/control12
-rw-r--r--debian/control.in12
2 files changed, 9 insertions, 15 deletions
diff --git a/debian/control b/debian/control
index 286443c498..a68d7cf47f 100644
--- a/debian/control
+++ b/debian/control
@@ -32,12 +32,12 @@ Build-Depends: autotools-dev,
nasm (>= 2.14) [amd64 i386],
rustc (>= 1.63),
cargo (>= 0.66),
- llvm-14-dev,
- libclang-14-dev,
- clang-14,
- libc++-14-dev-wasm32,
- libclang-rt-14-dev-wasm32,
- lld-14,
+ llvm-dev,
+ libclang-dev,
+ clang,
+ libc++-dev-wasm32,
+ libclang-rt-dev-wasm32,
+ lld,
cbindgen (>= 0.24.3),
nodejs (>= 12.22.1),
zip,
diff --git a/debian/control.in b/debian/control.in
index 8ef01ee7e3..ba6d25d0f7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -54,19 +54,13 @@ Build-Depends: autotools-dev,
%else
cargo (>= 0.66),
%endif
-%if DIST == bullseye || DIST == buster
llvm-dev,
libclang-dev,
clang,
-%else
- llvm-14-dev,
- libclang-14-dev,
- clang-14,
-%endif
%if DIST != bullseye && DIST != buster
- libc++-14-dev-wasm32,
- libclang-rt-14-dev-wasm32,
- lld-14,
+ libc++-dev-wasm32,
+ libclang-rt-dev-wasm32,
+ lld,
%endif
cbindgen (>= 0.24.3),
nodejs (>= 12.22.1),