libsort-versions-perl 1.62-ok1 source package in openKylin

Changelog

libsort-versions-perl (1.62-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsort-versions-perl_1.62.orig.tar.gz 12.0 KiB bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
libsort-versions-perl_1.62-ok1.debian.tar.xz 1.7 KiB a22b13c21bf0674ab0bd276c544d9d3f4b72c930eb1bc89cff65c88db27473e6
libsort-versions-perl_1.62-ok1.dsc 1.9 KiB 7d0872982548747ac238d5f8182d3eff0035970b223dd62d3ed789340e94957f

View changes file

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