debian/0002755000000000000000000000000011542302462007167 5ustar debian/copyright0000644000000000000000000000422211542300144011113 0ustar This work was packaged for Debian by: Andrew Ross on Sun, 20 Mar 2011 21:12:35 +0000 The Debian packaging is: Copyright (C) 2011 Andrew Ross and is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. It was downloaded from http://java.net/projects/stax-utils/ Upstream Author(s): Ryan Shoemaker, John Kristian, Christian Niles, Paul Sandoz Copyright: Copyright (c) 2004, Christian Niles, Unit12 Copyright (c) 2006, John Kristian Copyright (c) 2006, Paul Sandoz Copyright (c) 2004-2011, Sun Microsystems, Inc. All rights reserved. License: Code is licensed under the BSD license (3 clause): 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 listed copyright holders 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. debian/orig-tar.sh0000755000000000000000000000110511542300144011240 0ustar #!/bin/bash -e echo $* SVNVERSION=`svn info https://svn.java.net/svn/stax-utils~svn/trunk | awk -F": " '$1=="Revision" {print $2}'` SVNDATE=`svn info https://svn.java.net/svn/stax-utils~svn/trunk | awk -F": " '$1=="Last Changed Date" {print $2}'` SVNDATE=`echo $SVNDATE | sed -e 's/^\(\S*\) .*/\1/; s/-//g'` svn export https://svn.java.net/svn/stax-utils~svn/trunk ant -f trunk/build.xml jar jh_repack --upstream-version $SVNDATE+svn$SVNVERSION trunk/build/stax-utils-src.zip mv trunk/build/stax-utils-src.tar.gz stax-utils_$SVNDATE+svn$SVNVERSION.orig.tar.gz rm -rf trunk debian/changelog0000644000000000000000000000025111542300144011030 0ustar stax-utils (20110309+svn238-1) unstable; urgency=low * Initial release. (Closes: #500072) -- Andrew Ross Sun, 20 Mar 2011 21:12:35 +0000 debian/libstaxutils-java.jlibs0000644000000000000000000000002511542300144013650 0ustar build/stax-utils.jar debian/rules0000755000000000000000000000024311542300144010237 0ustar #!/usr/bin/make -f JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper # Download and repack the upstream source get-orig-source: ./orig-tar.sh debian/control0000644000000000000000000000266411542300144010573 0ustar Source: stax-utils Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andrew Ross Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~), ant Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stax-utils Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stax-utils/ Homepage: http://java.net/projects/stax-utils/ Package: libstaxutils-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: A set of utility classes to integrate StAX into existing XML The purpose of this project is to help facilitate the adoption of JSR-173: Streaming API for XML (StAX) by providing a set of utility classes that make it easy for developers to integrate StAX into their existing XML processing applications. Package: libstaxutils-java-doc Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Section: doc Description: a set of utility classes to integrate StAX into existing XML (documentation) The purpose of this project is to help facilitate the adoption of JSR-173: Streaming API for XML (StAX) by providing a set of utility classes that make it easy for developers to integrate StAX into their existing XML processing applications. . This package provides the documentation. debian/source/0002755000000000000000000000000011542302372010467 5ustar debian/source/format0000644000000000000000000000001411542300144011666 0ustar 3.0 (quilt) debian/patches/0002755000000000000000000000000011542302372010616 5ustar debian/patches/build-process.patch0000644000000000000000000000236311542300144014407 0ustar Build the jar and javadoc by default, and link the javadoc to the jdk javadoc. Index: stax-utils-20110309+svn238/build.xml =================================================================== --- stax-utils-20110309+svn238.orig/build.xml 2011-03-21 22:02:42.458606181 +0000 +++ stax-utils-20110309+svn238/build.xml 2011-03-21 22:13:55.408606254 +0000 @@ -121,12 +121,13 @@ - + @@ -177,7 +178,7 @@ + depends="init, clean, jar, javadoc" />