--- libxpp3-java-1.1.4c.orig/debian/xpp3_min.pom +++ libxpp3-java-1.1.4c/debian/xpp3_min.pom @@ -0,0 +1,32 @@ + + 4.0.0 + xpp3 + xpp3_min + 1.1.4c + jar + MXP1: Xml Pull Parser 3rd Edition (XPP3) + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. + + + Indiana University Extreme! Lab Software License, vesion 1.1.1 + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt + repo + The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 ) + + + Public Domain + http://creativecommons.org/licenses/publicdomain + repo + The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package) + + + + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/ + + + Extreme! Lab, Indiana University + http://www.extreme.indiana.edu/ + + + --- libxpp3-java-1.1.4c.orig/debian/copyright +++ libxpp3-java-1.1.4c/debian/copyright @@ -0,0 +1,172 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Name: XML Pull Parser 3 +Upstream-Maintainer: +Upstream-Source: http://www.extreme.indiana.edu/xgws/xsoap/xpp + +Files: * +Copyright: Copyright 2002-2004 Extreme! Lab, Indiana University +Copyright: Copyright 2000-2004 Jason Hunter +License: other-BSD + Indiana University Extreme! Lab Software License + . + Version 1.1.1 + . + Copyright (c) 2002 Extreme! Lab, Indiana University. All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + 2. 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. + . + 3. The end-user documentation included with the redistribution, if any, + must include the following acknowledgment: + . + "This product includes software developed by the Indiana University + Extreme! Lab (http://www.extreme.indiana.edu/)." + . + Alternately, this acknowledgment may appear in the software itself, + if and wherever such third-party acknowledgments normally appear. + . + 4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab" + must not be used to endorse or promote products derived from this + software without prior written permission. For written permission, + please contact http://www.extreme.indiana.edu/. + . + 5. Products derived from this software may not use "Indiana Univeristy" + name nor may "Indiana Univeristy" appear in their name, without prior + written permission of the Indiana University. + . + THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED 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 AUTHORS, COPYRIGHT HOLDERS OR ITS 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. + +Files: src/java/builder/javax/xml/namespace/QName.java +Copyright: Copyright 2001-2003 The Apache Software Foundation +License: Apache-1.1 + +Files: src/java/tests/* +Copyright: Copyright 2002 Aleksander Slominski +License: LGPL-2.1+ + The full text of this license can be found in + `/usr/share/common-licenses/LPGL-2.1'. + +Files: src/java/xpath/org/xmlpull/v1/builder/xpath/jaxen/* +Copyright: Copyright 2000-2002 bob mcwhirter +Copyright: Copyright 2000-2002 James Strachan +License: BSD-jaxen + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions, and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the disclaimer that follows + these conditions in the documentation and/or other materials + provided with the distribution. + . + 3. The name "Jaxen" must not be used to endorse or promote products + derived from this software without prior written permission. For + written permission, please contact license@jaxen.org. + . + 4. Products derived from this software may not be called "Jaxen", nor + may "Jaxen" appear in their name, without prior written permission + from the Jaxen Project Management (pm@jaxen.org). + . + In addition, we request (but do not require) that you include in the + end-user documentation provided with the redistribution and/or in the + software itself an acknowledgement equivalent to the following: + "This product includes software developed by the + Jaxen Project (http://www.jaxen.org/)." + Alternatively, the acknowledgment may be graphical using the logos + available at http://www.jaxen.org/ + . + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 Jaxen AUTHORS OR THE PROJECT + 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 software consists of voluntary contributions made by many + individuals on behalf of the Jaxen Project and was originally + created by bob mcwhirter and + James Strachan . For more information on the + Jaxen Project, please see . + +Files: src/java/xpath/org/xmlpull/v1/builder/xpath/saxpath/* +Copyright: Copyright 2000-2002 werken digital +License: BSD-saxpath + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions, and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the disclaimer that follows + these conditions in the documentation and/or other materials + provided with the distribution. + . + 3. The name "SAXPath" must not be used to endorse or promote products + derived from this software without prior written permission. For + written permission, please contact license@saxpath.org. + . + 4. Products derived from this software may not be called "SAXPath", nor + may "SAXPath" appear in their name, without prior written permission + from the SAXPath Project Management (pm@saxpath.org). + . + In addition, we request (but do not require) that you include in the + end-user documentation provided with the redistribution and/or in the + software itself an acknowledgement equivalent to the following: + "This product includes software developed by the + SAXPath Project (http://www.saxpath.org/)." + Alternatively, the acknowledgment may be graphical using the logos + available at http://www.saxpath.org/ + . + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 SAXPath AUTHORS OR THE PROJECT + 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 software consists of voluntary contributions made by many + individuals on behalf of the SAXPath Project and was originally + created by bob mcwhirter and + James Strachan . For more information on the + SAXPath Project, please see . + +Files: debian/* +Copyright: Copyright 2008 Marcus Better +License: Apache-1.1 --- libxpp3-java-1.1.4c.orig/debian/xpp3_xpath.pom +++ libxpp3-java-1.1.4c/debian/xpp3_xpath.pom @@ -0,0 +1,13 @@ + + + 4.0.0 + xpp3 + xpp3_xpath + 1.1.4c + jar + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. + + scm:cvs:pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3 + + \ No newline at end of file --- libxpp3-java-1.1.4c.orig/debian/libxpp3-java.doc-base +++ libxpp3-java-1.1.4c/debian/libxpp3-java.doc-base @@ -0,0 +1,10 @@ +Document: libxpp3-java +Title: Programmer API for XPP3 +Author: Aleksander Andrzej Slominski +Abstract: Javadocs for Xml Pull Parser, a streaming pull XML parser for java. + XPP3 is the successor of XPP2 that implements XmlPull API. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libxpp3-java/api/index.html +Files: /usr/share/doc/libxpp3-java/api/*.html --- libxpp3-java-1.1.4c.orig/debian/rules +++ libxpp3-java-1.1.4c/debian/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f +# debian/rules file for libxpp3-java (uses cdbs) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +PACKAGE := $(DEB_SOURCE_PACKAGE) +VERSION := $(DEB_UPSTREAM_VERSION) +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit +DEB_ANT_BUILD_TARGET := xpp3 junit apidoc + +clean:: + -rm -rf doc/api + -rm -rf debian/tmp + +binary-post-install/$(PACKAGE):: + mh_installpoms -p$(PACKAGE) + mh_installjar -p$(PACKAGE) -l debian/xpp3.pom build/xpp3-$(VERSION).jar + mh_installjar -p$(PACKAGE) -l --usj-name=xpp3-min debian/xpp3_min.pom build/xpp3_min-$(VERSION).jar + mh_installjar -p$(PACKAGE) -l --usj-name=xpp3-xpath debian/xpp3_xpath.pom build/xpp3_xpath-$(VERSION).jar + +get-orig-source: + -uscan --download-version $(VERSION) --force-download --rename + +get-orig-pom: XPP3_XPATH_VERSION=1.1.3.4.O +get-orig-pom: + wget -O debian/xpp3.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3/$(VERSION)/xpp3-$(VERSION).pom + wget -O debian/xpp3_min.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3_min/$(VERSION)/xpp3_min-$(VERSION).pom + wget -O debian/xpp3_xpath.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3_xpath/$(XPP3_XPATH_VERSION)/xpp3_xpath-$(XPP3_XPATH_VERSION).pom + perl -p -i -e 's/$(XPP3_XPATH_VERSION)/$(VERSION)/' debian/xpp3_xpath.pom + --- libxpp3-java-1.1.4c.orig/debian/libxpp3-java.dirs +++ libxpp3-java-1.1.4c/debian/libxpp3-java.dirs @@ -0,0 +1 @@ +usr/share/java --- libxpp3-java-1.1.4c.orig/debian/changelog +++ libxpp3-java-1.1.4c/debian/changelog @@ -0,0 +1,72 @@ +libxpp3-java (1.1.4c-1) unstable; urgency=low + + [ Ludovic Claude ] + * New upstream version + * Add myself to Uploaders + * Add ${misc:Depends} to Depends to clear Lintian warnings + * Remove Depends on Java runtimes as it is a library + * Change section to java + * Bump up Standards-Version to 3.8.2 + * Add the Maven POM to the package + * Add a Build-Depends-Indep dependency on maven-repo-helper and quilt + * Use quilt to patch the sources, easier to work with + * Use default-jdk instead of kaffe for the build + + [ Torsten Werner ] + * Actually I did add Ludovic to Uploaders. + * Add myself to Uploaders. + * Switch to debhelper compat level 5. + * Reference the common-licenses file for LGPL-2.1. + + -- Torsten Werner Sat, 15 Aug 2009 16:42:50 +0200 + +libxpp3-java (1.1.3.4.O-4) unstable; urgency=low + + * Do not include the javax.xml.namespace.QName class since it is likely + to cause conflicts. (Closes: #500909) + * Move dependencies for clean target to Build-depends. + * Update to policy version 3.8.0.1. + - Describe patch management in README.source. + * debian/copyright: Completed copyright information. + * Added myself to Uploaders, removed Wolfgang. + + -- Marcus Better Thu, 02 Oct 2008 17:04:04 +0200 + +libxpp3-java (1.1.3.4.O-3) unstable; urgency=low + + * Removed explicit usage of jikes build compiler property + for kaffe jikes -> ecj transition + * Added patch to raise build target to 1.3 - required for ecj + + -- Wolfgang Baer Fri, 6 Jan 2006 19:06:52 +0100 + +libxpp3-java (1.1.3.4.O-2) unstable; urgency=low + + * Added ant-optional due to ant reorganization + * Registered javadoc api with doc-base + + * Upload sponsored by Arnaud Vandyck + + -- Wolfgang Baer Fri, 16 Sep 2005 15:36:16 +0200 + +libxpp3-java (1.1.3.4.O-1) unstable; urgency=low + + * New upstream release + * Upload to unstable + * Changed libant1.6-java build-dep to ant + * Standards-Version 3.6.2 (no changes) + + * Upload sponsored by Petter Reinholdtsen + + -- Wolfgang Baer Sat, 13 Aug 2005 14:03:46 +0200 + +libxpp3-java (1.1.3.4.M-1) experimental; urgency=low + + * Initial Release, based on the work of Jorge Perez Burgos (closes: #251303) + * Included additional xpath library + * Enabled junit tests + * Included xmlpull api documentation + * Reworked description to show differences to the xpp2 version + + -- Wolfgang Baer Sat, 23 Apr 2005 15:23:09 +0200 + --- libxpp3-java-1.1.4c.orig/debian/README.source +++ libxpp3-java-1.1.4c/debian/README.source @@ -0,0 +1,22 @@ +Upstream tarball changes +======================== + +From the original upstream distribution the prebuilt +jar files were removed with rm *.jar in the basedir. + + +Patch management +================ + +This package uses the simple patch system of CDBS to manage +modifications to the upstream source code. + +To apply all patches to the source, invoke + debian/rules patch + +To unapply all patches, invoke + debian/rules unpatch + +All patches are diff files located in debian/patches and should end +with ".patch". To add a patch, just drop the diff in this +directory. --- libxpp3-java-1.1.4c.orig/debian/xpp3.pom +++ libxpp3-java-1.1.4c/debian/xpp3.pom @@ -0,0 +1,40 @@ + + 4.0.0 + xpp3 + xpp3 + 1.1.4c + jar + MXP1: Xml Pull Parser 3rd Edition (XPP3) + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. + + + Indiana University Extreme! Lab Software License, vesion 1.1.1 + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt + repo + The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 ) + + + Public Domain + http://creativecommons.org/licenses/publicdomain + repo + The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package) + + + Apache Software License, version 1.1 + http://www.apache.org/licenses/LICENSE-1.1 + repo + The license applies to the class javax.xml.namespace.QName + + + + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/ + + + Extreme! Lab, Indiana University + http://www.extreme.indiana.edu/ + + + --- libxpp3-java-1.1.4c.orig/debian/watch +++ libxpp3-java-1.1.4c/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-([[:alnum:].]+)_src\.(?:tgz|zip) --- libxpp3-java-1.1.4c.orig/debian/libxpp3-java.docs +++ libxpp3-java-1.1.4c/debian/libxpp3-java.docs @@ -0,0 +1,2 @@ +README.html +doc/api --- libxpp3-java-1.1.4c.orig/debian/control +++ libxpp3-java-1.1.4c/debian/control @@ -0,0 +1,22 @@ +Source: libxpp3-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Marcus Better , + Ludovic Claude , + Torsten Werner +Build-Depends: debhelper (>= 5), cdbs, ant, ant-optional, default-jdk, quilt +Build-Depends-Indep: junit, maven-repo-helper +Standards-Version: 3.8.2 +Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp + +Package: libxpp3-java +Architecture: all +Depends: ${misc:Depends} +Description: XML pull parser library for java + Xml Pull Parser (in short XPP) is a streaming pull XML parser for java. + This version XPP3 is a successor of XPP2 (see package libxpp2-java) that + implements XmlPull API (see http://www.xmlpull.org). + . + However XPP3 currently supports only parsing and does not support + incremental node tree from XPP2. --- libxpp3-java-1.1.4c.orig/debian/libxpp3-java.poms +++ libxpp3-java-1.1.4c/debian/libxpp3-java.poms @@ -0,0 +1,4 @@ +debian/xpp3.pom +debian/xpp3_min.pom +debian/xpp3_xpath.pom + --- libxpp3-java-1.1.4c.orig/debian/compat +++ libxpp3-java-1.1.4c/debian/compat @@ -0,0 +1 @@ +5 --- libxpp3-java-1.1.4c.orig/debian/patches/build.patch +++ libxpp3-java-1.1.4c/debian/patches/build.patch @@ -0,0 +1,150 @@ +--- a/build.xml ++++ b/build.xml +@@ -220,20 +220,20 @@ + + + +- + + + + + +- + + + + +- + + +@@ -249,13 +249,13 @@ + + + +- + + + +- ++ + + + +@@ -267,20 +267,20 @@ + + + +- + + + + +- + + + +- +- + + +@@ -298,7 +298,7 @@ + + + +- + + +@@ -312,7 +312,7 @@ + + + +- + + +@@ -328,7 +328,7 @@ + + + +- + + +@@ -344,7 +344,7 @@ + + + +- + + +@@ -358,7 +358,7 @@ + + + +- + + +@@ -389,7 +389,7 @@ + + + +- + + +@@ -424,16 +424,16 @@ + + +- ++ /--> + + + + +- + +@@ -502,7 +502,6 @@ + windowtitle="${name} ${version} API" + doctitle="${name}" + bottom="${copyright}" +- link="http://java.sun.com/j2se/1.4/docs/api/" + /> + + --- libxpp3-java-1.1.4c.orig/debian/patches/series +++ libxpp3-java-1.1.4c/debian/patches/series @@ -0,0 +1 @@ +build.patch