mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 05:45:58 +00:00
parent
9ef19e939c
commit
51c7366db9
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -6,6 +6,14 @@ llvm-toolchain-16 (1:16.0.6-17) unstable; urgency=medium
|
||||
|
||||
llvm-toolchain-16 (1:16.0.6-16) unstable; urgency=medium
|
||||
|
||||
[ Gianfranco Costamagna ]
|
||||
* 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 and libclang-common-@LLVM_VERSION@-dev (= ${binary:Version})
|
||||
instead of source
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* Bring back old version of spirv - necessary for apt.llvm.org
|
||||
|
||||
[ Alexandre Detiste ]
|
||||
@ -21,7 +29,7 @@ llvm-toolchain-16 (1:16.0.6-16) unstable; urgency=medium
|
||||
* Limit the parallel links to 2 on riscv64.
|
||||
* d/rules: Be less noisy when building without grpc.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 14 Oct 2023 18:37:48 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Oct 2023 09:11:38 +0200
|
||||
|
||||
llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -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
|
||||
@ -168,7 +168,7 @@ Description: Clang library - Development package
|
||||
libclang1-16.
|
||||
|
||||
Package: libclang-common-16-dev
|
||||
Architecture: all
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm16 (>= ${source:Version}),
|
||||
libllvm16 (<< ${source:Version}.1~)
|
||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@ -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
|
||||
@ -168,7 +168,7 @@ Description: Clang library - Development package
|
||||
libclang1-@LLVM_VERSION@.
|
||||
|
||||
Package: libclang-common-@LLVM_VERSION@-dev
|
||||
Architecture: all
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version}),
|
||||
libllvm@LLVM_VERSION@ (<< ${source:Version}.1~)
|
||||
|
Loading…
Reference in New Issue
Block a user