mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-19 22:17:13 +00:00
* Make libclang-common-18-dev architecture dependent.
This commit is contained in:
parent
7f41bce4f0
commit
e09de8fa03
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,8 +1,12 @@
|
|||||||
llvm-toolchain-18 (1:18.1.0~rc4-2) UNRELEASED; urgency=medium
|
llvm-toolchain-18 (1:18.1.0~rc4-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Sylvestre Ledru ]
|
||||||
* Disable libllvmlibc-18-dev on armhf (Closes: #1065503)
|
* Disable libllvmlibc-18-dev on armhf (Closes: #1065503)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Mar 2024 19:08:29 +0100
|
[ Matthias Klose ]
|
||||||
|
* Make libclang-common-18-dev architecture dependent.
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Mar 2024 23:31:06 +0100
|
||||||
|
|
||||||
llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium
|
llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -47,7 +47,7 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc},
|
${dep:devlibs-objc},
|
||||||
libllvm18 (= ${binary:Version}),
|
libllvm18 (= ${binary:Version}),
|
||||||
libclang-common-18-dev (= ${source:Version}),
|
libclang-common-18-dev (= ${binary:Version}),
|
||||||
llvm-18-linker-tools (= ${binary:Version}),
|
llvm-18-linker-tools (= ${binary:Version}),
|
||||||
libclang1-18 (= ${binary:Version}), libc6-dev, binutils
|
libclang1-18 (= ${binary:Version}), libc6-dev, binutils
|
||||||
Provides: c-compiler, objc-compiler, c++-compiler
|
Provides: c-compiler, objc-compiler, c++-compiler
|
||||||
@ -96,7 +96,7 @@ Package: clang-tidy-18
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||||
libllvm18 (= ${binary:Version}),
|
libllvm18 (= ${binary:Version}),
|
||||||
libclang-common-18-dev (= ${source:Version}),
|
libclang-common-18-dev (= ${binary:Version}),
|
||||||
clang-tools-18, python3-yaml
|
clang-tools-18, python3-yaml
|
||||||
Description: clang-based C++ linter tool
|
Description: clang-based C++ linter tool
|
||||||
Provide an extensible framework for diagnosing and fixing typical programming
|
Provide an extensible framework for diagnosing and fixing typical programming
|
||||||
@ -108,7 +108,7 @@ Package: clangd-18
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
libllvm18 (= ${binary:Version}),
|
libllvm18 (= ${binary:Version}),
|
||||||
libclang-common-18-dev (= ${source:Version}),
|
libclang-common-18-dev (= ${binary:Version}),
|
||||||
Description: Language server that provides IDE-like features to editors
|
Description: Language server that provides IDE-like features to editors
|
||||||
clangd understands your C++ code and adds smart features to your editor:
|
clangd understands your C++ code and adds smart features to your editor:
|
||||||
- code completion
|
- code completion
|
||||||
@ -161,7 +161,7 @@ Architecture: any
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang1-18 (= ${binary:Version}),
|
${dep:devlibs-objc}, libclang1-18 (= ${binary:Version}),
|
||||||
libclang-common-18-dev (= ${source:Version})
|
libclang-common-18-dev (= ${binary:Version})
|
||||||
Description: Clang library - Development package
|
Description: Clang library - Development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
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
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
@ -174,8 +174,8 @@ Description: Clang library - Development package
|
|||||||
libclang1-18.
|
libclang1-18.
|
||||||
|
|
||||||
Package: libclang-common-18-dev
|
Package: libclang-common-18-dev
|
||||||
Architecture: all
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: same
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
Recommends: libclang-rt-18-dev
|
Recommends: libclang-rt-18-dev
|
||||||
|
12
debian/control.in
vendored
12
debian/control.in
vendored
@ -47,7 +47,7 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc},
|
${dep:devlibs-objc},
|
||||||
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
||||||
libclang-common-@LLVM_VERSION@-dev (= ${source:Version}),
|
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
|
||||||
@ -96,7 +96,7 @@ Package: clang-tidy-@LLVM_VERSION@
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
|
||||||
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
||||||
libclang-common-@LLVM_VERSION@-dev (= ${source:Version}),
|
libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}),
|
||||||
clang-tools-@LLVM_VERSION@, python3-yaml
|
clang-tools-@LLVM_VERSION@, python3-yaml
|
||||||
Description: clang-based C++ linter tool
|
Description: clang-based C++ linter tool
|
||||||
Provide an extensible framework for diagnosing and fixing typical programming
|
Provide an extensible framework for diagnosing and fixing typical programming
|
||||||
@ -108,7 +108,7 @@ Package: clangd-@LLVM_VERSION@
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
libllvm@LLVM_VERSION@ (= ${binary:Version}),
|
||||||
libclang-common-@LLVM_VERSION@-dev (= ${source:Version}),
|
libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}),
|
||||||
Description: Language server that provides IDE-like features to editors
|
Description: Language server that provides IDE-like features to editors
|
||||||
clangd understands your C++ code and adds smart features to your editor:
|
clangd understands your C++ code and adds smart features to your editor:
|
||||||
- code completion
|
- code completion
|
||||||
@ -161,7 +161,7 @@ Architecture: any
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
|
||||||
${dep:devlibs-objc}, libclang1-@LLVM_VERSION@ (= ${binary:Version}),
|
${dep:devlibs-objc}, libclang1-@LLVM_VERSION@ (= ${binary:Version}),
|
||||||
libclang-common-@LLVM_VERSION@-dev (= ${source:Version})
|
libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})
|
||||||
Description: Clang library - Development package
|
Description: Clang library - Development package
|
||||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
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
|
based on the LLVM compiler. Its goal is to offer a replacement to the
|
||||||
@ -174,8 +174,8 @@ Description: Clang library - Development package
|
|||||||
libclang1-@LLVM_VERSION@.
|
libclang1-@LLVM_VERSION@.
|
||||||
|
|
||||||
Package: libclang-common-@LLVM_VERSION@-dev
|
Package: libclang-common-@LLVM_VERSION@-dev
|
||||||
Architecture: all
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: same
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
Recommends: libclang-rt-@LLVM_VERSION@-dev
|
Recommends: libclang-rt-@LLVM_VERSION@-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user