[pkg-java] r17268 - in tags/xmlunit: . 1.5-1/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Sep 23 22:24:12 UTC 2013
Author: ebourg-guest
Date: 2013-09-23 22:24:12 +0000 (Mon, 23 Sep 2013)
New Revision: 17268
Added:
tags/xmlunit/1.5-1/
tags/xmlunit/1.5-1/debian/changelog
tags/xmlunit/1.5-1/debian/pom.xml
tags/xmlunit/1.5-1/debian/rules
Removed:
tags/xmlunit/1.5-1/debian/changelog
tags/xmlunit/1.5-1/debian/pom.xml
tags/xmlunit/1.5-1/debian/rules
Log:
[svn-buildpackage] Tagging xmlunit 1.5-1
Deleted: tags/xmlunit/1.5-1/debian/changelog
===================================================================
--- trunk/xmlunit/debian/changelog 2013-09-23 20:57:05 UTC (rev 17266)
+++ tags/xmlunit/1.5-1/debian/changelog 2013-09-23 22:24:12 UTC (rev 17268)
@@ -1,47 +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
- * Use canonical URLs for the Vcs-* fields
-
- -- Emmanuel Bourg <ebourg at apache.org> 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 <twerner at debian.org> 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 <konqueror at gmx.de> Sun, 27 Sep 2009 08:37:38 +0200
-
-xmlunit (1.2-2) unstable; urgency=low
-
- * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org> Fri, 21 Aug 2009 16:16:04 +0200
-
-xmlunit (1.2-1) experimental; urgency=low
-
- * Initial release. (Closes: #539770)
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 29 Jul 2009 19:27:09 +0100
Copied: tags/xmlunit/1.5-1/debian/changelog (from rev 17267, trunk/xmlunit/debian/changelog)
===================================================================
--- tags/xmlunit/1.5-1/debian/changelog (rev 0)
+++ tags/xmlunit/1.5-1/debian/changelog 2013-09-23 22:24:12 UTC (rev 17268)
@@ -0,0 +1,55 @@
+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 <ebourg at apache.org> 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 <ebourg at apache.org> 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 <twerner at debian.org> 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 <konqueror at gmx.de> Sun, 27 Sep 2009 08:37:38 +0200
+
+xmlunit (1.2-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org> Fri, 21 Aug 2009 16:16:04 +0200
+
+xmlunit (1.2-1) experimental; urgency=low
+
+ * Initial release. (Closes: #539770)
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 29 Jul 2009 19:27:09 +0100
Deleted: tags/xmlunit/1.5-1/debian/pom.xml
===================================================================
--- trunk/xmlunit/debian/pom.xml 2013-09-23 20:57:05 UTC (rev 17266)
+++ tags/xmlunit/1.5-1/debian/pom.xml 2013-09-23 22:24:12 UTC (rev 17268)
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!--
-Copyright (c) 2007-2008, Jeff Martin, Tim Bacon
-All rights reserved.
-
-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.
--->
-
-<!--
-
- This POM is not usable as means to build XMLUnit with Maven2, it is
- a minimal POM to allow XMLUnit's artifacts to be added to a Maven
- repository.
-
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <packaging>jar</packaging>
- <name>XMLUnit for Java</name>
- <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>
- <license>
- <name>BSD License</name>
- <url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url>
- </license>
- </licenses>
- <scm>
- <url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <optional>true</optional>
- </dependency>
- </dependencies>
-</project>
Copied: tags/xmlunit/1.5-1/debian/pom.xml (from rev 17267, trunk/xmlunit/debian/pom.xml)
===================================================================
--- tags/xmlunit/1.5-1/debian/pom.xml (rev 0)
+++ tags/xmlunit/1.5-1/debian/pom.xml 2013-09-23 22:24:12 UTC (rev 17268)
@@ -0,0 +1,78 @@
+<?xml version="1.0"?>
+<!--
+Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
+All rights reserved.
+
+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.
+-->
+
+<!--
+
+ This POM is not usable as means to build XMLUnit with Maven2, it is
+ a minimal POM to allow XMLUnit's artifacts to be added to a Maven
+ repository.
+
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <packaging>jar</packaging>
+ <name>XMLUnit for Java</name>
+ <version>1.5</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>
+ <license>
+ <name>BSD License</name>
+ <url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
+ <connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+ <!-- Personally I'm not fond of the developers section but Sonatype's OSSRH
+ requires it -->
+ <developers>
+ <developer>
+ <id>bodewig</id>
+ <name>Stefan Bodewig</name>
+ <email>stefan.bodewig at freenet dot de</email>
+ </developer>
+ </developers>
+</project>
Deleted: tags/xmlunit/1.5-1/debian/rules
===================================================================
--- trunk/xmlunit/debian/rules 2013-09-23 20:57:05 UTC (rev 17266)
+++ tags/xmlunit/1.5-1/debian/rules 2013-09-23 22:24:12 UTC (rev 17268)
@@ -1,28 +0,0 @@
-#!/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://repository.sonatype.org/service/local/repositories/central/content/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom
-
Copied: tags/xmlunit/1.5-1/debian/rules (from rev 17267, trunk/xmlunit/debian/rules)
===================================================================
--- tags/xmlunit/1.5-1/debian/rules (rev 0)
+++ tags/xmlunit/1.5-1/debian/rules 2013-09-23 22:24:12 UTC (rev 17268)
@@ -0,0 +1,28 @@
+#!/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
+
More information about the pkg-java-commits
mailing list