Author: mkoch Date: 2009-09-27 07:31:40 +0000 (Sun, 27 Sep 2009) New Revision: 10652
Added: trunk/xmlunit/debian/README.source Modified: trunk/xmlunit/debian/changelog trunk/xmlunit/debian/control trunk/xmlunit/debian/pom.xml Log: 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 <[email protected]> Sun, 27 Sep 2009 08:37:38 +0200 Added: trunk/xmlunit/debian/README.source =================================================================== --- trunk/xmlunit/debian/README.source (rev 0) +++ trunk/xmlunit/debian/README.source 2009-09-27 07:31:40 UTC (rev 10652) @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + Modified: trunk/xmlunit/debian/changelog =================================================================== --- trunk/xmlunit/debian/changelog 2009-09-27 06:39:16 UTC (rev 10651) +++ trunk/xmlunit/debian/changelog 2009-09-27 07:31:40 UTC (rev 10652) @@ -1,3 +1,12 @@ +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 <[email protected]> Sun, 27 Sep 2009 08:37:38 +0200 + xmlunit (1.2-2) unstable; urgency=low * Upload to unstable. Modified: trunk/xmlunit/debian/control =================================================================== --- trunk/xmlunit/debian/control 2009-09-27 06:39:16 UTC (rev 10651) +++ trunk/xmlunit/debian/control 2009-09-27 07:31:40 UTC (rev 10652) @@ -2,11 +2,11 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> 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 +Standards-Version: 3.8.3 Package: libxmlunit-java Architecture: all Modified: trunk/xmlunit/debian/pom.xml =================================================================== --- trunk/xmlunit/debian/pom.xml 2009-09-27 06:39:16 UTC (rev 10651) +++ trunk/xmlunit/debian/pom.xml 2009-09-27 07:31:40 UTC (rev 10652) @@ -45,7 +45,7 @@ <artifactId>xmlunit</artifactId> <packaging>jar</packaging> <name>XMLUnit for Java</name> - <version>1.2</version> + <version>1.3</version> <url>http://xmlunit.sourceforge.net/</url> <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> <licenses> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

