fix the syntax

This commit is contained in:
Sylvestre Ledru 2024-02-27 13:39:07 +01:00
parent a80bdfc563
commit dad9d0d187
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -961,7 +961,7 @@ Description: Flang library - Development package
Package: libllvmlibc-18-dev Package: libllvmlibc-18-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: amd64 arm64 armhf
Description: LLVM C Library - dev package Description: LLVM C Library - dev package
Implementation of the C standard library targeting C17 and above. 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 Package: libllvmlibc-@LLVM_VERSION@-dev
Section: libdevel Section: libdevel
Architecture: amd64, arm64, armhf Architecture: amd64 arm64 armhf
Description: LLVM C Library - dev package Description: LLVM C Library - dev package
Implementation of the C standard library targeting C17 and above. Implementation of the C standard library targeting C17 and above.
. .