libtext-levenshtein-damerau-perl 0.41-2 source package in Ubuntu

Changelog

libtext-levenshtein-damerau-perl (0.41-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

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

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 20:08:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-levenshtein-damerau-perl_0.41-2.dsc 2.2 KiB 129af76f9b1a279c555c34af6448f737e2928d4d1ea8778dc373f98495cedee6
libtext-levenshtein-damerau-perl_0.41.orig.tar.gz 14.6 KiB 3e7d14fa97f31f4862eaf24fa5fa24892aaeb7b363e15222dcdcc82a7caf5e50
libtext-levenshtein-damerau-perl_0.41-2.debian.tar.xz 1.8 KiB ca61b72ff3de2731acc33f01e867a58348fd744146245e244492976209b13659

Available diffs

No changes file available.

Binary packages built by this source

libtext-levenshtein-damerau-perl: Edit distance calculator with Damerau Levenshtein algorithm

 Text::Levenshtein::Damerau module returns the true Damerau Levenshtein
 edit distance of strings with adjacent transpositions. Useful for
 fuzzy matching, DNA variation metrics, and fraud detection.
 .
 Defaults to using Pure Perl Text::Levenshtein::Damerau::PP. This
 module can use Text::Levenshtein::Damerau::XS for massive speed
 improvements. Works correctly with utf8 if backend supports it.