Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libalgorithm-diff-perl / libalgorithm-diff-perl-1.19.02 / debian / control
1 Source: libalgorithm-diff-perl
2 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
3 Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>
4 Priority: optional
5 Section: perl
6 Build-Depends: debhelper (>= 5)
7 Build-Depends-Indep: perl (>= 5.6.0-16)
8 Standards-Version: 3.7.3
9 Homepage: http://search.cpan.org/dist/Algorithm-Diff/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-diff-perl/
11 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/
12
13 Package: libalgorithm-diff-perl
14 Architecture: all
15 Depends: ${perl:Depends}
16 Description: a perl library for finding Longest Common Sequences in text
17  This module provides routines that allow one to analyze text in perl
18  arrays to produce a Longest Common Sequence, which can in turn be
19  used to produce the same information as the common Unix tool 'diff'