--- libtoolbar-java-1.4.orig/debian/control
+++ libtoolbar-java-1.4/debian/control
@@ -0,0 +1,22 @@
+Source: libtoolbar-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>
+Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends-Indep: java-gcj-compat-dev, ant
+Standards-Version: 3.7.2
+
+Package: libtoolbar-java
+Architecture: all
+Depends: java-gcj-compat | java1-runtime | java2-runtime
+Suggests: java-virtual-machine
+Description: extension of java swing component JToolBar
+ Toolbar's mission is to extend and improve upon the standard swing
+ JToolBar features while keeping the platform independent features of
+ swing.
+ .
+ Application developers should be able to replace JToolBar with ToolBar
+ with minimum program changes (construction only)
+ .
+ Homepage: <http://toolbar.tigris.org/>
--- libtoolbar-java-1.4.orig/debian/copyright
+++ libtoolbar-java-1.4/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Arnaud Vandyck <arnaud.vandyck@ulg.ac.be> on
+Thu, 18 Sep 2003 23:09:52 +0200.
+
+It was downloaded from http://toolbar.tigris.org/
+
+Upstream Authors: Bob Tarling <bobtarling@tigris.org>
+
+Copyright:
+
+BSD License
+
+Complete file can be found here: /usr/share/common-licenses/BSD
+
--- libtoolbar-java-1.4.orig/debian/changelog
+++ libtoolbar-java-1.4/debian/changelog
@@ -0,0 +1,52 @@
+libtoolbar-java (1.4-1) unstable; urgency=low
+
+  * New upstream (closes: #439338)
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Sat, 25 Aug 2007 16:34:44 +0200
+
+libtoolbar-java (1.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Standards-Version updated to 3.7.2; put cdbs and debhelper in
+    Build-Dependency
+  * Build with java-gcj-compat-dev
+  * debian/rules: removed ant-launcher from classpath
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Thu,  3 Aug 2006 16:08:16 +0200
+
+libtoolbar-java (1.1.0-2) unstable; urgency=low
+
+  * kaffe compiler transition
+  * Bumped debhelper version to fix linda error
+  * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer@gmx.de>  Thu, 19 Jan 2006 15:39:40 +0100
+
+libtoolbar-java (1.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * build with kaffe, move to main (closes: #306779, #274850)
+  * Standards-Version: 3.6.2, no changes needed.
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Fri,  7 Oct 2005 17:02:50 +0200
+
+libtoolbar-java (0.4-1) experimental; urgency=low
+
+  * New upstream release
+  * Does not depend anymor of libtoolbutton (it's integrated)
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Fri,  5 Mar 2004 22:53:40 +0100
+
+libtoolbar-java (0.2-2) unstable; urgency=low
+
+  * Changed maintainer (Debian Java Maintainers), and add me as an
+    uploader with my Debian email address
+
+ -- Arnaud Vandyck <avdyk@debian.org>  Sat, 17 Jan 2004 22:23:53 +0100
+
+libtoolbar-java (0.2-1) unstable; urgency=low
+
+  * Initial Release (closes: #211695).
+
+ -- Arnaud Vandyck <arnaud.vandyck@ulg.ac.be>  Thu, 18 Sep 2003 23:09:52 +0200
+
--- libtoolbar-java-1.4.orig/debian/dirs
+++ libtoolbar-java-1.4/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/java
+
--- libtoolbar-java-1.4.orig/debian/ant.properties
+++ libtoolbar-java-1.4/debian/ant.properties
@@ -0,0 +1,2 @@
+basedir=.
+src=.
--- libtoolbar-java-1.4.orig/debian/rules
+++ libtoolbar-java-1.4/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2003 Stefan Gybas <sgybas@debian.org>
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj
+ANT_HOME := /usr/share/ant
+
+#DEB_JARS := 
+DEB_ANT_BUILDFILE := src/build.xml
+
+DEB_ANT_BUILD_TARGET   := jar
+#DEB_ANT_TEST_TARGET    :=
+#DEB_ANT_CLEAN_TARGET   := clean
+
+LIBRARY_PACKAGE := toolbar
+API_VERSION     := 1.4
+
+install/lib$(LIBRARY_PACKAGE)-java::
+	install -m 644 build/$(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/$(cdbs_curpkg)/usr/share/java/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
+	ln -s $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/$(cdbs_curpkg)/usr/share/java/$(LIBRARY_PACKAGE).jar
+
--- libtoolbar-java-1.4.orig/debian/compat
+++ libtoolbar-java-1.4/debian/compat
@@ -0,0 +1 @@
+4
--- libtoolbar-java-1.4.orig/debian/build.xml
+++ libtoolbar-java-1.4/debian/build.xml
@@ -0,0 +1,36 @@
+<project basedir=".." default="jar">
+
+  <property name="src" value="src" />
+  <property name="build" value="build" />
+  <property name="doc" value="doc" />
+  <property name="dist" value="dist" />
+  <property name="app.name" value="toolbar" />
+  <property name="app.version" value="1.1.0" />
+
+  <target name="clean" description="o Effacement des fichiers generes">
+    <delete dir="${build}" />
+    <delete dir="${dist}" />
+    <delete dir="${doc}" />
+  </target>
+
+  <target name="init">
+    <mkdir dir="${build}" />
+    <mkdir dir="${dist}" />
+  </target>
+
+  <target name="compile"
+          description="o Compilation of the project"
+          depends="init"
+  >
+    <javac destdir="${build}"
+           srcdir="${src}"
+    />
+  </target>
+
+  <target name="jar" depends="compile">
+    <jar destfile="${dist}/${app.name}-${app.version}.jar">
+      <fileset dir="${build}"/>
+    </jar>
+  </target>
+
+</project>
