debian/0000775000000000000000000000000011755424121007172 5ustar debian/rules0000775000000000000000000000071011623202143010240 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-junit junit DEB_ANT_BUILD_TARGET := compile junit api install/libxpp2-java:: install -m 644 build/lib/PullParser-$(DEB_UPSTREAM_VERSION).jar debian/libxpp2-java/usr/share/java/xpp2-$(DEB_UPSTREAM_VERSION).jar ln -s xpp2-$(DEB_UPSTREAM_VERSION).jar debian/libxpp2-java/usr/share/java/xpp2.jar debian/control0000664000000000000000000000214011623202143010562 0ustar Source: libxpp2-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Michael Koch Build-Depends: debhelper (>= 7), cdbs (>= 0.4.28), ant, default-jdk Build-Depends-Indep: junit Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxpp2-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxpp2-java Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp/xpp2/ Package: libxpp2-java Architecture: all Depends: ${misc:Depends} Description: XML pull parser library for java V2 Xml Pull Parser (in short XPP) is a streaming pull XML parser for java. This version XPP2 is the predecessor of XPP3 (see package libxpp3-java). . XPP2 consists of two parts: generic API and its implementations. This Debian version only provides the default implementation optimized for size and speed and is not exposing DTD, entities, comments, or processing instructions to the user. . If you need a xml pull parser implementing the XmlPull API you want to have a look at the libxpp3-java package. debian/copyright0000664000000000000000000000541611253524022011125 0ustar This package was debianized by Wolfgang Baer on Sat, 23 Apr 2005 15:23:09 +0200. It was downloaded from Copyright: Upstream Author: Aleksander Andrzej Slominski License: Copyright (c) 2002 The Trustees of 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) All redistributions of source code must retain the above copyright notice, the list of authors in the original source code, this list of conditions and the disclaimer listed in this license; 2) All redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer listed in this license in the documentation and/or other materials provided with the distribution; 3) Any documentation included with all redistributions must include the following acknowledgement: "This product includes software developed by the Indiana University Extreme! Lab. For further information please visit http://www.extreme.indiana.edu/" Alternatively, this acknowledgment may appear in the software itself, and wherever such third-party acknowledgments normally appear. 4) The name "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab" shall not be used to endorse or promote products derived from this software without prior written permission from Indiana University. 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. Indiana University provides no reassurances that the source code provided does not infringe the patent or any other intellectual property rights of any other entity. Indiana University disclaims any liability to any recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE MADE. INDIANA UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT SOFTWARE IS FREE OF INFRINGEMENT OF THIRD PARTY PATENT, COPYRIGHT, OR OTHER PROPRIETARY RIGHTS.  INDIANA UNIVERSITY MAKES NO WARRANTIES THAT SOFTWARE IS FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP DOORS", "WORMS", OR OTHER HARMFUL CODE. LICENSEE ASSUMES THE ENTIRE RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS, AND TO THE PERFORMANCE AND VALIDITY OF INFORMATION GENERATED USING SOFTWARE. debian/libxpp2-java.doc-base0000664000000000000000000000056210315111260013057 0ustar Document: libxpp2-java Title: Programmer API for XPP V2 Author: Aleksander Andrzej Slominski Abstract: Javadocs for Xml Pull Parser V2, a streaming pull XML parser for java. This version is the predecessor of XPP3. Section: Programming Format: HTML Index: /usr/share/doc/libxpp2-java/api/index.html Files: /usr/share/doc/libxpp2-java/api/*.html debian/README.Debian-source0000664000000000000000000000041110236651526012531 0ustar From the original upstream distribution the prebuilt jar files and the prebuilt sources were removed: rm -rf build rm lib/ant/*.jar lib/ant/*.ja rm lib/junit/*.jar rm lib/midpapi/*.jar rm lib/xerces2_patched/*.jar Also the prebuild api documentation was removed. debian/watch0000664000000000000000000000014511214031653010215 0ustar version=3 http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser([\d.]+)\.tgz debian/libxpp2-java.dirs0000664000000000000000000000001710236651526012356 0ustar usr/share/java debian/changelog0000664000000000000000000000443311755424121011050 0ustar libxpp2-java (2.1.10-7build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:45:37 +0100 libxpp2-java (2.1.10-7) unstable; urgency=low * Team upload. * Switch to source format 3.0. * Minor cleanups in d/rules. * Remove Java runtime from Depends. * Remove old patches because they did not apply. * Add a new patch to update Java version to 1.2. -- Torsten Werner Thu, 18 Aug 2011 14:20:45 +0200 libxpp2-java (2.1.10-6) unstable; urgency=low * Make package Depends on java runtime alternatives. Thanks to Justus Piater. * Added Homepage, Vcs-Browser and Vcs-Svn fields -- Michael Koch Mon, 28 Sep 2009 11:26:35 +0200 libxpp2-java (2.1.10-5) unstable; urgency=low * (Build-)Depends on default-jdk. * Build-depends on debhelper >= 7. * Moved debhelper, cdbs and ant to Build-Depends. * Let libxpp2-java Depends on ${misc:Depends}. * Fixed typo in long description. * Converted debian/copyright to UTF-8. * Removed Wolfgang and added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch Mon, 14 Sep 2009 22:14:21 +0200 libxpp2-java (2.1.10-4) 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:01:08 +0100 libxpp2-java (2.1.10-3) unstable; urgency=low * Added ant-optional due to ant reorganization * Registered javadoc apis with doc-base * Upload sponsored by Arnaud Vandyck -- Wolfgang Baer Fri, 16 Sep 2005 15:46:04 +0200 libxpp2-java (2.1.10-2) unstable; urgency=low * 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 13:56:43 +0200 libxpp2-java (2.1.10-1) experimental; urgency=low * Initial Release (closes: #305229) * Enabled junit tests * Patched build.xml to exclude SAX/JAXP interfaces from jar + This way it compiles against the SAX/JAXP API of kaffe -- Wolfgang Baer Sat, 23 Apr 2005 15:23:09 +0200 debian/compat0000664000000000000000000000000211253524022010362 0ustar 7 debian/libxpp2-java.docs0000664000000000000000000000001010236651526012336 0ustar doc/api debian/source/0000775000000000000000000000000011623260727010476 5ustar debian/source/format0000664000000000000000000000001411623202143011670 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011623260727010625 5ustar debian/patches/0001-update-Java-version-to-1.2.patch0000664000000000000000000000110711623202143016751 0ustar From: Torsten Werner Date: Thu, 18 Aug 2011 14:17:09 +0200 Subject: [PATCH] update Java version to 1.2 --- build.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.xml b/build.xml index 21c872f..0dfc9bd 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@ - + -- debian/patches/series0000664000000000000000000000004611623202143012026 0ustar 0001-update-Java-version-to-1.2.patch