libfortran-format-perl 0.90-3 source package in Ubuntu

Changelog

libfortran-format-perl (0.90-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set Testsuite header for perl package.

  [ Étienne Mollier ]
  * d/t/p/smoke-files: declare *.txt and t/; unlocks working autopkgtest
  * Update standards version to 4.6.0, no changes needed.
  * Set Rules-Requires-Root: no.
  * Apply multi-arch hints.
    + libfortran-format-perl: Add Multi-Arch: foreign.
  * add typo.patch: fix typo caught by lintian

 -- Étienne Mollier <email address hidden>  Thu, 21 Apr 2022 21:35:55 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfortran-format-perl_0.90-3.dsc 2.3 KiB 2fe2cf2e6ed11e1d2914e6cb3a743be9a2e0a6810ae37aaa219b8c7572d3e925
libfortran-format-perl_0.90.orig.tar.gz 17.9 KiB f5ad4047024c665b73ebc0a53dcbdeb70163d3572d9157a7e578f8b864aa2bbe
libfortran-format-perl_0.90-3.debian.tar.xz 2.6 KiB c33e2c87425aa76091423d0701869237630f35b0fb1bbafc328a2b351bf42a94

Available diffs

No changes file available.

Binary packages built by this source

libfortran-format-perl: Package to parse Fortran formats string descriptors in Perl

 This is a Perl implementation of the Fortran 77 formatted input/output
 facility. One possible use is for producing input files for old Fortran
 programs, making sure that their column-oriented records are rigorously
 correct. Fortran formats may also have some advantages over printf in some
 cases: it is very easy to output an array, reusing the format as needed; and
 the syntax for repeated columns is more concise. Unlike printf, for good or
 ill, Fortran-formatted fields never exceed their desired width.
 .
 This implementation was written in pure Perl, with portability and
 correctness in mind. It implements the full ANSI standard for Fortran 77
 Formats (or at least it should). It was not written with speed in mind, so if
 you need to process millions of records it may not be what you need.