diff --git a/debian/changelog b/debian/changelog index 51fc43d0..3632435f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,11 @@ llvm-toolchain-17 (1:17.0.6-2) UNRELEASED; urgency=medium * Apply the proposed fix for D158491, build failure on mips64el, still unreviewed upstream. Addresses: #1056116. - -- Gianfranco Costamagna Fri, 01 Dec 2023 10:50:00 +0100 + [ Sylvestre Ledru ] + * Move the symlink /usr/lib/*/libc++experimental.a from libc++abi-17-dev + to libc++-17-dev + + -- Sylvestre Ledru Wed, 06 Dec 2023 11:19:17 +0100 llvm-toolchain-17 (1:17.0.6-1) unstable; urgency=medium diff --git a/debian/control.in b/debian/control.in index e8ae25cb..d12b8c58 100644 --- a/debian/control.in +++ b/debian/control.in @@ -689,10 +689,10 @@ Architecture: any Multi-Arch: same Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends}, libunwind-@LLVM_VERSION@-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64] -Breaks: libc++-dev (<< 44) +Breaks: libc++-dev (<< 44), libc++abi-@LLVM_VERSION@-dev (<< 1:17.0.6-2) Provides: libc++-x.y-dev Conflicts: libc++-x.y-dev -Replaces: libc++-x.y-dev +Replaces: libc++-x.y-dev, libc++abi-@LLVM_VERSION@-dev (<< 1:17.0.6-2) Description: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library .