From dad9d0d187b82bb12c2a33c857c62af7ff88e4e7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 27 Feb 2024 13:39:07 +0100 Subject: [PATCH] fix the syntax --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ac49168e..7739078a 100644 --- a/debian/control +++ b/debian/control @@ -961,7 +961,7 @@ Description: Flang library - Development package Package: libllvmlibc-18-dev Section: libdevel -Architecture: any +Architecture: amd64 arm64 armhf 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 ec2d453a..4941bb0b 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 armhf Description: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. .