From 7f41bce4f05f6ab518d94d5c2a1d8f35e7cb2c45 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 5 Mar 2024 19:08:51 +0100 Subject: [PATCH] Disable libllvmlibc-18-dev on armhf (Closes: #1065503) --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3dc08d2..8f9eec53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-18 (1:18.1.0~rc4-2) UNRELEASED; urgency=medium + + * Disable libllvmlibc-18-dev on armhf (Closes: #1065503) + + -- Sylvestre Ledru Tue, 05 Mar 2024 19:08:29 +0100 + llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium [ John Paul Adrian Glaubitz ] diff --git a/debian/control b/debian/control index 7739078a..903663b6 100644 --- a/debian/control +++ b/debian/control @@ -961,7 +961,7 @@ Description: Flang library - Development package Package: libllvmlibc-18-dev Section: libdevel -Architecture: amd64 arm64 armhf +Architecture: amd64 arm64 Description: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . diff --git a/debian/control.in b/debian/control.in index 4941bb0b..f6de7a06 100644 --- a/debian/control.in +++ b/debian/control.in @@ -961,7 +961,7 @@ Description: Flang library - Development package Package: libllvmlibc-@LLVM_VERSION@-dev Section: libdevel -Architecture: amd64 arm64 armhf +Architecture: amd64 arm64 Description: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. .