--- libpixie-java-1.1.6.orig/debian/docs
+++ libpixie-java-1.1.6/debian/docs
@@ -0,0 +1,2 @@
+javadoc/*
+README.txt
--- libpixie-java-1.1.6.orig/debian/ant.properties
+++ libpixie-java-1.1.6/debian/ant.properties
@@ -0,0 +1 @@
+antcontrib.build.cache.dir=/usr/share/java
--- libpixie-java-1.1.6.orig/debian/watch
+++ libpixie-java-1.1.6/debian/watch
@@ -0,0 +1,4 @@
+version=3
+http://sf.net/jfreereport/ \
+        pixie-([[:digit:].]+)\.tar\.gz debian debian/orig-tar.sh
+
--- libpixie-java-1.1.6.orig/debian/dirs
+++ libpixie-java-1.1.6/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
--- libpixie-java-1.1.6.orig/debian/copyright
+++ libpixie-java-1.1.6/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-1.1.6.orig/debian/orig-tar.sh
+++ libpixie-java-1.1.6/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-1.1.6.orig/debian/README.Debian-source
+++ libpixie-java-1.1.6/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-1.1.6.orig/debian/rules
+++ libpixie-java-1.1.6/debian/rules
@@ -0,0 +1,26 @@
+#!/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 libbase commons-logging ant-contrib
+DEB_ANT_BUILDFILE := build.xml
+DEB_ANT_BUILD_TARGET := compile jar javadoc
+
+DEB_UPSTREAM_VERSION := 1.1-SNAPSHOT
+
+clean::
+	-rm -rf build
+	-rm -rf javadoc
+	-rm -f dist/libpixie-$(DEB_UPSTREAM_VERSION).jar lib/*
+
+install/libpixie-java::
+	install -m 644 ./dist/libpixie-$(DEB_UPSTREAM_VERSION).jar debian/libpixie-java/usr/share/java/libpixie-$(DEB_UPSTREAM_VERSION).jar
+	ln -s libpixie-$(DEB_UPSTREAM_VERSION).jar debian/libpixie-java/usr/share/java/libpixie.jar
+	jh_classpath -plibpixie-java --classpath="/usr/share/java/commons-logging.jar /usr/share/java/libbase.jar" debian/libpixie-java/usr/share/java/libpixie-$(DEB_UPSTREAM_VERSION).jar
+	jh_depends
--- libpixie-java-1.1.6.orig/debian/compat
+++ libpixie-java-1.1.6/debian/compat
@@ -0,0 +1 @@
+5
--- libpixie-java-1.1.6.orig/debian/changelog
+++ libpixie-java-1.1.6/debian/changelog
@@ -0,0 +1,111 @@
+libpixie-java (1:1.1.6-3) unstable; urgency=low
+
+  * merge from Ubuntu:
+    - add missing ant-contrib build-dep... (closes: #648749, #652187) 
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 29 Dec 2011 23:20:39 +0100
+
+libpixie-java (1:1.1.6-2) unstable; urgency=low
+
+  * merge libbase 1.1.6-2 changes 
+
+ -- Rene Engelhard <rene@debian.org>  Tue, 01 Nov 2011 15:18:43 +0000
+
+libpixie-java (1:1.1.6-1) unstable; urgency=low
+
+  * new upstream release
+  * switch back to Debian Java Maintainers, me as Uploader 
+  * remove JRE depends 
+  * add classpath to jar using jh_classpath
+  * use jh_depends / ${java:Depends} 
+
+ -- Rene Engelhard <rene@debian.org>  Sun, 25 Sep 2011 14:07:57 +0000
+
+libpixie-java (1:0.8.8-3) unstable; urgency=low
+
+  * QA upload.
+  * Orphaning package.
+
+ -- Torsten Werner <twerner@debian.org>  Tue, 16 Aug 2011 22:44:37 +0200
+
+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-1.1.6.orig/debian/control
+++ libpixie-java-1.1.6/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: Rene Engelhard <rene@debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: default-jdk, ant, libjcommon-java (>= 1.0.10), libbase-java, libcommons-logging-java, javahelper, ant-contrib
+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
+#libjcommon-java (>= 1.0.10-1), libbase-java
+Depends: ${java:Depends},
+ ${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.
