--- libpixie-java-0.8.8.orig/debian/copyright
+++ libpixie-java-0.8.8/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Christian Bayle <bayle@debian.org>,
+Sun, 6 Jul 2003 20:45:53 +0200
+
+It was downloaded from http://sourceforge.net/projects/jfreereport/
+
+Upstream Author: Originally Dave Harris <drh@bhresearch.co.uk>
+
+For a further history see included README file.
+
+Copyright:
+
+ 2000-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'.
--- libpixie-java-0.8.8.orig/debian/rules
+++ libpixie-java-0.8.8/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+# debian/rules file for libpixie-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/default-java
+ANT_HOME := /usr/share/ant
+
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon
+DEB_ANT_BUILDFILE := build.xml
+DEB_ANT_BUILD_TARGET := compile javadoc
+
+clean::
+ -rm -rf build
+ -rm -rf javadoc
+ -rm -f pixie-$(DEB_UPSTREAM_VERSION).jar lib/*
+
+install/libpixie-java::
+ install -m 644 pixie-$(DEB_UPSTREAM_VERSION).jar debian/libpixie-java/usr/share/java/pixie-$(DEB_UPSTREAM_VERSION).jar
+ ln -s pixie-$(DEB_UPSTREAM_VERSION).jar debian/libpixie-java/usr/share/java/pixie.jar
--- libpixie-java-0.8.8.orig/debian/orig-tar.sh
+++ libpixie-java-0.8.8/debian/orig-tar.sh
@@ -0,0 +1,21 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+TAR=../pixie-$2.tar.gz
+DIR=libpixie-java-$2.orig
+
+# clean up the upstream tarball
+mv $TAR $3
+tar zxf $3
+mv pixie-$2 $DIR
+GZIP=--best tar czf $3 --exclude '*jar' --exclude 'lib/*' $DIR
+rm -rf $TAR $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $3 $origDir
+ echo "moved $3 to $origDir"
+fi
+
+exit 0
--- libpixie-java-0.8.8.orig/debian/changelog
+++ libpixie-java-0.8.8/debian/changelog
@@ -0,0 +1,81 @@
+libpixie-java (1:0.8.8-2) unstable; urgency=low
+
+ [ Matthias Klose ]
+ * (Build-)depend on default-jre/-jdk.
+
+ [ Torsten Werner ]
+ * Add myselfo to Uploaders.
+ * Add missing Depends: ${misc:Depends}.
+ * Switch to debhelper compat level 4.
+ * Update Standards-Version: 3.8.2.
+ * Change Section: java.
+ * Add Vcs-* headers.
+
+ -- Torsten Werner <twerner@debian.org> Mon, 03 Aug 2009 22:43:46 +0200
+
+libpixie-java (1:0.8.8-1) unstable; urgency=low
+
+ * New upstream release
+ * remove bogus and unintended ant.properties file
+
+ -- Rene Engelhard <rene@debian.org> Thu, 27 Sep 2007 15:51:22 +0200
+
+libpixie-java (1:0.8.7-1) unstable; urgency=low
+
+ * New upstream release
+ * move to main
+ * add myself to Uploaders:, remove Wolfgang
+ * add watch file and orig-tar.sh, thanks Kumar Appaiah
+
+ -- Rene Engelhard <rene@debian.org> Thu, 30 Aug 2007 12:52:52 +0200
+
+libpixie-java (1:0.8.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Added epoch as previous releases used dates
+ * Build-depends and depends on libjcommon-java (>= 1.0.0-1)
+ * Convert build system to cdbs - added build-dependency
+ * Move package to pkg-java-maintainers for comaintenance,
+ added Christian Bayle and myself as uploaders
+ * Although build with free tools its not yet completely usable with free
+ tools alone (needs Java2D) - therefore it stays in contrib for now.
+ * Updated copyright
+ * Added ant.properties to specify build target and jar name
+ * Added README.Debian-source how the upstream tarball was cleaned
+ * Added patch to remove bogus manifest classpath from jar
+ * Added compat file (level 4)
+ * Updated description based on README file
+ * Standards-Version 3.6.2 (no changes)
+
+ -- Wolfgang Baer <WBaer@gmx.de> Thu, 02 Feb 2006 15:48:42 +0100
+
+libpixie-java (20030705-4) unstable; urgency=high
+
+ * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306749)
+
+ -- Christian Bayle <bayle@debian.org> Thu, 28 Apr 2005 22:07:56 +0200
+
+libpixie-java (20030705-3) unstable; urgency=low
+
+ * Added dependancy on java2-runtime (Closes: #202401)
+
+ -- Christian Bayle <bayle@debian.org> Tue, 22 Jul 2003 20:10:28 +0200
+
+libpixie-java (20030705-2) unstable; urgency=low
+
+ * Manage external dependency on jcommon differently
+
+ -- Christian Bayle <bayle@debian.org> Thu, 10 Jul 2003 11:25:58 +0200
+
+libpixie-java (20030705-1) unstable; urgency=low
+
+ * Initial Release extraction of cvs.
+
+ -- Christian Bayle <bayle@debian.org> Sun, 6 Jul 2003 20:45:53 +0200
+
+libpixie-java (0.7.6-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Christian Bayle <bayle@debian.org> Sat, 5 Jul 2003 02:51:05 +0200
+
--- libpixie-java-0.8.8.orig/debian/README.Debian-source
+++ libpixie-java-0.8.8/debian/README.Debian-source
@@ -0,0 +1,10 @@
+libpixie-java
+-------------
+
+Upstream does not provide source only tarballs. Therefore the following
+actions were taken to produce the orig.tar.gz:
+
+- rm lib/*
+- rm *.jar
+
+ -- Wolfgang Baer <WBaer@gmx.de> Thu, 02 Feb 2006 15:48:42 +0100
--- libpixie-java-0.8.8.orig/debian/watch
+++ libpixie-java-0.8.8/debian/watch
@@ -0,0 +1,4 @@
+version=3
+http://sf.net/jfreereport/ \
+ pixie-([[:digit:].]+)\.tar\.gz debian debian/orig-tar.sh
+
--- libpixie-java-0.8.8.orig/debian/dirs
+++ libpixie-java-0.8.8/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
--- libpixie-java-0.8.8.orig/debian/control
+++ libpixie-java-0.8.8/debian/control
@@ -0,0 +1,24 @@
+Source: libpixie-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Christian Bayle <bayle@debian.org>, Rene Engelhard <rene@debian.org>,
+ Torsten Werner <twerner@debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: default-jdk, ant, libjcommon-java (>= 1.0.10)
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libpixie-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libpixie-java/
+
+Package: libpixie-java
+Architecture: all
+Depends: default-jre | java2-runtime, libjcommon-java (>= 1.0.10-1),
+ ${misc:Depends}
+Description: Java Vector Format Viewer Library
+ Pixie is a WMF-File reading library originally written as converter for the
+ Pixie-ImageViewer. Pixie was long time dead and is now resurrected as
+ WMF-Reader and ImageProducer for Java 1.2.2 or higher.
+ .
+ Pixie lacks the support for most BitMap-Formats but everything else is
+ working fine. Write-Support will be implemented somewhere in the future,
+ classes for the writesupport are mostly dummies at the moment.
--- libpixie-java-0.8.8.orig/debian/compat
+++ libpixie-java-0.8.8/debian/compat
@@ -0,0 +1 @@
+5
--- libpixie-java-0.8.8.orig/debian/docs
+++ libpixie-java-0.8.8/debian/docs
@@ -0,0 +1,2 @@
+javadoc/*
+README.txt
--- libpixie-java-0.8.8.orig/debian/patches/source-target-1.3.diff
+++ libpixie-java-0.8.8/debian/patches/source-target-1.3.diff
@@ -0,0 +1,11 @@
+--- build.properties-old 2007-09-27 15:27:13.000000000 +0200
++++ build.properties 2007-09-27 15:28:03.000000000 +0200
+@@ -18,7 +18,7 @@
+ #
+ # Make sure that JDK 1.2 compatible class files are generated
+ build.target=1.4
+-build.source=1.2
++build.source=1.3
+
+ # You probably want to override this in your local build setup file
+ build.retro.jdk=/opt/jdk1.2.2
--- libpixie-java-0.8.8.orig/debian/patches/libdir.diff
+++ libpixie-java-0.8.8/debian/patches/libdir.diff
@@ -0,0 +1,11 @@
+--- build.properties-old 2007-09-27 15:13:40.000000000 +0200
++++ build.properties 2007-09-27 15:13:53.000000000 +0200
+@@ -27,7 +27,7 @@
+ # All path settings are relative to the project root directory
+ # (..)
+ #
+-libdir=lib
++libdir=/usr/share/java
+
+ #
+ # If you specify a non-emty string, then dont forget the
--- libpixie-java-0.8.8.orig/debian/patches/jarnames.diff
+++ libpixie-java-0.8.8/debian/patches/jarnames.diff
@@ -0,0 +1,11 @@
+--- build.properties-old 2007-09-27 15:11:07.000000000 +0200
++++ build.properties 2007-09-27 15:11:21.000000000 +0200
+@@ -39,7 +39,7 @@
+ ###########################################################
+ #
+ # Used libraries ...
+-jcommon-jar-file=jcommon-1.0.10.jar
++jcommon-jar-file=jcommon.jar
+
+ ##############################################################
+ #