Author: ebourg-guest Date: 2013-07-02 23:04:02 +0000 (Tue, 02 Jul 2013) New Revision: 16966
Added: tags/xmlunit/1.4-1/ tags/xmlunit/1.4-1/debian/changelog tags/xmlunit/1.4-1/debian/control Removed: tags/xmlunit/1.4-1/debian/changelog tags/xmlunit/1.4-1/debian/control Log: [svn-buildpackage] Tagging xmlunit 1.4-1 Deleted: tags/xmlunit/1.4-1/debian/changelog =================================================================== --- trunk/xmlunit/debian/changelog 2013-07-02 21:57:45 UTC (rev 16964) +++ tags/xmlunit/1.4-1/debian/changelog 2013-07-02 23:04:02 UTC (rev 16966) @@ -1,46 +0,0 @@ -xmlunit (1.4-1) unstable; urgency=low - - * Team upload. - * New upstream release - * Refreshed the patches - * Updated Standards-Version to 3.9.4 (no changes) - * Removed the duplicate Section field for libxmlunit-java - * Removed Michael Koch from the Uploaders list (Closes: #654143) - * debian/copyright: Updated to comply with the Copyright Format 1.0 - * debian/rules: Improved the clean target to allow rebuilds - - -- Emmanuel Bourg <[email protected]> Tue, 14 May 2013 01:31:07 +0200 - -xmlunit (1.3-2) unstable; urgency=low - - * Team upload. - * Add Vcs-* headers. - * Change Depends: default-jdk-doc. - * Update Standards-Version: 3.9.1. - * Switch to source format 3.0. - * Add a patch to workaround bug #634563 in dblatex. - * Quote the full BSD license in debian/copyright. - * Improve short description. - - -- Torsten Werner <[email protected]> Wed, 07 Sep 2011 15:03:56 +0200 - -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. - - -- Torsten Werner <[email protected]> Fri, 21 Aug 2009 16:16:04 +0200 - -xmlunit (1.2-1) experimental; urgency=low - - * Initial release. (Closes: #539770) - - -- Ludovic Claude <[email protected]> Wed, 29 Jul 2009 19:27:09 +0100 Copied: tags/xmlunit/1.4-1/debian/changelog (from rev 16965, trunk/xmlunit/debian/changelog) =================================================================== --- tags/xmlunit/1.4-1/debian/changelog (rev 0) +++ tags/xmlunit/1.4-1/debian/changelog 2013-07-02 23:04:02 UTC (rev 16966) @@ -0,0 +1,47 @@ +xmlunit (1.4-1) unstable; urgency=low + + * Team upload. + * New upstream release + * Refreshed the patches + * Updated Standards-Version to 3.9.4 (no changes) + * Removed the duplicate Section field for libxmlunit-java + * Removed Michael Koch from the Uploaders list (Closes: #654143) + * debian/copyright: Updated to comply with the Copyright Format 1.0 + * debian/rules: Improved the clean target to allow rebuilds + * Use canonical URLs for the Vcs-* fields + + -- Emmanuel Bourg <[email protected]> Tue, 14 May 2013 01:31:07 +0200 + +xmlunit (1.3-2) unstable; urgency=low + + * Team upload. + * Add Vcs-* headers. + * Change Depends: default-jdk-doc. + * Update Standards-Version: 3.9.1. + * Switch to source format 3.0. + * Add a patch to workaround bug #634563 in dblatex. + * Quote the full BSD license in debian/copyright. + * Improve short description. + + -- Torsten Werner <[email protected]> Wed, 07 Sep 2011 15:03:56 +0200 + +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. + + -- Torsten Werner <[email protected]> Fri, 21 Aug 2009 16:16:04 +0200 + +xmlunit (1.2-1) experimental; urgency=low + + * Initial release. (Closes: #539770) + + -- Ludovic Claude <[email protected]> Wed, 29 Jul 2009 19:27:09 +0100 Deleted: tags/xmlunit/1.4-1/debian/control =================================================================== --- trunk/xmlunit/debian/control 2013-07-02 21:57:45 UTC (rev 16964) +++ tags/xmlunit/1.4-1/debian/control 2013-07-02 23:04:02 UTC (rev 16966) @@ -1,32 +0,0 @@ -Source: xmlunit -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7), 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.4 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xmlunit -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/xmlunit/ -Homepage: http://xmlunit.sourceforge.net/ - -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. Copied: tags/xmlunit/1.4-1/debian/control (from rev 16965, trunk/xmlunit/debian/control) =================================================================== --- tags/xmlunit/1.4-1/debian/control (rev 0) +++ tags/xmlunit/1.4-1/debian/control 2013-07-02 23:04:02 UTC (rev 16966) @@ -0,0 +1,32 @@ +Source: xmlunit +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]> +Build-Depends: debhelper (>= 7), 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.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/xmlunit +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/xmlunit/ +Homepage: http://xmlunit.sourceforge.net/ + +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. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

