* Make libclang-common-17-dev architecture dependent.

This commit is contained in:
Matthias Klose 2024-03-05 23:43:58 +01:00
parent 4fde42011e
commit 32497f066e
3 changed files with 16 additions and 10 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-17 (1:17.0.6-8) UNRELEASED; urgency=medium
* Make libclang-common-17-dev architecture dependent.
-- Matthias Klose <doko@debian.org> Tue, 05 Mar 2024 23:42:57 +0100
llvm-toolchain-17 (1:17.0.6-7) unstable; urgency=medium
* Fix mxgot export on mips64el

10
debian/control vendored
View File

@ -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)

10
debian/control.in vendored
View File

@ -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)