From 7c8593cba6f3476499a583545b25569ebe701e7c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 2 Feb 2022 21:27:47 +0100 Subject: [PATCH] snapshot is now 15, create the 14 branch --- debian/changelog | 5 +---- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b6bd561..9d913519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,6 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp2) unstable; ur * Install new llvm-remark-size-diff in llvm-X.Y * Install clang-pseudo in clang-tools-X.Y - - -- - llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) UNRELEASED; urgency=medium * snapshot is now 15. 14 is in it own branch now @@ -13,7 +10,7 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) UNRELEASED; -- Sylvestre Ledru Wed, 02 Feb 2022 21:38:42 +0100 -llvm-toolchain-snapshot (1:14~++20220123085548+413684313d9d-1~exp2) experimental; urgency=medium +llvm-toolchain-14 (1:14~++20220123085548+413684313d9d-1~exp2) experimental; urgency=medium * Hide some symbols for omp/arm* and other archs diff --git a/debian/control b/debian/control index 33ab31f2..6cf5a28c 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: llvm-toolchain-snapshot +Source: llvm-toolchain-14 Section: devel Priority: optional Rules-Requires-Root: no @@ -28,8 +28,8 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, Build-Conflicts: oprofile Standards-Version: 4.2.1 Homepage: https://www.llvm.org/ -Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot -Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 14 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/14 # ------------- clang -------------