pdl 1:2.081-2 source package in Ubuntu

Changelog

pdl (1:2.081-2) unstable; urgency=medium

  * Team upload.

  [ Bas Couwenberg ]
  * Add Rules-Requires-Root to control file.
  * Add a debhelper sequence to run dh_pdl.
  * Bump Standards-Version to 4.6.2, no changes.
  * Add Breaks/Replaces on libpdl-stats-perl to fix upgrade.
    (closes: #1034942)

  [ Debian Janitor ]
  * Update lintian override info to new format:
    + debian/source/lintian-overrides: line 2
    + debian/pdl.lintian-overrides: line 6, 10, 22, 28
  * Use secure URI in Homepage field.

 -- Bas Couwenberg <email address hidden>  Thu, 27 Apr 2023 15:54:44 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdl_2.081-2.dsc 2.4 KiB 46538764ec9294c85697ff482b1682d22265e84b6bca842a988c52412abe6d75
pdl_2.081.orig.tar.gz 2.9 MiB 8352332d0174eab0c13bf0ddd132e26d6a82f1f8b8c630ad37fe5f622ad3a469
pdl_2.081-2.debian.tar.xz 29.7 KiB 47c85d5d06533b1ec090d9bd80f42c893565d7b3d20e2dc9d64b3b1b6bcb4ece

Available diffs

No changes file available.

Binary packages built by this source

pdl: perl data language: Perl extensions for numerics

 PDL gives standard perl the ability to COMPACTLY
 store and SPEEDILY manipulate the large N-dimensional data arrays
 which are the bread and butter of scientific computing. The idea
 is to turn perl in to a free, array-oriented, numerical language
 in the same sense as commercial packages like IDL and MatLab. One
 can write simple perl expressions to manipulate entire numerical arrays
 all at once. For example, using PDL the perl variable $a can hold a
 1024x1024 floating point image, it only takes 4Mb of memory to store
 it and expressions like $a=sqrt($a)+2 would manipulate the whole image
 in a few seconds.
 .
 A simple interactive shell (perldl) is provided for command line use
 together with a module (PDL) for use in perl scripts.

pdl-dbgsym: debug symbols for pdl