--- java-access-bridge-1.26.2.orig/debian/libaccess-bridge-java-jni.install
+++ java-access-bridge-1.26.2/debian/libaccess-bridge-java-jni.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libjava-access-bridge-jni.so* usr/lib/jni/
--- java-access-bridge-1.26.2.orig/debian/rules
+++ java-access-bridge-1.26.2/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+export JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+export PATH      := $(JAVA_HOME)/bin:$(PATH)
+
+DEB_MAKE_BUILD_TARGET := "JAVAC=$(JAVA_HOME)/bin/javac -source 1.5"
+
+get-orig-source:
+	uscan --force-download --rename
+
--- java-access-bridge-1.26.2.orig/debian/copyright
+++ java-access-bridge-1.26.2/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Matthias Klose <doko@ubuntu.com>
+on Fri, 29 Feb 2008 12:06:09 +0000.
+
+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/java-access-bridge
+
+Upstream Authors: 
+
+    Bill Haneman <bill.haneman@sun.com>
+    Louise Miller
+    Gergõ Érdi <cactus@cactus.rulez.org>
+    Laszlo (Laca) Peter <laszlo.peter@sun.com>
+    Jeff Cai<jeff.cai@sun.com>
+    George Kraft IV <gk4@us.ibm.com>
+    Padraig O'Briain <padraig.obriain@sun.com>
+    Darren Kenny <darren.kenny@sun.com>
+
+Copyright: 
+
+    Portions Copyright © 2002-2007 Bill Haneman <bill.haneman@sun.com>
+    Portions Copyright © 2002-2007 Louise Miller
+    Portions Copyright © 2002-2007 Gergõ Érdi <cactus@cactus.rulez.org>
+    Portions Copyright © 2002-2007 Laszlo (Laca) Peter <laszlo.peter@sun.com>
+    Portions Copyright © 2002-2007 Jeff Cai<jeff.cai@sun.com>
+    Portions Copyright © 2002-2007 George Kraft IV <gk4@us.ibm.com>
+    Portions Copyright © 2002-2007 Padraig O'Briain <padraig.obriain@sun.com>
+    Portions Copyright © 2002-2007 Darren Kenny <darren.kenny@sun.com>
+
+License:
+
+  Java Access Bridge is licensed under the LGPL v2.
+  See `/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is (C) 2008, Canonical Ltd and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- java-access-bridge-1.26.2.orig/debian/orig-tar.sh
+++ java-access-bridge-1.26.2/debian/orig-tar.sh
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=$3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi
+
--- java-access-bridge-1.26.2.orig/debian/watch
+++ java-access-bridge-1.26.2/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/java-access-bridge/([\d.]+)/java-access-bridge-([\d.]+).tar.gz \
+  debian debian/orig-tar.sh
--- java-access-bridge-1.26.2.orig/debian/compat
+++ java-access-bridge-1.26.2/debian/compat
@@ -0,0 +1 @@
+5
--- java-access-bridge-1.26.2.orig/debian/libaccess-bridge-java.docs
+++ java-access-bridge-1.26.2/debian/libaccess-bridge-java.docs
@@ -0,0 +1 @@
+bridge/accessibility.properties
--- java-access-bridge-1.26.2.orig/debian/changelog
+++ java-access-bridge-1.26.2/debian/changelog
@@ -0,0 +1,150 @@
+java-access-bridge (1.26.2-5) unstable; urgency=low
+
+  * Use an AccessController to access java.version property.
+
+ -- Matthias Klose <doko@debian.org>  Fri, 16 Jul 2010 13:55:00 +0200
+
+java-access-bridge (1.26.2-4) unstable; urgency=low
+
+  * Build-depend on libgtk2.0-dev. Closes: #556804.
+
+ -- Matthias Klose <doko@debian.org>  Fri, 08 Jan 2010 01:42:13 +0100
+
+java-access-bridge (1.26.2-3) unstable; urgency=low
+
+  * libaccess-bridge-java: Depend on -jre, not -jre-headless.
+
+ -- Matthias Klose <doko@debian.org>  Tue, 06 Oct 2009 19:23:22 +0200
+
+java-access-bridge (1.26.2-2) unstable; urgency=low
+
+  * libaccess-bridge-java-jni: Depend on libaccess-bridge-java.
+
+ -- Matthias Klose <doko@debian.org>  Sun, 04 Oct 2009 22:10:36 +0200
+
+java-access-bridge (1.26.2-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Torsten Werner <twerner@debian.org>  Thu, 11 Jun 2009 22:42:13 +0200
+
+java-access-bridge (1.26.0-1) unstable; urgency=low
+
+  * Sync with Ubuntu:
+    - new upstream version
+    - new binary package libaccess-bridge-java-jni
+    - remove debian/patches and quilt
+    - minor cleanups
+  * Remove useless debian/dirs.
+  * Change Section: java.
+  * Add missing Depends: ${misc:Depends}.
+
+ -- Torsten Werner <twerner@debian.org>  Sat, 16 May 2009 18:01:54 +0200
+
+java-access-bridge (1.26.0-0ubuntu5) karmic; urgency=low
+
+  * libaccess-bridge-java: Add recommendation on libaccess-bridge-java-jni.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 13 May 2009 19:16:18 +0200
+
+java-access-bridge (1.26.0-0ubuntu4) karmic; urgency=low
+
+  * libaccess-bridge-java: Drop the dependency on libaccess-bridge-java-jni,
+    until the package is built on sparc.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 13 May 2009 11:04:28 +0200
+
+java-access-bridge (1.26.0-0ubuntu3) karmic; urgency=low
+
+  * Build dependencies are architecture specific now.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 12 May 2009 13:47:50 +0200
+
+java-access-bridge (1.26.0-0ubuntu2) karmic; urgency=low
+
+  * Split out libaccess-bridge-java-jni. LP: #375347.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 12 May 2009 13:07:11 +0200
+
+java-access-bridge (1.26.0-0ubuntu1) karmic; urgency=low
+
+  * New upstream release.
+
+ -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Mar 2009 20:21:22 +0100
+
+java-access-bridge (1.24.0-2) experimental; urgency=low
+
+  * Downgrade the *-jre runtime dependencies to *-jre-headless.
+    (Closes: #508363)
+
+ -- Torsten Werner <twerner@debian.org>  Fri, 26 Dec 2008 22:43:13 +0100
+
+java-access-bridge (1.24.0-1) experimental; urgency=low
+
+  * new upstream release
+  * Switch to quilt for changing upstream files.
+  * Bump up Standards-Version: 3.8.0 (no changes).
+
+ -- Torsten Werner <twerner@debian.org>  Sun, 30 Nov 2008 23:52:04 +0100
+
+java-access-bridge (1.23.0-3) unstable; urgency=low
+
+  * Call 'javac -source 1.5'. (Closes: #503785)
+
+ -- Torsten Werner <twerner@debian.org>  Mon, 03 Nov 2008 23:01:32 +0100
+
+java-access-bridge (1.23.0-2) unstable; urgency=low
+
+  * Apply openjdk-java-access-bridge-tck, taken from Fedora.
+
+ -- Matthias Klose <doko@debian.org>  Thu, 24 Jul 2008 14:14:03 +0200
+
+java-access-bridge (1.23.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Matthias Klose <doko@debian.org>  Fri, 11 Jul 2008 18:35:08 +0000
+
+java-access-bridge (1.22.0-1) unstable; urgency=low
+
+  * first upload to Debian (Closes: #346599)
+  * Change Maintainer to Debian Java maintainers and move Matthias Klose to
+    Uploaders.
+  * Add myself to Uploaders.
+  * Add file debian/orig-tar.sh and new target get-orig-source to debian/rules
+    to ease downloading.
+  * Switch to cdbs.
+  * Add Homepage and Vcs headers to debian/control.
+
+ -- Torsten Werner <twerner@debian.org>  Mon, 31 Mar 2008 23:45:40 +0200
+
+java-access-bridge (1.22.0-0ubuntu5) hardy; urgency=low
+
+  * debian/rules: Fix typo in JAVA_HOME.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Mar 2008 22:47:03 +0000
+
+java-access-bridge (1.22.0-0ubuntu4) hardy; urgency=low
+
+  * debian/rules: Set JAVA_HOME.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Mar 2008 22:24:03 +0100
+
+java-access-bridge (1.22.0-0ubuntu3) hardy; urgency=low
+
+  * Build-depend on openjdk-6-jdk, add openjdk-6-jre as preferred dependency.
+
+ -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Mar 2008 19:20:24 +0000
+
+java-access-bridge (1.22.0-0ubuntu2) hardy; urgency=low
+
+  * Fix typo in name of virtual dependency.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 04 Mar 2008 15:53:52 +0000
+
+java-access-bridge (1.22.0-0ubuntu1) hardy; urgency=low
+
+  * Initial release.
+
+ -- Matthias Klose <doko@ubuntu.com>  Fri, 29 Feb 2008 12:06:09 +0000
+
--- java-access-bridge-1.26.2.orig/debian/libaccess-bridge-java.install
+++ java-access-bridge-1.26.2/debian/libaccess-bridge-java.install
@@ -0,0 +1 @@
+debian/tmp/usr/share/jar/gnome-java-bridge.jar usr/share/java/
--- java-access-bridge-1.26.2.orig/debian/control
+++ java-access-bridge-1.26.2/debian/control
@@ -0,0 +1,31 @@
+Source: java-access-bridge
+Section: java
+Priority: optional
+Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Matthias Klose <doko@ubuntu.com>, Torsten Werner <twerner@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, openjdk-6-jdk, gawk, pkg-config, libgtk2.0-dev, libbonobo2-dev, libatspi-dev, at-spi (>= 1.8), x11-utils
+Standards-Version: 3.8.4
+Homepage: http://live.gnome.org/Java%20Access%20Bridge
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/java-access-bridge
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-access-bridge/
+
+Package: libaccess-bridge-java
+Architecture: all
+Depends: default-jre | openjdk-6-jre | sun-java6-jre, ${misc:Depends}
+Recommends: libaccess-bridge-java-jni
+Description: Java Access Bridge for GNOME
+ This module contains the Java Access Bridge for GNOME, 
+ which connects the built-in accessibility support in
+ Java Swing apps to the GNOME Accessibility framework,
+ specifically the Assistive Technology Service Provider
+ Interface (AT-SPI).
+
+Package: libaccess-bridge-java-jni
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libaccess-bridge-java (>= ${source:Version})
+Description: Java Access Bridge for GNOME (jni bindings)
+ This module contains the Java Access Bridge for GNOME, 
+ which connects the built-in accessibility support in
+ Java Swing apps to the GNOME Accessibility framework,
+ specifically the Assistive Technology Service Provider
+ Interface (AT-SPI).
