dh-fortran-mod 0.39 source package in Ubuntu

Changelog

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

  * Commit didn't get included.. Redo Closes: #1062809

 -- Alastair McKinstry <email address hidden>  Mon, 05 Feb 2024 07:31:22 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-fortran-mod_0.39.dsc 1.7 KiB ee83a2eb5558b1f37bee9374d4edeb9e7e65a68c3072fc703d9618e5ba68b05d
dh-fortran-mod_0.39.tar.xz 41.4 KiB ab1056371ad505a1af41ef45e8188db87bc1e8d56f6c78206222f9936d1bd708

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