diff --git a/debian/changelog b/debian/changelog index bcf2616a..14995356 100644 --- a/debian/changelog +++ b/debian/changelog @@ -321,10 +321,16 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) experimental -- Sylvestre Ledru 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 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 Sun, 01 Jan 2023 15:42:15 +0100 diff --git a/debian/control b/debian/control index 5ae2d6d9..0568ab0e 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.in b/debian/control.in index b0aab937..2a35d5f1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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