--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/control
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/control
@@ -0,0 +1,17 @@
+Source: libserializer-openoffice.org
+Section: libs
+Priority: optional
+Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
+Uploaders: Rene Engelhard <rene@debian.org>
+Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, ant, libcommons-logging-java, libbase-java-openoffice.org
+Standards-Version: 3.7.3
+Homepage: http://jfreereport.sourceforge.net/
+
+Package: libserializer-java-openoffice.org
+Section: libs
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime, libcommons-logging-java, libbase-java-openoffice.org, ${misc:Depends}
+Description: igeneral serializaton framework (OOo 3.1 branch)
+ This library module contains a general serialization framework. It simplifies
+ the task of writing custom serialization handlers for non-serializable classes.
+
--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/watch
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/jfreereport/libfonts-(.+)\.tar\.gz debian uupdate
--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/copyright
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/copyright
@@ -0,0 +1,23 @@
+This package was debianized by Rene Engelhard <rene@debian.org>
+Tue Aug 21 23:20:04 +020
+
+It was downloaded from <http://sourceforge.net/projects/jfreereport/>
+
+Upstream Authors: Thomas Morgner, David Gilbert and others
+
+Copyright:
+
+ Copyright 2005, by Object Refinery Limited 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'.
--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/compat
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/compat
@@ -0,0 +1 @@
+5
--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/changelog
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/changelog
@@ -0,0 +1,30 @@
+libserializer-openoffice.org (1.0.0-OOo31-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Rene Engelhard <rene@debian.org> Wed, 06 May 2009 01:07:30 +0200
+
+libserializer-openoffice.org (1.0.0-OOo31-1) experimental; urgency=low
+
+ * new upstream release (OOo 3.1 branch)
+ * fix debian/compat and add ${misc:Depends}
+
+ -- Rene Engelhard <rene@debian.org> Thu, 19 Mar 2009 23:41:44 +0100
+
+jcommon-serializer (0.2.0-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Rene Engelhard <rene@debian.org> Thu, 14 Feb 2008 23:58:20 +0100
+
+jcommon-serializer (0.2.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Mon, 28 Jan 2008 13:16:47 +0100
+
+jcommon-serializer (0.1.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Rene Engelhard <rene@debian.org> Mon, 27 Aug 2007 23:35:12 +0200
--- libserializer-openoffice.org-1.0.0-OOo31.orig/debian/rules
+++ libserializer-openoffice.org-1.0.0-OOo31/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# debian/rules file for libserializer-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 commons-logging openoffice/libbase
+DEB_ANT_BUILDFILE := build.xml
+DEB_ANT_BUILD_TARGET := jar javadoc
+
+clean::
+ if [ ! -d lib ]; then mkdir lib; fi
+
+install/libserializer-java-openoffice.org::
+ install -D -m 644 ./build/lib/libserializer.jar debian/libserializer-java-openoffice.org/usr/share/java/openoffice/libserializer-$(DEB_UPSTREAM_VERSION).jar
+ ln -s libserializer-$(DEB_UPSTREAM_VERSION).jar debian/libserializer-java-openoffice.org/usr/share/java/openoffice/libserializer.jar
+