diff --git a/debian/changelog b/debian/changelog index 478a5aae..cc36c106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-16 (1:16.0.6-6) unstable; urgency=medium + + * Do the delete of wasi in libclang-rt regardless (Closes: #1041834) + + -- Sylvestre Ledru Mon, 24 Jul 2023 08:29:14 +0200 + llvm-toolchain-16 (1:16.0.6-5) unstable; urgency=medium [ Samuel Thibault ] diff --git a/debian/rules b/debian/rules index 4751d428..aa3281cc 100755 --- a/debian/rules +++ b/debian/rules @@ -1263,13 +1263,11 @@ ifneq (,$(filter libc++-$(LLVM_VERSION)-dev-wasm32, $(shell dh_listpackages))) mv $(CURDIR)/debian/libc++-$(LLVM_VERSION)-dev-wasm32/usr/lib/llvm-$(LLVM_VERSION)/include/wasm32-wasi/c++/v1/cxxabi.h \ $(CURDIR)/debian/libc++abi-$(LLVM_VERSION)-dev-wasm32/usr/lib/llvm-$(LLVM_VERSION)/include/wasm32-wasi/c++/v1/cxxabi.h; \ fi +endif # Because of hurd, we are more flexible in what we include in libclang-X.Y-rt # but we don't want to install wasi files into libclang-rt as they have their own package # So, we remove this directory from the package rm -fr $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/wasi/ -endif - - repack_a_llvm_ir: ifeq (${LTO_ENABLE},yes)