--- libxml-java-0.9.9.orig/debian/copyright
+++ libxml-java-0.9.9/debian/copyright
@@ -0,0 +1,23 @@
+This package was debianized by Rene Engelhard <rene@debian.org>
+Tue, 21 Aug 2007 01:25:55 +0200
+
+It was downloaded from <http://sourceforge.net/projects/jfreereport/>
+
+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'.
--- libxml-java-0.9.9.orig/debian/control
+++ libxml-java-0.9.9/debian/control
@@ -0,0 +1,21 @@
+Source: libxml-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Rene Engelhard <rene@debian.org>
+Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1), libloader-java
+Build-Conflicts: liboscache-java
+Standards-Version: 3.6.2
+
+Package: libxml-java
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10-1), libloader-java
+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.
+
--- libxml-java-0.9.9.orig/debian/patches/libdir.diff
+++ libxml-java-0.9.9/debian/patches/libdir.diff
@@ -0,0 +1,11 @@
+--- ant/uild.properties-old 2007-08-21 00:46:55.000000000 +0200
++++ ant/build.properties 2007-08-21 00:47:10.000000000 +0200
+@@ -21,7 +21,7 @@
+ # All path settings are relative to the project root directory
+ # (..)
+ #
+-libdir=lib
++libdir=/usr/share/java
+ junit-dir=lib
+
+ #
--- libxml-java-0.9.9.orig/debian/patches/jarnames.diff
+++ libxml-java-0.9.9/debian/patches/jarnames.diff
@@ -0,0 +1,13 @@
+--- build.properties-old 2007-08-21 01:14:28.000000000 +0200
++++ build.properties 2007-08-21 01:14:43.000000000 +0200
+@@ -36,8 +36,8 @@
+ # Used libraries ...
+
+ # Used by: core libraries
+-jcommon-jar-file=jcommon-1.0.10.jar
+-libloader-jar-file=libloader-0.3.6.jar
++jcommon-jar-file=jcommon.jar
++libloader-jar-file=libloader.jar
+
+ ##############################################################
+ #
--- libxml-java-0.9.9.orig/debian/patches/target-source-1.3.diff
+++ libxml-java-0.9.9/debian/patches/target-source-1.3.diff
@@ -0,0 +1,13 @@
+--- build.properties-old 2007-08-28 00:36:03.000000000 +0200
++++ build.properties 2007-08-28 00:36:21.000000000 +0200
+@@ -14,8 +14,8 @@
+
+ #
+ # Make sure that JDK 1.2 compatible class files are generated
+-build.target=1.4
+-build.source=1.2
++build.target=1.3
++build.source=1.3
+
+ #
+ # All path settings are relative to the project root directory
--- libxml-java-0.9.9.orig/debian/compat
+++ libxml-java-0.9.9/debian/compat
@@ -0,0 +1 @@
+5
--- libxml-java-0.9.9.orig/debian/changelog
+++ libxml-java-0.9.9/debian/changelog
@@ -0,0 +1,17 @@
+libxml-java (0.9.9-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Rene Engelhard <rene@debian.org> Thu, 14 Feb 2008 23:52:10 +0100
+
+libxml-java (0.9.9-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Thu, 27 Dec 2007 20:06:11 +0100
+
+libxml-java (0.9.5-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Rene Engelhard <rene@debian.org> Tue, 21 Aug 2007 00:19:22 +0200
--- libxml-java-0.9.9.orig/debian/dirs
+++ libxml-java-0.9.9/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
--- libxml-java-0.9.9.orig/debian/rules
+++ libxml-java-0.9.9/debian/rules
@@ -0,0 +1,27 @@
+#!/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
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libloader pixie
+DEB_ANT_BUILDFILE := build.xml
+DEB_ANT_BUILD_TARGET := compile javadoc
+
+VERSION := 0.9.9
+
+clean::
+ -rm -rf build
+ -rm -rf javadoc
+ -rm -f libxml-$(VERSION).jar
+ # don't use them, go sure
+ -rm -f lib/* lib/optional/*
+
+install/libxml-java::
+ install -m 644 libxml-$(VERSION).jar debian/libxml-java/usr/share/java/libxml-$(VERSION).jar
+ ln -s libxml-$(VERSION).jar debian/libxml-java/usr/share/java/libxml.jar
+