libalgorithm-munkres-perl 0.08-4 source package in Ubuntu

Changelog

libalgorithm-munkres-perl (0.08-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Use versioned copyright format URI.
  * Update copyright file header to use current field names (Upstream-
    Maintainer => Upstream-Contact)
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 23:21:31 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalgorithm-munkres-perl_0.08-4.dsc 2.2 KiB 28b1812e1d608f7647423a3e0ff7eb7822756a6b99043ffcbf1d6b182e4a42a7
libalgorithm-munkres-perl_0.08.orig.tar.gz 8.4 KiB 196bcda3984b179cedd847a7c16666b4f9741c07f611a65490d9e7f4b7a55626
libalgorithm-munkres-perl_0.08-4.debian.tar.xz 2.6 KiB dd352362635926cfc4002d0e91810da1ee783b952282b40a378909a7b5099c20

Available diffs

No changes file available.

Binary packages built by this source

libalgorithm-munkres-perl: extension for Munkres' solution to Assignment problem

 The Algorithm::Munkres module extends the solution of Assignment problem
 for square matrices to rectangular matrices by padding zeros. Thus a
 rectangular matrix is converted to square matrix by padding necessary zeros.
 .
 Assignment Problem: Given N jobs, N workers and the time taken by
 each worker to complete a job then how should the assignment of a
 Worker to a Job be done, so as to minimize the time taken.