Codebase list xmlunit / 1359cdd
xmlunit (1.3-1) unstable; urgency=low * New upstream release. * Added debian/README.source. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <konqueror@gmx.de> Sun, 27 Sep 2009 08:37:38 +0200 Michael Koch 14 years ago
4 changed file(s) with 18 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 This package uses quilt to manage all modifications to the upstream
1 source. Changes are stored in the source package as diffs in
2 debian/patches and applied during the build.
3
4 See /usr/share/doc/quilt/README.source for a detailed explanation.
5
0 xmlunit (1.3-1) unstable; urgency=low
1
2 * New upstream release.
3 * Added debian/README.source.
4 * Added myself to Uploaders.
5 * Updated Standards-Version to 3.8.3.
6
7 -- Michael Koch <konqueror@gmx.de> Sun, 27 Sep 2009 08:37:38 +0200
8
09 xmlunit (1.2-2) unstable; urgency=low
110
211 * Upload to unstable.
11 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Ludovic Claude <ludovic.claude@laposte.net>
4 Uploaders: Ludovic Claude <ludovic.claude@laposte.net>, Michael Koch <konqueror@gmx.de>
55 Homepage: http://xmlunit.sourceforge.net/
66 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, ant-optional, maven-ant-helper, quilt, dblatex
77 Build-Depends-Indep: maven-repo-helper, junit, libjaxp1.3-java, docbook-xsl, libxalan2-java (>= 2.7.1-3)
8 Standards-Version: 3.8.2
8 Standards-Version: 3.8.3
99
1010 Package: libxmlunit-java
1111 Architecture: all
4444 <artifactId>xmlunit</artifactId>
4545 <packaging>jar</packaging>
4646 <name>XMLUnit for Java</name>
47 <version>1.2</version>
47 <version>1.3</version>
4848 <url>http://xmlunit.sourceforge.net/</url>
4949 <description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description>
5050 <licenses>