Merge remote-tracking branch 'origin/14' into 15

This commit is contained in:
Sylvestre Ledru 2023-01-02 13:57:54 +01:00
commit f5404ca22c
3 changed files with 11 additions and 5 deletions

8
debian/changelog vendored
View File

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

4
debian/control vendored
View File

@ -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]
# "| hello" is for older buster/bionic distros without spirv support
Build-Conflicts: oprofile
Standards-Version: 4.2.1
Standards-Version: 4.6.2
Homepage: https://www.llvm.org/
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
@ -169,7 +169,7 @@ Package: libclang-common-15-dev
Architecture: all
Section: libdevel
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
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

4
debian/control.in vendored
View File

@ -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]
# "| hello" is for older buster/bionic distros without spirv support
Build-Conflicts: oprofile
Standards-Version: 4.2.1
Standards-Version: 4.6.2
Homepage: https://www.llvm.org/
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@
@ -169,7 +169,7 @@ Package: libclang-common-@LLVM_VERSION@-dev
Architecture: all
Section: libdevel
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
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