From 39e07012b8b98fc3ecd09734557dcee384f370bc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 20 Sep 2023 11:22:00 +0200 Subject: [PATCH] So, back to any and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}) instead of source --- debian/changelog | 3 ++- debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dcd3aee9..10a6fdba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index c8d42c5e..f54f676b 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.in b/debian/control.in index 10d26b66..b672b0ee 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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