debian/0000755000000000000000000000000011675133211007166 5ustar debian/rules0000755000000000000000000000203511675133211010246 0ustar #!/usr/bin/make -f # debian/rules file for libfonts-java (uses cdbs) 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_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libloader pixie libbase commons-logging junit ant-contrib ant-junit DEB_ANT_BUILDFILE := build.xml DEB_ANT_BUILD_TARGET := compile jar javadoc DEB_ANT_CHECK_TARGET := test DEB_UPSTREAM_VERSION := 1.1-SNAPSHOT clean:: -rm -rf build -rm -rf javadoc -rm -f libxml-$(DEB_UPSTREAM_VERSION).jar # don't use them, go sure -rm -f lib/* lib/optional/* test-lib/* install/libxml-java:: install -m 644 dist/libxml-$(DEB_UPSTREAM_VERSION).jar debian/libxml-java/usr/share/java/libxml-$(DEB_UPSTREAM_VERSION).jar ln -s libxml-$(DEB_UPSTREAM_VERSION).jar debian/libxml-java/usr/share/java/libxml.jar jh_classpath -plibxml-java --classpath="/usr/share/java/jcommon.jar /usr/share/java/libloader.jar" debian/libxml-java/usr/share/java/libxml-$(DEB_UPSTREAM_VERSION).jar jh_depends debian/control0000644000000000000000000000173211675133211010574 0ustar Source: libxml-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Rene Engelhard Build-Depends: debhelper (>= 4.2.30), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libloader-java, libbase-java, libcommons-logging-java, javahelper, junit, ant-contrib, ant-optional Build-Conflicts: liboscache-java Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-java/libxml-java.git Vcs-Browser: http://git.debian.org/?p=pkg-java/libxml-java.git Package: libxml-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Description: namespace aware SAX-Parser utility library LibXML is a namespace aware SAX-Parser utility library. It eases the pain of implementing non-trivial SAX input handlers. The original code of these classes had been written by Peter Becker for the JCommon library. . LibXML replaces the JCommon-XML classes, which were not namespace aware. debian/copyright0000644000000000000000000000167711675133211011134 0ustar This package was debianized by Rene Engelhard Tue, 21 Aug 2007 01:25:55 +0200 It was downloaded from Upstream Authors: Thomas Morgner, David Gilbert and others Copyright: (C) Copyright 2006, by Pentaho Corporation and Contributors. This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package 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 Lesser General Public License for more details. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. debian/compat0000644000000000000000000000000211675133211010364 0ustar 5 debian/source/0000755000000000000000000000000011675133211010466 5ustar debian/source/format0000644000000000000000000000001411675133211011674 0ustar 3.0 (quilt) debian/ant.properties0000644000000000000000000000005311675133211012064 0ustar antcontrib.build.cache.dir=/usr/share/java debian/changelog0000644000000000000000000000336511675133211011047 0ustar libxml-java (1.1.6.dfsg-3) unstable; urgency=low [Miguel Landaeta] * Team upload. * Add Build-Depends on ant-optional. (Closes: #652753). * Bump Standards-Version to 3.9.2. No changes were required. * Switch to source format 3.0 (quilt). * Remove deprecated simple-patchsys management patch system. [tony mancill] * Add Vcs-Git and Vcs-Browser to d/control. (Closes: #653038) -- tony mancill Fri, 23 Dec 2011 09:07:02 -0800 libxml-java (1.1.6.dfsg-2) unstable; urgency=low * merge libbase 1.1.6-2 changes -- Rene Engelhard Tue, 01 Nov 2011 15:33:58 +0000 libxml-java (1.1.6.dfsg-1) unstable; urgency=low * remove test-lib/junit-3.8.1.jar * build-depend on junit; prepare to and run ant test * use default-jdk -- Rene Engelhard Tue, 27 Sep 2011 22:18:34 +0000 libxml-java (1.1.6-1) unstable; urgency=low * New upstream release * set Maintainer back to Debian Java Maintainers, me as Uploader * move to Section: java * remove JRE depends * add classpath to jar using jh_classpath * use jh_depends / ${java:Depends} -- Rene Engelhard Sun, 25 Sep 2011 15:37:04 +0000 libxml-java (0.9.9-3) unstable; urgency=low * QA upload. * Orphaning package. -- Torsten Werner Tue, 16 Aug 2011 22:33:06 +0200 libxml-java (0.9.9-2) unstable; urgency=low * upload to unstable -- Rene Engelhard Thu, 14 Feb 2008 23:52:10 +0100 libxml-java (0.9.9-1) experimental; urgency=low * New upstream release -- Rene Engelhard Thu, 27 Dec 2007 20:06:11 +0100 libxml-java (0.9.5-1) unstable; urgency=low * Initial release -- Rene Engelhard Tue, 21 Aug 2007 00:19:22 +0200 debian/dirs0000644000000000000000000000001711675133211010050 0ustar usr/share/java