From 8dfcd740c5d36dec010405c08410484352a6743b Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Wed, 6 Sep 2023 21:16:32 +0100 Subject: [PATCH] Explicitly depend on libcurl4-openssl-dev, since nss is being removed. (Closes: #1043551) --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7ddc64a1..1817311f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,22 @@ llvm-toolchain-16 (1:16.0.6-12) unstable; urgency=medium +<<<<<<< [ John Paul Adrian Glaubitz ] * Disable wasm support on powerpc and powerpcspe * Remove powerpc from BINUTILS_GOLD_ARCHS again [ Sylvestre Ledru ] * Disable python3-lldb on mips64el to unbreak the build +======= + [ John Paul Adrian Glaubitz ] + * Disable wasm support on powerpc and powerpcspe + * Remove powerpc from BINUTILS_GOLD_ARCHS again + + [ Sylvestre Ledru ] + * Disable python3-lldb on mips64el to unnreak the build + * Explicitly depend on libcurl4-openssl-dev. Thanks to + Samuel Henrique for the patches +>>>>>>> -- Sylvestre Ledru Sun, 03 Sep 2023 14:06:19 +0200