Codebase list xmlunit / debian/1.2-2 debian / control
debian/1.2-2

Tree @debian/1.2-2 (Download .tar.gz)

control @debian/1.2-2raw · 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>
Homepage: http://xmlunit.sourceforge.net/
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, ant-optional, maven-ant-helper, quilt, dblatex
Build-Depends-Indep: maven-repo-helper, junit, libjaxp1.3-java, docbook-xsl, libxalan2-java (>= 2.7.1-3)
Standards-Version: 3.8.2

Package: libxmlunit-java
Architecture: all
Section: java
Depends: ${misc:Depends}, junit, libjaxp1.3-java
Description: A library that enables unit testing of XML
 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}, openjdk-6-doc | classpath-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.