File: control

package info (click to toggle)
libxml-semanticdiff-perl 1.0004-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 40
  • sloc: perl: 584; xml: 532; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 1,000 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
Source: libxml-semanticdiff-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 debhelper,
 dh-buildinfo,
 libxml-parser-perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-semanticdiff-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-semanticdiff-perl.git
Homepage: http://search.cpan.org/dist/XML-SemanticDiff/

Package: libxml-semanticdiff-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: Perl extension for comparing XML documents
 This Perl module, XML::SemanticDiff, provides a library to semantically
 compare two XML files for equivalence. This is done while ignoring
 whitespace variations in the text as well as several permutations in
 the order of the tags.