mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})
instead of source
This commit is contained in:
parent
6cea097083
commit
39e07012b8
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,7 +4,8 @@ llvm-toolchain-16 (1:16.0.6-16) UNRELEASED; urgency=medium
|
|||||||
* Make libclang-common-16-dev arch:any (Closes: #1041455)
|
* Make libclang-common-16-dev arch:any (Closes: #1041455)
|
||||||
It was arch:all because all the code isn't arch dependant
|
It was arch:all because all the code isn't arch dependant
|
||||||
However, it causes issues for cross build.
|
However, it causes issues for cross build.
|
||||||
So, back to any
|
So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})
|
||||||
|
instead of source
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
* Bring back old version of spirv - necessary for apt.llvm.org
|
* Bring back old version of spirv - necessary for apt.llvm.org
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16
|
|||||||
Package: clang-16
|
Package: clang-16
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang-common-16-dev (= ${source:Version}),
|
${dep:devlibs-objc}, libclang-common-16-dev (= ${binary:Version}),
|
||||||
llvm-16-linker-tools (= ${binary:Version}),
|
llvm-16-linker-tools (= ${binary:Version}),
|
||||||
libclang1-16 (= ${binary:Version}), libc6-dev, binutils
|
libclang1-16 (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_
|
|||||||
Package: clang-@LLVM_VERSION@
|
Package: clang-@LLVM_VERSION@
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${source:Version}),
|
${dep:devlibs-objc}, libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}),
|
||||||
llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}),
|
llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}),
|
||||||
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
|
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user