xmldiff 2.3-2 source package in Ubuntu

Changelog

xmldiff (2.3-2) unstable; urgency=medium

  * QA upload.
  * debian/control
    - add Vcs-* fields

 -- Sandro Tosi <email address hidden>  Mon, 02 Sep 2019 20:19:23 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmldiff_2.3-2.dsc 1.9 KiB 4b6a69e5d491891d5ed6b956780df5044c758482211058abdedd5e89ba2a3f46
xmldiff_2.3.orig.tar.gz 90.4 KiB f1b07ff8b08da263334724794e0d0956644f4fc85c77fdb2f3ae1476f9f54e47
xmldiff_2.3-2.debian.tar.xz 4.3 KiB cc2b95ba31b335a7482a169848cd144abd725036f2ced0e1fb550d53eeac3a6d

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.