mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 11:55:53 +00:00
Fix the libclang-rt-14-dev-wasm64 description
This commit is contained in:
parent
f5d0923c6d
commit
3e3e3fe1b7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 <sylvestre@debian.org> 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
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -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
|
||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user