--- libjgrapht0.6-java-0.6.0.orig/debian/libjgrapht0.6-java.docs
+++ libjgrapht0.6-java-0.6.0/debian/libjgrapht0.6-java.docs
@@ -0,0 +1 @@
+README.html
--- libjgrapht0.6-java-0.6.0.orig/debian/compat
+++ libjgrapht0.6-java-0.6.0/debian/compat
@@ -0,0 +1 @@
+5
--- libjgrapht0.6-java-0.6.0.orig/debian/libjgrapht0.6-java-link.dirs
+++ libjgrapht0.6-java-0.6.0/debian/libjgrapht0.6-java-link.dirs
@@ -0,0 +1 @@
+usr/share/java
--- libjgrapht0.6-java-0.6.0.orig/debian/watch
+++ libjgrapht0.6-java-0.6.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+# use qa.debian.org redirector; see man uscan
+http://sf.net/jgrapht/ jgrapht-(0\.6\.[\d.]+)\.tar\.gz debian svn-upgrade
--- libjgrapht0.6-java-0.6.0.orig/debian/copyright
+++ libjgrapht0.6-java-0.6.0/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Charles Fry <debian@frogcircus.org> on
+Tue, 29 Nov 2005 13:43:27 -0500.
+
+It was downloaded from http://jgrapht.sourceforge.net/
+
+Upstram Author: Barak Naveh http://sourceforge.net/users/barak_naveh
+
+Copyright: (C) 2003-2008 Barak Naveh and Contributors.
+
+License:
+
+
+ This library 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.1 of the License, or (at your option) any later version.
+
+ This library 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.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+On Debian systems, the complete text of the GNU Lesser General Public
+License can be found in the file `/usr/share/common-licenses/LGPL'.
--- libjgrapht0.6-java-0.6.0.orig/debian/libjgrapht0.6-java.dirs
+++ libjgrapht0.6-java-0.6.0/debian/libjgrapht0.6-java.dirs
@@ -0,0 +1 @@
+usr/share/java
--- libjgrapht0.6-java-0.6.0.orig/debian/README.Debian
+++ libjgrapht0.6-java-0.6.0/debian/README.Debian
@@ -0,0 +1,8 @@
+libjgrapht0.6-java
+==================
+
+Versions 0.6 and 0.7ff are incompatible. This led to the provisioning
+of this separate source tree. Also, since Java is now in main, the
+package is independent from gcj and thus can be kept in main, too.
+
+-- Steffen Moeller <moeller@debian.org> Tue, 04 Aug 2009 18:30:18 +0200
--- libjgrapht0.6-java-0.6.0.orig/debian/README.source
+++ libjgrapht0.6-java-0.6.0/debian/README.source
@@ -0,0 +1,7 @@
+
+The upstream release was renamed to libjgrapht0.6-java-0.6.0 and all .jar files removed.
+Prior existing javadoc was also removed.
+
+rm libjgrapht0.6-java-0.6.0/*jar
+rm libjgrapht0.6-java-0.6.0/lib/*jar
+tar --exclude javadoc -czvf libjgrapht0.6-java_0.6.0.orig.tar.gz libjgrapht0.6-java-0.6.0/
--- libjgrapht0.6-java-0.6.0.orig/debian/rules
+++ libjgrapht0.6-java-0.6.0/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+# because of this JAVA_HOME setting, the dependency on openjdk
+# remains explicitly set.
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+
+DEB_ANT_BUILD_TARGET := compile
+DEB_ANT_INSTALL_TARGET := prepare.distribution
+DEB_ANT_TEST_TARGET := test
+
+ANT_ARGS := -Dproject.jar=debian/libjgrapht0.6-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar -Djavadoc.dir=debian/libjgrapht0.6-java-doc/usr/share/doc/libjgrapht-java/apidoc
+
+install/libjgrapht0.6-java-link::
+ dh_link -p libjgrapht0.6-java-link /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht.jar
+
+install/libjgrapht0.6-java::
+ dh_link -p libjgrapht0.6-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht-0.6.jar
+
--- libjgrapht0.6-java-0.6.0.orig/debian/changelog
+++ libjgrapht0.6-java-0.6.0/debian/changelog
@@ -0,0 +1,76 @@
+libjgrapht0.6-java (0.6.0-9) unstable; urgency=low
+
+ * Following Michael Koch request to be removed from uploaders
+ * Added "Conflicts" with libjgrapht-java-doc (Closes: 546032)
+ * Added "Replaces" libjgrapht-java (<= 0.6.0-4)
+
+ -- Steffen Moeller <moeller@debian.org> Sat, 19 Sep 2009 16:18:57 +0200
+
+libjgrapht0.6-java (0.6.0-8) unstable; urgency=low
+
+ * Eliminated .jar files from source tree (thanks to Torsten Werner
+ for spotting this)
+ * Added dependency to libjgraph-java
+ * Added dependency to junit as build dependency
+ * Using quilt for respective changes to build.xml
+
+ -- Steffen Moeller <moeller@debian.org> Tue, 08 Sep 2009 01:45:18 +0200
+
+libjgrapht0.6-java (0.6.0-7) unstable; urgency=low
+
+ * Updated policy to 3.8.3 (no changes required)
+ * Depending on default-jre rather than openjdk
+
+ -- Steffen Moeller <moeller@debian.org> Fri, 28 Aug 2009 14:26:48 +0200
+
+libjgrapht0.6-java (0.6.0-6) unstable; urgency=low
+
+ * Bumped version number to avoid conflict with
+ libjgrapht-java binary of earlier release.
+
+ -- Steffen Moeller <moeller@debian.org> Tue, 04 Aug 2009 18:38:18 +0200
+
+libjgrapht0.6-java (0.6.0-1) unstable; urgency=low
+
+ * Renamed source package.
+ * Moved package back to main (Closes: #532378).
+
+ -- Steffen Moeller <moeller@debian.org> Tue, 04 Aug 2009 18:38:17 +0200
+
+libjgrapht-java (0.6.0-5) unstable; urgency=low
+
+ * Added version to the library name. This aims at providing
+ the possibility to have both versions of the jgrapht API
+ coexisting peacefully.
+ * Charles Fry asked to be removed from the Uploaders
+ list and so he was.
+
+ -- Steffen Moeller <moeller@debian.org> Sat, 27 Dec 2008 00:28:18 +0100
+
+libjgrapht-java (0.6.0-4) unstable; urgency=low
+
+ * Revert compat to 4 for inclusion in etch
+
+ -- Charles Fry <cfry@debian.org> Sun, 11 Feb 2007 05:14:40 -0500
+
+libjgrapht-java (0.6.0-3) unstable; urgency=low
+
+ * Move clean target dependencies to Build-Depends
+ * Modified copyright holder's email per his request
+
+ -- Charles Fry <cfry@debian.org> Mon, 15 Jan 2007 09:03:29 -0500
+
+libjgrapht-java (0.6.0-2) unstable; urgency=low
+
+ * Build using java-gcj-compat-dev
+ * Update to standards version 3.7.2
+ * Make pkg-java-maintainers the primary maintainer
+
+ -- Charles Fry <cfry@debian.org> Wed, 5 Jul 2006 11:41:58 -0400
+
+libjgrapht-java (0.6.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #342504)
+
+ -- Charles Fry <debian@frogcircus.org> Thu, 8 Dec 2005 13:26:15 -0500
+
--- libjgrapht0.6-java-0.6.0.orig/debian/control
+++ libjgrapht0.6-java-0.6.0/debian/control
@@ -0,0 +1,51 @@
+Source: libjgrapht0.6-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ant, openjdk-6-jdk, libjgraph-java, quilt, junit
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.6
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java/branch_0.6
+Homepage: http://jgrapht.sourceforge.net/
+
+Package: libjgrapht0.6-java
+Architecture: all
+Depends: default-jre | java2-runtime, libjgraph-java, ${misc:Depends}
+Suggests: java-virtual-machine
+Conflicts: libjgrapht-java (<= 0.6.0-4)
+Description: mathematical graph theory library for Java
+ JGraphT is a free Java graph library that provides mathematical
+ graph theory objects and algorithms. JGraphT supports various types of
+ graphs including:
+ - directed and undirected graphs
+ - graphs with weighted, unweighted, labeled or user-defined edges
+ - various edge multiplicity options, including simple graphs,
+ multigraphs and pseudographs
+ - unmodifiable graphs: allow modules to provide "read-only" access
+ to internal graphs
+ - listenable graphs: allow external listeners to track modification events
+ - subgraphs: graphs that are auto-updating subgraph views on other graphs
+
+Package: libjgrapht0.6-java-link
+Provides: libjgrapht-java
+Architecture: all
+Depends: libjgrapht0.6-java, ${misc:Depends}
+Conflicts: libjgrapht-java
+Replaces: libjgrapht-java (<= 0.6.0-4)
+Description: indication of the latest version of libjgrapht-java
+ This package does not provide a Java archive by itself but refers
+ to the latest API version of the package and provides a symbolic link
+ to it in /usr/share/java.
+
+Package: libjgrapht0.6-java-doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: www-browser, libjgrapht0.6-java
+Conflicts: libjgrapht-java (<= 0.6.0-4), libjgrapht-java-doc
+Replaces: libjgrapht-java-doc (<= 0.6.0-4)
+Section: doc
+Description: javadoc-generated API of libjgrapht-java
+ The javadoc utility was used to convert comments of the Java source
+ code into a complete documentation. That can be accessed easily
+ with a regular web browser in /usr/share/doc/libjgrapht-java/apidoc.
--- libjgrapht0.6-java-0.6.0.orig/debian/patches/series
+++ libjgrapht0.6-java-0.6.0/debian/patches/series
@@ -0,0 +1 @@
+jgraph.patch
--- libjgrapht0.6-java-0.6.0.orig/debian/patches/jgraph.patch
+++ libjgrapht0.6-java-0.6.0/debian/patches/jgraph.patch
@@ -0,0 +1,13 @@
+--- libjgrapht0.6-java-0.6.0.orig/build.xml
++++ libjgrapht0.6-java-0.6.0/build.xml
+@@ -123,8 +123,8 @@
+ <property name="project.tar" value="${basedir}/${project.tar.name}" />
+ <property name="project.tar.gz" value="${basedir}/${project.tar.gz.name}" />
+ <property name="project.zip" value="${basedir}/${project.zip.name}" />
+- <property name="junit.jar" value="${lib.dir}/${junit.jar.name}"/>
+- <property name="jgraph.jar" value="${lib.dir}/${jgraph.jar.name}"/>
++ <property name="junit.jar" value="/usr/share/java/${junit.jar.name}"/>
++ <property name="jgraph.jar" value="/usr/share/java/${jgraph.jar.name}"/>
+ <property name="checkstyle.jar" value="${lib.dir}/${checkstyle.jar.name}"/>
+ <property name="build.file" value="${basedir}/${build.file.name}"/>
+ <property name="checkstyle.settings" value="${etc.dir}/checkstyle-settings.xml"/>