1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: xmldiff
Section: misc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.38), dh-python, python (>=2.4.6-2), python-dev (>=2.4.6-2)
Standards-Version: 3.8.3
Homepage: http://www.logilab.org/project/xmldiff
Package: xmldiff
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python2.3-xmldiff
Replaces: python2.3-xmldiff
XB-Python-Version: ${python:Versions}
Suggests: xmldiff-xmlrev, python-psyco
Description: tree to tree correction between xml documents
Xmldiff is a utility for extracting differences between two xml
files. It returns a set of primitives to apply on source tree to
obtain the destination tree.
.
The implementation is based on _Change detection in hierarchically
structured - information_, by S. Chawathe, A. Rajaraman,
H. Garcia-Molina and J. Widom, - Stanford University, 1996
Package: xmldiff-xmlrev
Architecture: all
Depends: xmldiff, libxml2-utils, xsltproc, opensp, ${misc:Depends}
Recommends: docbook-xsl
Description: xmldiff output formatter
xmlrev can be used to display the differences between two XML
documents computed by xmldiff as an HTML document.
|