libalgorithm-merge-perl 0.08-4 source package in Ubuntu

Changelog

libalgorithm-merge-perl (0.08-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 23:20:21 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalgorithm-merge-perl_0.08-4.dsc 2.1 KiB 76e227baa0dd02991253600f735cdb2a8c57b0026e6811641d3e684290460b3c
libalgorithm-merge-perl_0.08.orig.tar.gz 9.7 KiB 9c0688258a1dc4b83988053b9f9a98e7728cdb9b69a5008dcbd251d0f80816cf
libalgorithm-merge-perl_0.08-4.debian.tar.xz 2.6 KiB 01e9877510c2eb27000e26942c269664ce184d1112bf0d8ba6d8a29b23bf5dd8

Available diffs

No changes file available.

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.