xmldiff 2.3-3 source package in Ubuntu

Changelog

xmldiff (2.3-3) unstable; urgency=medium

  * QA upload.
  * Run wrap-and-sort.
  * debian/changelog: fixed spelling errors.
  * debian/control:
      - Added ${sphinxdoc:Depends} in field Depends.
      - Added 'Rules-Requires-Root: no' in source stanza.
      - Bumped Standards-Version to 4.4.1.
      - Removed ${shlibs:Depends} in field Depends.
      - Reorganized, improved the short and long description and fixed
        a spelling error.
  * debian/copyright:
      - Added Apache2 license default text.
      - Added new upstream rights.
      - Added the block debian/*.
      - Added the block debian/manpage/create-man.sh.
  * debian/docs: created to install the upstream
      docs/source/contributing.rst file.
  * debian/doc-base: added to register the HTML file.
  * debian/manpage/*: created manpages to xmldiff and xmlpatch.
  * debian/manpages: created to install the manpages.
  * debian/rules:
      - Added the override_dh_auto_clean target to remove folders forgotten
        by upstream after building.
      - Removed all not needed lines with comments.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/*: added to perform tests.

 -- Thiago Andrade Marques <email address hidden>  Wed, 30 Oct 2019 16:37:06 -0300

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-3.dsc 1.9 KiB 3a1cb8506782dac4dc750500b97e7655334f55baebc6dbfb6b06098a19e64abb
xmldiff_2.3.orig.tar.gz 90.4 KiB f1b07ff8b08da263334724794e0d0956644f4fc85c77fdb2f3ae1476f9f54e47
xmldiff_2.3-3.debian.tar.xz 7.7 KiB 06b52afdc5cc443bcbd11252c5cb13c59eb2198937826f16391246e3e0fe9e57

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.