File: control

package info (click to toggle)
libalgorithm-merge-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 156 kB
  • ctags: 34
  • sloc: perl: 343; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libalgorithm-merge-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libalgorithm-diff-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.1
Homepage: https://metacpan.org/release/Algorithm-Merge
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalgorithm-merge-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalgorithm-merge-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libalgorithm-merge-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-diff-perl
Description: Perl module for three-way merge of textual data
 Algorithm::Merge provides three-way merge and diff functions, complementing
 the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given
 three sets of items, known as the original, left and right, this module can
 take a three-way difference or merge them. Taking a difference provides an
 array reference that is very similar to the behaviour of Algorithm::Diff. One
 can also implement custom conflict resolution using the CONFLICT callback.