So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})

instead of source
This commit is contained in:
Sylvestre Ledru 2023-09-20 11:22:00 +02:00
parent 6cea097083
commit 39e07012b8
3 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -4,7 +4,8 @@ llvm-toolchain-16 (1:16.0.6-16) UNRELEASED; urgency=medium
* Make libclang-common-16-dev arch:any (Closes: #1041455)
It was arch:all because all the code isn't arch dependant
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 ]
* Bring back old version of spirv - necessary for apt.llvm.org

2
debian/control vendored
View File

@ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16
Package: clang-16
Architecture: any
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}),
libclang1-16 (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler

2
debian/control.in vendored
View File

@ -45,7 +45,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_
Package: clang-@LLVM_VERSION@
Architecture: any
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}),
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler