diff --git a/debian/changelog b/debian/changelog index da7539f5..93e7440e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp2) UNRELEASED; urgency=medium +llvm-toolchain-19 (1:19~++20240723103123+d0c8e268c1ed-1~exp1) UNRELEASED; urgency=medium [ John Paul Adrian Glaubitz ] * Disable LLVM testsuite on x32 @@ -19,7 +19,10 @@ llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp2) UNRELEASED; ELF_PACKAGE_METADATA. Setting NO_PKG_METADATA=1 disables the generation of the package metadata. - -- Sylvestre Ledru Wed, 26 Jun 2024 21:18:27 +0200 + [ Sylvestre Ledru ] + * experimental New snapshot release + + -- Sylvestre Ledru Tue, 23 Jul 2024 22:31:34 +0200 llvm-toolchain-snapshot (1:19~++20240529093513+2cfea14a57ad-1~exp1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 953d8b3a..2ed8e5a3 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: llvm-toolchain-snapshot +Source: llvm-toolchain-19 Section: devel Priority: optional Rules-Requires-Root: no @@ -38,8 +38,8 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, Build-Conflicts: oprofile Standards-Version: 4.6.2 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 19 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/19 # ------------- clang -------------