libalgorithm-diff-perl

Rating: 
0
No votes yet

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).

Application versions: 
AttachmentSizeDate
File libalgorithm-diff-perl_1.19.02-2_all.deb49.33 KB05/08/2013 - 14:06
Changelog: 

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

[ Jonathan Yu ]
* Add myself to Uploaders and Copyright
* Rewrite control description
* Standards-Version 3.8.3 (no changes)
* Install scripts + README via example + docs file
* Update to new short debhelper rules format
* Recommend the forthcoming libalgorithm-diff-xs-perl module
* Add a patch to fix POD

[ gregor herrmann ]
* debian/watch: improved regexp for matching upstream releases.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* Change my email address.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
* Convert to '3.0 (quilt)' source package format. Drop README.source
as not needed anymore and drop quilt framework from
debian/{rules,control}.
* Add myself to Uploaders.
* Refresh debian/copyright to revision 135 of DEP5s format-
specification for machine-readable copyright files.
* Bump Standards-Version to 3.9.1.
* Add fix-spelling-error-in-manpage.patch to fix spelling error in
manpage of Algorithm::Diff.