From c4ba7351e324bb96f42c088d656570bfa280e2a2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 Jul 2021 23:30:24 +0200 Subject: [PATCH] fix changelog --- debian/changelog | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9566a85a..b573d7ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,27 +1,15 @@ -llvm-toolchain-11 (1:11.1.0-3~exp1) experimental; urgency=medium - - * Also build lld on s390x - * Fix the path to analyze-{cc,c++} for scan-build-py with - --intercept-first (scan-build-py-fix-analyze-path.diff) - * Backport bug #47591 to fix a miscompilation in bpftrace - (Closes: #990220) - - -- Sylvestre Ledru Wed, 28 Apr 2021 22:30:40 +0200 - -llvm-toolchain-11 (1:11.1.0-2) unstable; urgency=medium - - * Disable lto. Hopefully workaround the issue - https://bugs.llvm.org/show_bug.cgi?id=50031 - - -- Sylvestre Ledru Thu, 22 Apr 2021 22:08:49 +0200 - -llvm-toolchain-11 (1:11.1.0-1) unstable; urgency=medium +llvm-toolchain-11 (1:11.1.0-1~exp1) experimental; urgency=medium * New upstream release Should be mostly minor fixes Was driven by https://bugs.llvm.org/show_bug.cgi?id=46526 but as we are not impacted, I reverted the change in debian/patches/revert-abi-change-clang.diff + * Also build lld on s390x + * Fix the path to analyze-{cc,c++} for scan-build-py with + --intercept-first (scan-build-py-fix-analyze-path.diff) + * Backport bug #47591 to fix a miscompilation in bpftrace + (Closes: #990220) * Only enable libomp-11-doc on supported archs -- Sylvestre Ledru Mon, 01 Mar 2021 10:50:19 +0100