libalgorithm-merge-perl 0.08-2 source package in Ubuntu
Changelog
libalgorithm-merge-perl (0.08-2) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ 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). * Add myself to Uploaders. * Convert to '3.0 (quilt)' source package format. * Drop quilt framework from debian/{rules,control}. Lower Build- Depends on debhelper to (>= 7). * Refresh debian/copyright to revision 135 of DEP5s format- specification for machine-readable copyright file. Update debian/* packaging stanza. * Bump Standards-Version to 3.9.1. -- Ubuntu Archive Auto-Sync <email address hidden> Fri, 15 Oct 2010 09:36:39 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Natty
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl | |
Precise | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libalgorithm-merge-perl_0.08.orig.tar.gz | 9.7 KiB | 9c0688258a1dc4b83988053b9f9a98e7728cdb9b69a5008dcbd251d0f80816cf |
libalgorithm-merge-perl_0.08-2.debian.tar.gz | 2.1 KiB | 1988bb94925f677980631a98923e127a6c269d815c9e129f08f65be8f6bdb5c9 |
libalgorithm-merge-perl_0.08-2.dsc | 1.4 KiB | 1bdc9d40a9a27d05ed786dd42a45d620e5f5dd21725039ca5b9d450885d3489f |
Available diffs
- diff from 0.08-1 to 0.08-2 (1.6 KiB)
Binary packages built by this source
- libalgorithm-merge-perl: 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.