libalgorithm-diff-xs-perl 0.04-2 source package in Ubuntu

Changelog

libalgorithm-diff-xs-perl (0.04-2) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * Use source format 3.0 (quilt).
  * Apply (modified) patch from Steve McIntyre for cross-building support.
    (Closes: #633950)
  * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to
    "Debian systems" instead of "Debian GNU/Linux systems".
  * Bump Standards-Version to 3.9.2.

  [ gregor herrmann ]
  * Add /me to Uploaders.
  * Bump debhelper compatibility level to 8.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:07 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libalgorithm-diff-xs-perl_0.04.orig.tar.gz 46.6 KiB cea89b47e1f70fa78f55f3c405491ce36d3effd9980f5c5491edffa31aa77153
libalgorithm-diff-xs-perl_0.04-2.debian.tar.gz 2.4 KiB a0d8251f37848d18914beddc4daf4e58caf49199b6dab2392f7eb6ff80751ae8
libalgorithm-diff-xs-perl_0.04-2.dsc 2.0 KiB b41577edf53d963b814a510edeea9b14d65b8b5f25a51baab892fa599331e4f3

Available diffs

View changes file

Binary packages built by this source

libalgorithm-diff-xs-perl: module to find differences between files (XS accelerated)

 Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
 excellent but not very well-known Algorithm::LCS module, with a drop-in
 interface identical to Algorithm::Diff.
 .
 Note that only the LCSidx function is optimized in XS at the moment, which
 means only compact_diff will get significantly faster for large data sets,
 while diff and sdiff will run in identical speed as Algorithm::Diff.