File: control

package info (click to toggle)
xmldiff 0.6.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 516 kB
  • ctags: 304
  • sloc: python: 2,000; ansic: 256; xml: 202; sh: 108; makefile: 69
file content (37 lines) | stat: -rw-r--r-- 1,328 bytes parent folder | download
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
34
35
36
37
Source: xmldiff
Section: misc
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central
Standards-Version: 3.7.2
XS-Python-Version: current

Package: xmldiff
Architecture: any
Depends: ${python:Depends}, ${shlibs: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
 .
 Homepage: http://www.logilab.org/projects/xmldiff
 .        
 This package is an empty dummy package that always depends on
 a package built for Debian's default Python version.

Package: xmldiff-xmlrev
Architecture: all
Depends:  xmldiff, libxml2-utils, xsltproc, sp
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.