dh-fortran-mod 0.28 source package in Ubuntu

Changelog

dh-fortran-mod (0.28) unstable; urgency=medium

  * Standards-Version: 4.6.2
  * Add support for gfortran-12

 -- Alastair McKinstry <email address hidden>  Fri, 16 Jun 2023 14:33:57 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-fortran-mod_0.28.dsc 1.7 KiB 986a9a4deb19216c922d13c7e4a4371d8f5c82ad4dcc36314a4f95f6ac09a06c
dh-fortran-mod_0.28.tar.xz 9.3 KiB 0e6e2ba5fa1f61fc00a2568c7ea3720b106c97e6947afc31b04d5d48a10dfb87

Available diffs

No changes file available.

Binary packages built by this source

dh-fortran-mod: debhelper add-on to handle Fortran '.mod' files

 Modules were introduced in the 1990 revision of the Fortran standard. When the
 Fortran compiler processes a source file containing a module, it produces both
 an object file and a '.mod' file. The latter plays a role similar to header
 files in C, since it is needed when compiling other source files which make
 use of the module.
 .
 The '.mod' files are however platform dependent, and their format changes with
 the gfortran version.
 .
 This package provides the dh_fortran_mod command, which simplifies the
 inclusion of '.mod' files in binary packages. First, it places the '.mod'
 files in the correct platform- and gfortran-dependent location. Second, it
 adds the right dependency information on gfortran version(s).
 .
 Inclusion of dh_fortran_mod in dh sequence is also provided under the name
 'fortran_mod'.