mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 12:58:06 +00:00
Merge branch 'cxxdev-abi' into '17'
Add libc++-*-dev -> libc++abi-*-dev dependency See merge request pkg-llvm-team/llvm-toolchain!124
This commit is contained in:
commit
edf1bd3e98
1
debian/control
vendored
1
debian/control
vendored
@ -678,6 +678,7 @@ Section: libdevel
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libc++1-17 (= ${binary:Version}), ${misc:Depends},
|
Depends: libc++1-17 (= ${binary:Version}), ${misc:Depends},
|
||||||
|
libc++abi-17-dev (= ${binary:Version}),
|
||||||
libunwind-17-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
|
libunwind-17-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
|
||||||
Breaks: libc++-dev (<< 44), libc++abi-17-dev (<< 1:17.0.6-2)
|
Breaks: libc++-dev (<< 44), libc++abi-17-dev (<< 1:17.0.6-2)
|
||||||
Provides: libc++-x.y-dev
|
Provides: libc++-x.y-dev
|
||||||
|
1
debian/control.in
vendored
1
debian/control.in
vendored
@ -678,6 +678,7 @@ Section: libdevel
|
|||||||
Architecture: any
|
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},
|
||||||
|
libc++abi-@LLVM_VERSION@-dev (= ${binary:Version}),
|
||||||
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), libc++abi-@LLVM_VERSION@-dev (<< 1:17.0.6-2)
|
Breaks: libc++-dev (<< 44), libc++abi-@LLVM_VERSION@-dev (<< 1:17.0.6-2)
|
||||||
Provides: libc++-x.y-dev
|
Provides: libc++-x.y-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user