Move the symlink /usr/lib/*/libc++experimental.a from libc++abi-17-dev to libc++-17-dev

This commit is contained in:
Sylvestre Ledru 2023-12-06 11:20:00 +01:00
parent dd52f2e40c
commit 2d79706115
2 changed files with 7 additions and 3 deletions

6
debian/changelog vendored
View File

@ -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 * Apply the proposed fix for D158491, build failure on mips64el, still
unreviewed upstream. Addresses: #1056116. unreviewed upstream. Addresses: #1056116.
-- Gianfranco Costamagna <locutusofborg@debian.org> 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 <sylvestre@debian.org> Wed, 06 Dec 2023 11:19:17 +0100
llvm-toolchain-17 (1:17.0.6-1) unstable; urgency=medium llvm-toolchain-17 (1:17.0.6-1) unstable; urgency=medium

4
debian/control.in vendored
View File

@ -689,10 +689,10 @@ Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends}, Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends},
libunwind-@LLVM_VERSION@-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64] 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 Provides: libc++-x.y-dev
Conflicts: 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) Description: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library libc++ is another implementation of the C++ standard library
. .