From 3e3e3fe1b7d8e0524289cbec5fec1f2c0292bb70 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 28 Dec 2022 12:38:14 +0100 Subject: [PATCH] Fix the libclang-rt-14-dev-wasm64 description --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/control.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f674bcdf..9ca0d3e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-14 (1:14.0.6-10~exp5) UNRELEASED; urgency=medium + + * Fix the libclang-rt-14-dev-wasm64 description + + -- Sylvestre Ledru Wed, 28 Dec 2022 12:35:04 +0100 + llvm-toolchain-14 (1:14.0.6-10~exp4) experimental; urgency=medium * Move the compiler-rt content into a new package called diff --git a/debian/control b/debian/control index fd75dfe1..9d58082d 100644 --- a/debian/control +++ b/debian/control @@ -218,8 +218,8 @@ Breaks: libclang-common-14-dev (<< 14.0.6-10~exp4) Replaces: libclang-common-14-dev (<< 14.0.6-10~exp4) Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libclang-common-14-dev (>= 14.0.6-10~exp4) -Description: Compiler-rt - development package - Provides the compiler-rt builtins for WebAssembly 32 bits +Description: Compiler-rt - wasm64 builtins + Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-cpp14 Section: libs diff --git a/debian/control.in b/debian/control.in index f728c340..42539320 100644 --- a/debian/control.in +++ b/debian/control.in @@ -218,8 +218,8 @@ Breaks: libclang-common-@LLVM_VERSION@-dev (<< 14.0.6-10~exp4) Replaces: libclang-common-@LLVM_VERSION@-dev (<< 14.0.6-10~exp4) Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libclang-common-@LLVM_VERSION@-dev (>= 14.0.6-10~exp4) -Description: Compiler-rt - development package - Provides the compiler-rt builtins for WebAssembly 32 bits +Description: Compiler-rt - wasm64 builtins + Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-cpp@LLVM_VERSION@ Section: libs