From a5a28bb9d561f6ec2022d3f30dc5ed5f4d43b673 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 3 Jan 2023 00:37:46 +0100 Subject: [PATCH] update flang desc --- debian/control | 24 ++++++++++++++++++++---- debian/control.in | 24 ++++++++++++++++++++---- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index 02a161ad..350f983c 100644 --- a/debian/control +++ b/debian/control @@ -932,10 +932,14 @@ Description: Post-link optimizer Package: flang-15 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, +Depends: ${sh libs:Depends}, ${misc:Depends}, ${dep:devlibs}, Provides: fortran-compiler, gfortran-mod-15 Description: Fortran compiler - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. Package: libflang1-15 Section: libs @@ -943,7 +947,13 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Flang library - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. + . + This package contains the flang cmake. Package: libflang-15-dev @@ -951,4 +961,10 @@ Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, Description: Flang library - Development package - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. + . + This package contains the flang libraries and headers. diff --git a/debian/control.in b/debian/control.in index 2380479f..88472965 100644 --- a/debian/control.in +++ b/debian/control.in @@ -932,10 +932,14 @@ Description: Post-link optimizer Package: flang-@LLVM_VERSION@ Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, +Depends: ${sh libs:Depends}, ${misc:Depends}, ${dep:devlibs}, Provides: fortran-compiler, gfortran-mod-15 Description: Fortran compiler - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. Package: libflang1-@LLVM_VERSION@ Section: libs @@ -943,7 +947,13 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Flang library - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. + . + This package contains the flang cmake. Package: libflang-@LLVM_VERSION@-dev @@ -951,4 +961,10 @@ Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, Description: Flang library - Development package - TODO + Ground-up implementation of a Fortran front end written in + modern C++. + . + While it is capable of generating executables for a number + of examples, some functionalities are still missing. + . + This package contains the flang libraries and headers.