xmldiff 2.6.3-0.1 source package in Ubuntu

Changelog

xmldiff (2.6.3-0.1) unstable; urgency=medium

  * Non-maintainer Upload
  * New upstream version 2.6.3
  * Add gbp.conf
  * Remove old dependency on python3-six

 -- Alexandre Detiste <email address hidden>  Sat, 04 May 2024 15:54:28 +0200

Upload details

Uploaded by:
Guilherme de Paula Xavier Segundo
Uploaded to:
Sid
Original maintainer:
Guilherme de Paula Xavier Segundo
Architectures:
all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmldiff_2.6.3-0.1.dsc 2.0 KiB c4928ead32dc839458b641d70b902507887f32ca85db6ed23ea5a985d93648fa
xmldiff_2.6.3.orig.tar.gz 80.0 KiB 647b410a3e0591a8bd9a8ad19c4c6c59ac55b692a2eb6a8156d33eb756693670
xmldiff_2.6.3-0.1.debian.tar.xz 8.6 KiB efd2299d501bfea294fbb2e96b81399aa893077bcb7b8d39401cb0be19072ef4

Available diffs

No changes file available.

Binary packages built by this source

xmldiff: library and command line utility for diffing xml files

 xmldiff is a library and a command-line utility for making diffs
 out of XML. This may seem like something that doesn't need a
 dedicated utility, but change detection in hierarchical data is
 very different from change detection in flat data. XML type formats
 are also not only used for computer readable data, it is also often
 used as a format for hierarchical data that can be rendered into human
 readable formats. A traditional diff on such a format would tell you
 line by line the differences, but that would not be readable by a human.
 xmldiff provides tools to make human readable diffs in those situations.
 .
 This package provides two possible commands: xmldiff and xmlpatch.
 .
 The diff algorithm is based on _Change detection in hierarchically
 structured - information_, by S. Chawathe, A. Rajaraman,
 H. Garcia-Molina and J. Widom, - Stanford University, 1996.