xmldiff 2.4-3 source package in Ubuntu

Changelog

xmldiff (2.4-3) unstable; urgency=medium

  * New maintainer. (Closes: #852629)
  * debian/control:
      - Bumped debhelper to 13.
      - Bumped Standards-Version to 4.6.2.
  * debian/copyright: updated packaging copyright years.
  * debian/lintian-overrides: created to override a wrong sample file.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Guilherme de Paula Xavier Segundo <email address hidden>  Tue, 10 Oct 2023 08:03:43 -0300

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
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmldiff_2.4-3.dsc 1.9 KiB 23e66fa68585ed4506a72e80a78d5376de187e212d3069808e6216f152e7e5b9
xmldiff_2.4.orig.tar.gz 91.2 KiB 3391b2fec2583352e522eda39b8e1a999e364fa6f6e25f3baf52e3e3aa5e9015
xmldiff_2.4-3.debian.tar.xz 8.3 KiB b09005c3a7e0e53754c54903e3613d90731ba878eb35aee325fc1041e288f95e

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.