debian/0000775000000000000000000000000012220130764007165 5ustar debian/libxmlunit-java-doc.links0000664000000000000000000000011112220125667014077 0ustar usr/share/doc/libxmlunit-java/api usr/share/doc/libxmlunit-java-doc/api debian/changelog0000664000000000000000000000326112220130764011041 0ustar xmlunit (1.5-1) unstable; urgency=low * New upstream release * Updated debian/pom.xml * debian/rules: Updated the get-orig-pom target to fetch the pom from Maven central -- Emmanuel Bourg Mon, 23 Sep 2013 23:25:54 +0200 xmlunit (1.4-1) unstable; urgency=low * 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 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 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 Sun, 27 Sep 2009 08:37:38 +0200 xmlunit (1.2-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Fri, 21 Aug 2009 16:16:04 +0200 xmlunit (1.2-1) experimental; urgency=low * Initial release. (Closes: #539770) -- Ludovic Claude Wed, 29 Jul 2009 19:27:09 +0100 debian/TODO0000664000000000000000000000016612220125667007666 0ustar * Generate the documentation in a separate package. At the moment, generation of the user manual with docbook fails. debian/README.source0000664000000000000000000000036412220125667011355 0ustar 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. debian/source/0000775000000000000000000000000012220125667010473 5ustar debian/source/format0000664000000000000000000000001412220125667011701 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000377712220125667011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XMLUnit Upstream-Contact: Maintainer: Jeff Martin, Tim Bacon Source: http://xmlunit.sourceforge.net Files: * Copyright: 2001-2009, Jeff Martin, Tim Bacon License: BSD Files: debian/* Copyright: 2009, Ludovic Claude License: GPL-3+ License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the xmlunit.sourceforge.net nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-3+ On Debian GNU/Linux system you can find the complete text of the GNU General Public License version 3 license in '/usr/share/common-licenses/GPL-3'. debian/libxmlunit-java-doc.doc-base.userguide0000664000000000000000000000062112220125667016435 0ustar Document: libxmlunit-java-doc Title: User guide for XMLUnit Author: Jeff Martin, Tim Bacon, Stefan Bodewig Abstract: User guide for XMLUnit, a library that enables JUnit-style assertions to be made about the content and structure of XML. Section: Programming Format: HTML Index: /usr/share/doc/libxmlunit-java-doc/userguide/html/index.html Files: /usr/share/doc/libxmlunit-java-doc/userguide/html/* debian/libxmlunit-java-doc.doc-base.api0000664000000000000000000000056112220125667015215 0ustar Document: libxmlunit-java Title: Programmer API for XMLUnit Author: Jeff Martin, Tim Bacon, Stefan Bodewig Abstract: Java API for XMLUnit, a library that enables JUnit-style assertions to be made about the content and structure of XML. Section: Programming Format: HTML Index: /usr/share/doc/libxmlunit-java/api/index.html Files: /usr/share/doc/libxmlunit-java/api/* debian/watch0000664000000000000000000000007412220125667010225 0ustar version=3 http://sf.net/xmlunit/xmlunit-([0-9\.]*)-src\.zip debian/libxmlunit-java.poms0000664000000000000000000000004212220125667013175 0ustar build/lib/xmlunit.pom --no-parent debian/rules0000775000000000000000000000175012220130524010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps ant-junit ant-trax junit jaxp-1.3 xalan2 serializer DEB_ANT_BUILD_TARGET := jar test docs DEB_ANT_BUILDFILE := build.xml DEB_ANT_ARGS := -Dxmlunit.version=$(VERSION) -Ddb5.xsl=/usr/share/xml/docbook/stylesheet/nwalsh get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack binary-post-install/lib$(PACKAGE)-java:: cp build/lib/xmlunit-$(VERSION).pom build/lib/xmlunit.pom mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml build/lib/xmlunit-$(VERSION).jar clean:: -rm -rf debian/tmp mh_clean get-orig-pom: wget -O debian/pom.xml http://repo1.maven.org/maven2/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom debian/compat0000664000000000000000000000000212220125667010371 0ustar 7 debian/pom.xml0000664000000000000000000000575212215565721010524 0ustar 4.0.0 xmlunit xmlunit jar XMLUnit for Java 1.5 http://xmlunit.sourceforge.net/ 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. BSD License http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/ scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x junit junit 3.8.2 true bodewig Stefan Bodewig stefan.bodewig@freenet dot de debian/control0000664000000000000000000000261012220130424010560 0ustar Source: xmlunit Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude , Emmanuel Bourg 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. debian/patches/0000775000000000000000000000000012220125667010622 5ustar debian/patches/0001-Fix-DOCTYPE-in-XMLUnit-Java.xml.patch0000664000000000000000000000132212220125667017432 0ustar From: Debian Java Maintainers Date: Wed, 7 Sep 2011 13:23:05 +0200 Subject: Fix DOCTYPE in XMLUnit-Java.xml. --- src/user-guide/XMLUnit-Java.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/src/user-guide/XMLUnit-Java.xml +++ b/src/user-guide/XMLUnit-Java.xml @@ -1,5 +1,5 @@ - +