libmath-combinatorics-perl 0.09-6 source package in Ubuntu

Changelog

libmath-combinatorics-perl (0.09-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Apply multi-arch hints. + libmath-combinatorics-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 19:21:16 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-combinatorics-perl_0.09-6.dsc 2.1 KiB c447a256667c82c30350cb143baef91a9f5cf4d1614d0d19fb55926ebba43512
libmath-combinatorics-perl_0.09.orig.tar.gz 10.2 KiB 6ef15a1003fe4d7f49d54380b5d7995f5950d799e46aad285d758a12e36da647
libmath-combinatorics-perl_0.09-6.debian.tar.xz 3.4 KiB 238071bdf4faa12614283cac67106a2790ec8f4a2f34866107bb9450dfaf7afc

Available diffs

No changes file available.

Binary packages built by this source

libmath-combinatorics-perl: module for performing combinations and permutations on lists

 Combinatorics is the branch of mathematics studying the enumeration,
 combination, and permutation of sets of elements and the mathematical
 relations that characterize their properties. As a jumping off point,
 refer to:
 .
 http://mathworld.wolfram.com/Combinatorics.html
 .
 Math::Combinatorics provides a pure-perl implementation of nCk, nPk, and n!
 (combination, permutation, and factorial, respectively).