libsort-versions-perl 1.62-2 source package in Ubuntu

Changelog

libsort-versions-perl (1.62-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * 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.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:35:54 +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
libsort-versions-perl_1.62-2.dsc 2.1 KiB 7ab64f56fdc00cd108e92fca3389f8ee08a0403882a43e42be0cebdee3b52e30
libsort-versions-perl_1.62.orig.tar.gz 12.0 KiB bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
libsort-versions-perl_1.62-2.debian.tar.xz 3.4 KiB dab325382dca6e3ceef5662765d6beeeccea273cf19531f617c75d6af1e16e21

Available diffs

No changes file available.

Binary packages built by this source

libsort-versions-perl: Perl module for sorting of revision (and similar) numbers

 The Sort::Versions module allows easy sorting (via comparisons) of mixed text
 and numeric strings, similar to the complex "version numbers" that many
 revision control packages and shared library systems use. For an explanation
 of the algorithm, it's easiest to look at these examples:
 .
  1.1 < 1.2
  1.1a < 1.2
  1.1 < 1.1.1
  1.1 < 1.1a
  1.1.a < 1.1a
  1 < a
  a < b
  1 < 2
 .
  (special handling for leading zeros)
  0002 < 1
  1.06 < 1.5
 .
  (a hyphen binds looser than a period)
  1-1 < 1-2
  1-2 < 1.2