Disable libllvmlibc-18-dev on armhf (Closes: #1065503)

This commit is contained in:
Sylvestre Ledru 2024-03-05 19:08:51 +01:00
parent 9fe6ae31e2
commit 7f41bce4f0
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Tue, 05 Mar 2024 19:08:29 +0100
llvm-toolchain-18 (1:18.1.0~rc4-1) unstable; urgency=medium
[ John Paul Adrian Glaubitz ]

2
debian/control vendored
View File

@ -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.
.

2
debian/control.in vendored
View File

@ -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.
.