File: control

package info (click to toggle)
libxml-semanticdiff-perl 1.0007-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 340 kB
  • sloc: perl: 703; xml: 532; sh: 4; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,072 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
Source: libxml-semanticdiff-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libmodule-build-perl,
 libtest-pod-coverage-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libxml-parser-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-semanticdiff-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-semanticdiff-perl
Homepage: https://metacpan.org/release/XML-SemanticDiff
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libxml-semanticdiff-perl
Architecture: all
Depends:
 libxml-parser-perl,
 ${misc:Depends},
 ${perl: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.