mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 11:50:10 +00:00
Merge remote-tracking branch 'origin/14' into 15
This commit is contained in:
commit
f5404ca22c
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -321,10 +321,16 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) experimental
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 13 Feb 2022 23:25:57 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 13 Feb 2022 23:25:57 +0100
|
||||||
|
|
||||||
|
llvm-toolchain-14 (1:14.0.6-11) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Update SV to 4.6.2
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 02 Jan 2023 13:54:51 +0100
|
||||||
|
|
||||||
llvm-toolchain-14 (1:14.0.6-10) unstable; urgency=medium
|
llvm-toolchain-14 (1:14.0.6-10) unstable; urgency=medium
|
||||||
|
|
||||||
* Upload to unstable
|
* Upload to unstable
|
||||||
* Add misisng epoch (Closes: #1027699)
|
* Add missing epoch (Closes: #1027699)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Jan 2023 15:42:15 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 01 Jan 2023 15:42:15 +0100
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
|
protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
|
||||||
# "| hello" is for older buster/bionic distros without spirv support
|
# "| hello" is for older buster/bionic distros without spirv support
|
||||||
Build-Conflicts: oprofile
|
Build-Conflicts: oprofile
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://www.llvm.org/
|
Homepage: https://www.llvm.org/
|
||||||
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 15
|
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 15
|
||||||
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/15
|
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/15
|
||||||
@ -169,7 +169,7 @@ Package: libclang-common-15-dev
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm15 (>= ${source:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm15 (>= ${source:Version})
|
||||||
Recommends: libclang-rt-15-dev (>= 14.0.6-10~exp4)
|
Recommends: libclang-rt-15-dev (>= 1:15.0.6-5)
|
||||||
Description: Clang library - Common development package
|
Description: Clang library - Common 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
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@ -33,7 +33,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
|||||||
protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
|
protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
|
||||||
# "| hello" is for older buster/bionic distros without spirv support
|
# "| hello" is for older buster/bionic distros without spirv support
|
||||||
Build-Conflicts: oprofile
|
Build-Conflicts: oprofile
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.6.2
|
||||||
Homepage: https://www.llvm.org/
|
Homepage: https://www.llvm.org/
|
||||||
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b @BRANCH_NAME@
|
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b @BRANCH_NAME@
|
||||||
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_NAME@
|
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/@BRANCH_NAME@
|
||||||
@ -169,7 +169,7 @@ Package: libclang-common-@LLVM_VERSION@-dev
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm@LLVM_VERSION@ (>= ${source:Version})
|
||||||
Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 14.0.6-10~exp4)
|
Recommends: libclang-rt-@LLVM_VERSION@-dev (>= 1:15.0.6-5)
|
||||||
Description: Clang library - Common development package
|
Description: Clang library - Common 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
|
||||||
|
Loading…
Reference in New Issue
Block a user