debian/0000775000000000000000000000000011755424033007174 5ustar debian/rules0000775000000000000000000000523211635672512010262 0ustar #!/usr/bin/make -f # debian/rules file for libstax-java (uses cdbs) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) API_VERSION := 1.0.1 JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := xml-apis junit DEB_ANT_BUILD_TARGET := ri_bin_dist javadoc binary-post-install/$(PACKAGE):: # cannot use the mh_* helper scripts here as stax is used to build maven-repo-helper mkdir -p debian/tmp cp debian/stax-api.pom debian/tmp/stax-api-$(API_VERSION).pom dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).pom /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ cp build/stax-api-$(API_VERSION).jar debian/tmp/stax-api-$(API_VERSION).jar dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/ dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api-$(API_VERSION).jar dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/java/stax-api.jar cp debian/stax-api.pom debian/tmp/stax-api-debian.pom perl -p -i -e 's/$(API_VERSION)/debian/' debian/tmp/stax-api-debian.pom dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-api-debian.pom /usr/share/maven-repo/stax/stax-api/debian/ dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax-api/$(API_VERSION)/stax-api-$(API_VERSION).jar /usr/share/maven-repo/stax/stax-api/debian/stax-api-debian.jar cp debian/stax.pom debian/tmp/stax-$(VERSION).pom dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).pom /usr/share/maven-repo/stax/stax/$(VERSION)/ cp build/stax-$(VERSION)-dev.jar debian/tmp/stax-$(VERSION).jar dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/$(VERSION)/ dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax-$(VERSION).jar dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/java/stax.jar cp debian/stax.pom debian/tmp/stax-debian.pom perl -p -i -e 's/$(VERSION)/debian/' debian/tmp/stax-debian.pom dh_install -p$(PACKAGE) --sourcedir=debian/tmp stax-debian.pom /usr/share/maven-repo/stax/stax/debian/ dh_link -p$(PACKAGE) /usr/share/maven-repo/stax/stax/$(VERSION)/stax-$(VERSION).jar /usr/share/maven-repo/stax/stax/debian/stax-debian.jar clean:: -rm -rf debian/tmp get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/libstax-java-doc.docs0000664000000000000000000000001711223664730013174 0ustar build/docs/api debian/stax-api.pom0000664000000000000000000000325411223664730011443 0ustar 4.0.0 stax stax-api StAX API 1.0.1 1.0.1 libstax-java StAX API is the standard java XML processing API defined by JSR-173 http://stax.codehaus.org/ http://jira.codehaus.org/browse/STAX
dev@stax.codehaus.org
2005 The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo StAX Builders List stax_builders-subscribe@yahoogroups.com stax_builders-unsubscribe@yahoogroups.com http://groups.yahoo.com/group/stax_builders/ aslom Aleksander Slominski Indiana University chris Chris Fry
debian/maven.rules0000664000000000000000000000003611223664730011355 0ustar junit junit jar s/3\..*/3.x/ debian/control0000664000000000000000000000235511635704421010603 0ustar Source: libstax-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Ludovic Claude Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: ant, ant-optional, junit, libjaxp1.3-java Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libstax-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libstax-java Homepage: http://stax.codehaus.org/ Package: libstax-java Architecture: all Depends: ${misc:Depends}, libjaxp1.3-java Suggests: libstax-java-doc Description: StAX Reference Implementation (RI) StAX is a standard XML processing API that allows you to stream XML data from and to your application. This StAX implementation is the standard pull parser implementation for JSR-173 specification. Package: libstax-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libstax-java Description: Javadoc API for libstax-java StAX is a standard XML processing API that allows you to stream XML data from and to your application. This StAX implementation is the standard pull parser implementation for JSR-173 specification. . This package provides the Javadoc API for StAX. debian/copyright0000664000000000000000000000633511635706300011133 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: StAX Upstream-Contact: Codehaus Source: http://stax.codehaus.org/ Files: * Copyright: 2002-2004, BEA Systems. License: Apache-2.0 Files: src/test/XmlEscapingTest.java Copyright: 2001, 2002, International Business Machines, Inc. Copyright: 2002-2004, The Apache Software Foundation. License: Apache-2.0 Files: src/com/bea/xml/stream/reader/XmlReader.java Copyright: 1999, Sun Microsystems, Inc. Copyright: 2002-2004, The Apache Software Foundation. License: Apache-2.0 Files: src/com/bea/xml/stream/reader/XmlChars.java src/com/bea/xml/stream/reader/XmlReader.java Copyright: 2002-2004, The Apache Software Foundation. License: Apache-2.0 Files: src/com/bea/xml/stream/MXParser.java Copyright:2002, Extreme! Lab, Indiana University. License: BSD-ExtremeLab Files: debian/* Copyright: 2009, Ludovic Claude License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. License: BSD-ExtremeLab 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 University" and "Indiana University 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 University" name nor may "Indiana University" 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 APACHE SOFTWARE FOUNDATION 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. debian/orig-tar.sh0000775000000000000000000000070111224144025011244 0ustar #!/bin/sh -e # $2 = version VERSION=$2 ZIP=$3 TAR=../libstax-java_$VERSION.orig.tar.gz DIR=stax-$VERSION.orig echo $VERSION echo $ZIP echo $TAR # clean up the upstream tarball unzip $ZIP -d $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*/src/javax/xml/namespace/*' $DIR rm -rf $DIR rm $ZIP # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/stax.pom0000664000000000000000000000362011223664730010671 0ustar 4.0.0 stax stax StAX 1.2.0 1.2.0 libstax-java StAX is the reference implementation of the StAX API http://stax.codehaus.org/ http://jira.codehaus.org/browse/STAX
dev@stax.codehaus.org
2002 StAX Builders List stax_builders-subscribe@yahoogroups.com stax_builders-unsubscribe@yahoogroups.com http://groups.yahoo.com/group/stax_builders/ aslom Aleksander Slominski Indiana University chris Chris Fry xml-apis xml-apis debian stax stax-api debian junit junit 3.x test
debian/watch0000664000000000000000000000014711223664730010227 0ustar version=3 http://dist.codehaus.org/stax/distributions/stax-src-([\d\.]*).zip debian debian/orig-tar.sh debian/changelog0000664000000000000000000000154111755424032011046 0ustar libstax-java (1.2.0-3build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:44:42 +0100 libstax-java (1.2.0-3) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #642119), * Bump Standards-Version to 3.9.2. No changes were required. * Update Vcs-* fields. * Make copyright file DEP-5 compliant. -- Miguel Landaeta Mon, 19 Sep 2011 13:24:01 -0430 libstax-java (1.2.0-2) unstable; urgency=low * Team upload. * Switch to source format 3.0. * Change Standards-Version: 3.9.1. -- Torsten Werner Tue, 16 Aug 2011 23:02:05 +0200 libstax-java (1.2.0-1) unstable; urgency=low * Initial release. (Closes: #535700) -- Ludovic Claude Sat, 04 Jul 2009 00:38:47 +0100 debian/ant.properties0000664000000000000000000000021211223664730012067 0ustar maven.compile.source=1.3 maven.compile.target=1.3 javadoc_dir=build/docs/api junit.jar=/usr/share/java/junit.jar test.failonerror=false debian/compat0000664000000000000000000000000211223664730010372 0ustar 7 debian/source/0000775000000000000000000000000011636527512010500 5ustar debian/source/format0000664000000000000000000000001411622555517011707 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011636527512010627 5ustar debian/patches/source-version.diff0000664000000000000000000000263411224135646014445 0ustar Index: stax-1.2.0/build.xml =================================================================== --- stax-1.2.0.orig/build.xml 2009-07-05 16:36:30.000000000 +0200 +++ stax-1.2.0/build.xml 2009-07-05 16:37:22.000000000 +0200 @@ -71,7 +71,7 @@ @@ -105,7 +105,7 @@ @@ -118,7 +118,7 @@ - @@ -137,7 +137,7 @@ debian/patches/series0000664000000000000000000000002411224135646012034 0ustar source-version.diff debian/libstax-java-doc.doc-base0000664000000000000000000000054211223664730013724 0ustar Document: libstax-java-doc Title: Programmer API for StAX RI Author: Codehaus, BEA Abstract: Programmer API of the StAX RI library, a library providing the standard pull parser implementation for JSR-173 specification. Section: Programming Format: HTML Index: /usr/share/doc/libstax-java-doc/api/index.html Files: /usr/share/doc/libstax-java-doc/api/*