From 32497f066efc7e4590260bbf08bba90bb259b2da Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Tue, 5 Mar 2024 23:43:58 +0100 Subject: [PATCH] * Make libclang-common-17-dev architecture dependent. --- debian/changelog | 6 ++++++ debian/control | 10 +++++----- debian/control.in | 10 +++++----- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21c78955..4d578922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-17 (1:17.0.6-8) UNRELEASED; urgency=medium + + * Make libclang-common-17-dev architecture dependent. + + -- Matthias Klose Tue, 05 Mar 2024 23:42:57 +0100 + llvm-toolchain-17 (1:17.0.6-7) unstable; urgency=medium * Fix mxgot export on mips64el diff --git a/debian/control b/debian/control index d7551988..a3b0b67f 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, ${dep:devlibs-objc}, libllvm17t64 (= ${binary:Version}), - libclang-common-17-dev (= ${source:Version}), + libclang-common-17-dev (= ${binary:Version}), llvm-17-linker-tools (= ${binary:Version}), libclang1-17t64 (= ${binary:Version}), libc6-dev, binutils Provides: c-compiler, objc-compiler, c++-compiler @@ -95,7 +95,7 @@ Package: clang-tidy-17 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libllvm17t64 (= ${binary:Version}), - libclang-common-17-dev (= ${source:Version}), + libclang-common-17-dev (= ${binary:Version}), clang-tools-17, python3-yaml Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming @@ -162,7 +162,7 @@ Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, ${dep:devlibs-objc}, libclang1-17t64 (= ${binary:Version}), - libclang-common-17-dev (= ${source:Version}) + libclang-common-17-dev (= ${binary:Version}) Description: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the @@ -175,8 +175,8 @@ Description: Clang library - Development package libclang1-17. Package: libclang-common-17-dev -Architecture: all -Multi-Arch: foreign +Architecture: any +Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: libclang-rt-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1) diff --git a/debian/control.in b/debian/control.in index 94eb46f7..b13dcb86 100644 --- a/debian/control.in +++ b/debian/control.in @@ -46,7 +46,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, ${dep:devlibs-objc}, libllvm@LLVM_VERSION@t64 (= ${binary:Version}), - libclang-common-@LLVM_VERSION@-dev (= ${source:Version}), + libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}), llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}), libclang1-@LLVM_VERSION@t64 (= ${binary:Version}), libc6-dev, binutils Provides: c-compiler, objc-compiler, c++-compiler @@ -95,7 +95,7 @@ Package: clang-tidy-@LLVM_VERSION@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libllvm@LLVM_VERSION@t64 (= ${binary:Version}), - libclang-common-@LLVM_VERSION@-dev (= ${source:Version}), + libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}), clang-tools-@LLVM_VERSION@, python3-yaml Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming @@ -162,7 +162,7 @@ Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, ${dep:devlibs-objc}, libclang1-@LLVM_VERSION@t64 (= ${binary:Version}), - libclang-common-@LLVM_VERSION@-dev (= ${source:Version}) + libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}) Description: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the @@ -175,8 +175,8 @@ Description: Clang library - Development package libclang1-@LLVM_VERSION@. Package: libclang-common-@LLVM_VERSION@-dev -Architecture: all -Multi-Arch: foreign +Architecture: any +Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)