libalgorithm-diff-perl 1.201-1 source package in Ubuntu

Changelog

libalgorithm-diff-perl (1.201-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.

  [ gregor herrmann ]
  * Import upstream version 1.201.
  * Update handling of example scripts
    (changed paths in upstream tarball).
  * Drop patches, applied upstream.
  * Declare compliance with Debian Policy 4.5.1.

 -- gregor herrmann <email address hidden>  Thu, 17 Dec 2020 20:25:30 +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
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl
Jammy release main perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalgorithm-diff-perl_1.201-1.dsc 2.4 KiB 19f771d32e0f17b16d508f2ff4a086486764a12856bfdbe90a012f7084dfaf90
libalgorithm-diff-perl_1.201.orig.tar.gz 29.3 KiB 0022da5982645d9ef0207f3eb9ef63e70e9713ed2340ed7b3850779b0d842a7d
libalgorithm-diff-perl_1.201-1.debian.tar.xz 4.4 KiB 7bcbaaeb53ea2845cd0d8f43ad1acaa893e38d2836a8e6866fa66b0d677bcec0

Available diffs

No changes file available.

Binary packages built by this source

libalgorithm-diff-perl: module to find differences between files

 Algorithm::Diff is a Perl module that allows users to analyze text based on a
 Longest Common Subsequence (LCS) algorithm. It can compare two files and find
 the differences between them, which can produce the same information as the
 common Unix tool 'diff'.
 .
 There is an XS-optimized implementation of the core loop, which accelerates
 some types of diff output (see libalgorithm-diff-xs-perl).