Source: xmlunit Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Emmanuel Bourg Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, ant-optional, maven-ant-helper, dblatex Build-Depends-Indep: maven-repo-helper, junit, libjaxp1.3-java, docbook-xsl, libxalan2-java (>= 2.7.1-3) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/xmlunit.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/xmlunit.git 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.