Codebase list xmlunit / 9af5213 debian / control
9af5213

Tree @9af5213 (Download .tar.gz)

control @9af5213raw · history · blame

Source: xmlunit
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Claude <ludovic.claude@laposte.net>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 ant-optional,
 dblatex,
 debhelper (>= 11),
 default-jdk,
 docbook-xsl,
 junit,
 libjaxp1.3-java,
 libxalan2-java (>= 2.7.1-3),
 maven-ant-helper,
 maven-repo-helper
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/xmlunit.git
Vcs-Browser: https://salsa.debian.org/java-team/xmlunit
Homepage: http://www.xmlunit.org

Package: libxmlunit-java
Architecture: all
Depends: ${misc:Depends}, junit, libjaxp1.3-java
Description: Unit testing for XML documents
 XMLUnit extends JUnit and NUnit to enable unit testing of XML.
 It compares a control XML document to a test document or the result of a
 transformation, validates documents, and compares the results of XPath
 expressions.

Package: libxmlunit-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, default-jdk-doc
Description: Documentation for XMLUnit
 XMLUnit extends JUnit and NUnit to enable unit testing of XML.
 It compares a control XML document to a test document or the result of a
 transformation, validates documents, and compares the results of XPath
 expressions.
 .
 This package provides the API and user documentation for XMLUnit.