debian/0000755000000000000000000000000011771075305007174 5ustar debian/changelog0000644000000000000000000001046511771073121011046 0ustar libwoodstox-java (1:4.1.3-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3 (no changes required). * Update debian/copyright to the standardized machine-readable format. -- Giovanni Mascellani Fri, 22 Jun 2012 15:42:35 +0200 libwoodstox-java (1:4.1.2-2) unstable; urgency=low * Fix wrong dependency against stax-api in POM. -- Giovanni Mascellani Sat, 14 Jan 2012 11:54:20 +0100 libwoodstox-java (1:4.1.2-1) unstable; urgency=low * New upstream release (closes: #580759). * Add myself as uploader and remove Vincent, who is not interested anymore in maintaining the package. -- Giovanni Mascellani Wed, 11 Jan 2012 15:25:07 +0100 libwoodstox-java (1:3.9.2.dfsg-4) unstable; urgency=low * Upload to unstable * Already conforms to standards 3.9.2 * Drop depencency on JRE + fix short description -- Vincent Fourmond Mon, 06 Jun 2011 19:51:40 +0200 libwoodstox-java (1:3.9.2.dfsg-3) experimental; urgency=low * Team upload. * Install POM files (closes: #611590). -- Giovanni Mascellani Sat, 05 Feb 2011 14:25:30 +0100 libwoodstox-java (1:3.9.2.dfsg-2) unstable; urgency=low * Team upload [ Vincent Fourmond ] * Daniel Leidert updated debian/watch, thanks ! * Updated again debian/watch to point to the new download page [ Torsten Werner ] * Merge changes from Ubuntu. * Switch to source format 3.0. * Add get-orig-source target to debian/rules. * Add debian/orig-tar.sh to clean up orig tarball from prebuilt jar files. * Update Standards-Version: 3.8.4. -- Torsten Werner Sat, 08 May 2010 12:45:52 +0200 libwoodstox-java (1:3.9.2.dfsg-1ubuntu3) lucid; urgency=low * Enable test suite * debian/patches/20-testsuite-enable.dpatch: use system junit libs, stop on test failure, disable tests relying on non-packages external libs * debian/control: build-depend on junit * debian/rules: Enable test suite, add junit and ant-trax to classpath * debian/control: add misc:Depends to dependencies * debian/rules: Use default-jdk in all cases -- Thierry Carrez Fri, 18 Dec 2009 16:37:00 +0100 libwoodstox-java (1:3.9.2.dfsg-1ubuntu2) lucid; urgency=low * debian/control: Cleanups to align with Java policy (set section to java, only use default-jdk, drop java-virtual-machine) -- Thierry Carrez Wed, 16 Dec 2009 16:24:15 +0100 libwoodstox-java (1:3.9.2.dfsg-1ubuntu1) intrepid; urgency=low * remove java specific dependencies and icedtea-java7-jre NBS (LP: #203636) -- Didier Roche Sat, 30 Aug 2008 10:36:00 +0200 libwoodstox-java (1:3.9.2.dfsg-1) unstable; urgency=low * Now using ant.mk for the build * Can now build and run using openjdk * Moving to main ! * Pseudo new upstream release for the transition to main - updated debian/watch to skip the .dfsg bit in the version number -- Vincent Fourmond Sun, 20 Jul 2008 15:38:48 +0200 libwoodstox-java (1:3.9.2-1) unstable; urgency=low * New upstream version * Not installing anymore empty directories (now lintian-clean) -- Vincent Fourmond Wed, 28 May 2008 23:14:26 +0200 libwoodstox-java (1:3.9.1-1) unstable; urgency=low [ Vincent Fourmond ] * Switch to a team-maintained package * Bump standards to 3.7.3, no changes needed * Added VCS control fields * Removed fastjar from Build-deps, not needed (thanks to Michael Koch) [ Michael Koch ] * Updated watch file. [ Vincent Fourmond ] * New upstream version * Refreshed 10-disable-unused -- Vincent Fourmond Sat, 03 May 2008 20:59:51 +0200 libwoodstox-java (4.0~svn20070930-2) unstable; urgency=low * Added a watchfile and a Homepage control field * Adapted depends and bulid-depends for the (distant) future switch to icedtea in Debian -- and for Ubuntu now. * Dropped (build-)deps on java5, as it does not build anyway. -- Vincent Fourmond Thu, 29 Nov 2007 20:39:32 +0100 libwoodstox-java (4.0~svn20070930-1) unstable; urgency=low * Initial release (funnily enough, the ITP hasn't been taken into account by the BTS...) -- Vincent Fourmond Sun, 30 Sep 2007 23:28:12 +0200 debian/compat0000644000000000000000000000000210735452175010375 0ustar 5 debian/source/0000755000000000000000000000000011771075305010474 5ustar debian/source/format0000644000000000000000000000001411371235444011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000171711704257426010264 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_JARS := ant-nodeps junit ant-junit ant-trax DEB_ANT_BUILD_TARGET := debiandist DEB_BUILDDIR := . DEB_ANT_BUILDFILE := build.xml DEB_ANT_CLEAN_TARGET := clean DEB_ANT_CHECK_TARGET := test clean:: -rm -Rf build doc test dist woodstox-core-lgpl.patched.pom mh_clean configure/libwoodstox-java:: # Patch the POM to include the correct version number cp src/maven/woodstox-core-lgpl.pom woodstox-core-lgpl.patched.pom sed -i woodstox-core-lgpl.patched.pom -e 's/@VERSION@/$(DEB_UPSTREAM_VERSION)/g' sed -i woodstox-core-lgpl.patched.pom -e 's/javax.xml.stream/stax/' install/libwoodstox-java:: mh_install -plibwoodstox-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/watch0000644000000000000000000000030411622220423010206 0ustar # The watchfile for libwoodstox version=3 opts=dversionmangle=s/\.dfsg// \ http://wiki.fasterxml.com/WoodstoxDownload .*/woodstox-core-src-([[:digit:].]+)\.tar\.gz \ debian debian/orig-tar.sh debian/libwoodstox-java.poms0000644000000000000000000000014211624144336013363 0ustar woodstox-core-lgpl.patched.pom --has-package-version --artifact=dist/woodstox-core.jar --java-lib debian/copyright0000644000000000000000000000523711756144737011147 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Woodstox 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: test/org/codehaus/stax/test/stream/TestProcInstrRead.java Copyright: © 2003, Richard Tobin License: free May be freely redistributed provided copyright notice is retained. Files: debian/* Copyright: © 2007, Vincent Fourmond © 2011-2012, 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. 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/control0000644000000000000000000000221511756144737010610 0ustar Source: libwoodstox-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Giovanni Mascellani Build-Depends-Indep: ant, ant-optional, ant-contrib, default-jdk, junit4, libmsv-java, libstax2-api-java, librelaxng-datatype-java, libknopflerfish-osgi-framework-java, libstax-java Build-Depends: cdbs, debhelper (>= 5), maven-repo-helper (>= 1.4) Standards-Version: 3.9.3 Homepage: http://woodstox.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/libwoodstox-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/libwoodstox-java/ Package: libwoodstox-java Architecture: all Depends: ${misc:Depends}, libmsv-java, libstax2-api-java, librelaxng-datatype-java, libknopflerfish-osgi-framework-java, libstax-java Description: High-performance XML processor Woodstox is a high-performance, validating, namespace-aware, StAX-compliant (JSR-173), open source XML-processor written in Java. XML processor means that it handles both input (parsing) and output (writing, serialization), as well as supporting tasks such as validation. debian/docs0000644000000000000000000000042311624144016010037 0ustar release-notes/COMPATIBILITY release-notes/FAAQ release-notes/CREDITS release-notes/STAX2.txt release-notes/stax-compatibility.txt release-notes/xml-compatibility.txt release-notes/IMPL_DETAILS release-notes/USAGE release-notes/VERSION release-notes/PERF release-notes/README debian/libwoodstox-java.links0000644000000000000000000000010311703310646013517 0ustar usr/share/java/woodstox-core-lgpl.jar usr/share/java/wstx-lgpl.jar debian/patches/0000755000000000000000000000000011771075305010623 5ustar debian/patches/20-testsuite-enable0000644000000000000000000000313411703301046014230 0ustar From: Thierry Carrez Subject: Enable test suite Last-Update: 2012-10-11 Forwarded: not-needed Enable test suite, but don't fail even if some test goes wrong. Index: libwoodstox-java/build.xml =================================================================== --- libwoodstox-java.orig/build.xml 2011-08-21 11:00:48.000000000 +0200 +++ libwoodstox-java/build.xml 2011-08-21 11:26:23.000000000 +0200 @@ -476,7 +476,6 @@ - @@ -494,9 +493,7 @@ - - @@ -522,10 +519,8 @@ - - debian/patches/10-fix-build.xml0000644000000000000000000000726411624142334013451 0ustar From: Giovanni Mascellani Subject: Fix build.xml Last-Update: 2011-08-21 Forwarded: not-needed This patch fixed build.xml file. It does these changes: * Put in the classpath libraries from Debian packages, instead of the bundled JARs; * Use Debian-distributed JAR for stax2-api instead of assuming to have copy of the code in the compilation tree; * Reduce the dist target to only things needed for Debian. Index: libwoodstox-java/build.xml =================================================================== --- libwoodstox-java.orig/build.xml 2011-08-21 10:34:06.000000000 +0200 +++ libwoodstox-java/build.xml 2011-08-21 10:36:01.000000000 +0200 @@ -57,14 +57,13 @@ - - - - - - + + + + + + + @@ -102,11 +101,6 @@ - - - - - @@ -208,7 +202,7 @@ - + - + debian/patches/series0000644000000000000000000000004511703301046012024 0ustar 10-fix-build.xml 20-testsuite-enable debian/orig-tar.sh0000755000000000000000000000056511371240160011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libwoodstox-java_$2.orig.tar.gz DIR=woodstox-$2 # clean up the upstream tarball tar -x -z -f $TAR tar -c -z -f $TAR --exclude '*.jar' $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi