debian/0000755000000000000000000000000011623714411007166 5ustar debian/changelog0000644000000000000000000000024511623710227011042 0ustar libstax2-api-java (3.1.1-1) unstable; urgency=low * Initial release (closes: #638627). -- Giovanni Mascellani Sat, 20 Aug 2011 12:46:37 +0200 debian/copyright0000644000000000000000000000557711623706245011145 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: StAX2 API Upstream-Contact: Tatu Saloranta Source: http://wiki.fasterxml.com/WoodstoxDownload Files: * Copyright: © 2004-2011, Tatu Saloranta License: LGPL-2.1+ or Apache-2.0 Comment: There is no files explicitly stating the license for upstream files. Anyway, the licenses are clearly stated on the download page (see above) and in the woodstox-core tarball, that is distributed along with this package. Files: debian/* Copyright: © 2007, Vincent Fourmond © 2011, Giovanni Mascellani License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, a copy of the GNU General Public License version 2 is available in '/usr/share/common-licenses/GPL-2'. Comment: This packaging is based on that of libwoodstox-java, by Vincent Fourmond. Files: debian/build.xml, debian/stax2-api.pom Copyright: © 2004-2011, Tatu Saloranta © 2011, Giovanni Mascellani License: LGPL-2.1+ or Apache-2.0 Comment: These two files, required to build stax2-api, are got from the woodstox-core tarball, distributed on the same page; the two packages are meant to be compiled together, so some build files are not available in this package. License: LGPL-2.1+ This copy of Woodstox XML processor is licensed under the Lesser General Public License (LGPL), version 2.1 ("the License"). See the License for details about distribution rights, and the specific rights regarding derivate works. . You may obtain a copy of the License at: . http://www.gnu.org/licenses/licenses.html . On Debian systems, a copy of the GNU Lesser General Public License version 2.1 is available in '/usr/share/common-licenses/LGPL-2.1'. License: Apache-2.0 This copy of Woodstox XML processor is licensed under the Apache (Software) License, version 2.0 ("the License"). See the License for details about distribution rights, and the specific rights regarding derivate works. . You may obtain a copy of the License at: . http://www.apache.org/licenses/ . On Debian systems, a copy of the Apache license version 2.0 is available in '/usr/share/common-licenses/Apache-2.0'. debian/control0000644000000000000000000000161211623713127010574 0ustar Source: libstax2-api-java Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Giovanni Mascellani Build-Depends: ant, cdbs, debhelper (>= 5), maven-repo-helper (>= 1.4) Build-Depends-Indep: default-jdk, libstax-java Standards-Version: 3.9.2 Homepage: http://woodstox.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/libstax2-api-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/libstax2-api-java/ Package: libstax2-api-java Architecture: all Depends: ${misc:Depends}, libstax-java Description: Extension to StAX API for parsing XML documents StAX 2 is an extension to StAX (Streaming API for XML), an Java API to read and write XML documents. It adds some features over the original API, such as typed access API and read/write validation (with pluggable validators). debian/stax2-api.pom0000644000000000000000000000257611623713271011530 0ustar 4.0.0 org.codehaus.woodstox stax2-api jar Stax2 API @VERSION@ Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API. http://woodstox.codehaus.org/StAX2 http://jira.codehaus.org/browse/WSTX stax stax-api 1.0-2 The BSD License http://www.opensource.org/licenses/bsd-license.php repo Codehaus http://www.codehaus.org/ debian/libstax2-api-java.poms0000644000000000000000000000013411623701315013301 0ustar debian/stax2-api.patched.pom --has-package-version --artifact=dist/stax2-api.jar --java-lib debian/source/0000755000000000000000000000000011623714411010466 5ustar debian/source/format0000644000000000000000000000001411623670054011700 0ustar 3.0 (quilt) debian/build.xml0000644000000000000000000005422711623714305011023 0ustar debian/watch0000644000000000000000000000030611623672671010231 0ustar # The watchfile for libstax2-api-java version=3 opts=dversionmangle=s/\.dfsg// \ http://wiki.fasterxml.com/WoodstoxDownload .*/stax2-api-src-([[:digit:].]+)\.tar\.gz \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000155611623711003010247 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 ANT_HOME := /usr/share/ant DEB_ANT_COMPILER := modern DEB_ANT_BUILD_TARGET := debiandist DEB_BUILDDIR := . DEB_ANT_BUILDFILE := build.xml DEB_ANT_CLEAN_TARGET := clean clean:: -rm -Rf build doc test dist build.xml debian/stax2-api.patched.pom mh_clean configure/libstax2-api-java:: # Move build.xml to the root dir cp debian/build.xml build.xml # Patch the POM to include the correct version number cp debian/stax2-api.pom debian/stax2-api.patched.pom sed -i debian/stax2-api.patched.pom -e 's/@VERSION@/$(DEB_UPSTREAM_VERSION)/g' install/libstax2-api-java:: mh_install -plibstax2-api-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/compat0000644000000000000000000000000211623670023010364 0ustar 5 debian/orig-tar.sh0000755000000000000000000000037611623677571011276 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libstax2-api-java_$2.orig.tar.gz # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi