debian/0000755000000000000000000000000011651344324007171 5ustar debian/README.source0000644000000000000000000000044711251316125011347 0ustar 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/ debian/watch0000644000000000000000000000020211042074240010203 0ustar version=3 # use qa.debian.org redirector; see man uscan http://sf.net/jgrapht/ jgrapht-(0\.6\.[\d.]+)\.tar\.gz debian svn-upgrade debian/rules0000755000000000000000000000142011650644211010243 0ustar #!/usr/bin/make -f 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/default-java 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:: dh_link -p libjgrapht0.6-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht-0.6.jar dh_link -p libjgrapht0.6-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht.jar debian/control0000644000000000000000000000351211650644211010572 0ustar Source: libjgrapht0.6-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Steffen Moeller Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk, libjgraph-java, junit Standards-Version: 3.9.2 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: libjgraph-java, ${misc:Depends} Provides: libjgrapht0.6-java-link Conflicts: libjgrapht-java (<= 0.6.0-4), libjgrapht0.6-java-link Replaces: libjgrapht0.6-java-link 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-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. debian/copyright0000644000000000000000000000223511247742151011127 0ustar This package was debianized by Charles Fry 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'. debian/compat0000644000000000000000000000000211626652271010374 0ustar 7 debian/source/0000755000000000000000000000000011651344324010471 5ustar debian/source/format0000644000000000000000000000001411626652271011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000623611651344310011045 0ustar libjgrapht0.6-java (0.6.0-11) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #643528). * Bump Standards-Version to 3.9.2. No changes were required. -- Miguel Landaeta Sat, 22 Oct 2011 18:15:23 -0430 libjgrapht0.6-java (0.6.0-10) unstable; urgency=low * Team upload. * Remove binary package libjgrapht0.6-java-link because we never agreed on such meta packages. Add apropriate Provides, Conflicts, and Replaces. * Change Section: java. * Update Standards-Version: 3.9.1. * Remove Java runtime from Depends. Remove Suggests: java-virtual-machine. * Switch to debhelper level 7. * Switch to source version 3.0. -- Torsten Werner Mon, 29 Aug 2011 10:53:13 +0200 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 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 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 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 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 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 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 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 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 Wed, 5 Jul 2006 11:41:58 -0400 libjgrapht-java (0.6.0-1) unstable; urgency=low * Initial release. (Closes: #342504) -- Charles Fry Thu, 8 Dec 2005 13:26:15 -0500 debian/patches/0000755000000000000000000000000011651344324010620 5ustar debian/patches/series0000644000000000000000000000001511251316125012023 0ustar jgraph.patch debian/patches/jgraph.patch0000644000000000000000000000170211251316125013106 0ustar --- libjgrapht0.6-java-0.6.0.orig/build.xml +++ libjgrapht0.6-java-0.6.0/build.xml @@ -123,8 +123,8 @@ - - + + debian/libjgrapht0.6-java.docs0000644000000000000000000000001411042074240013316 0ustar README.html debian/libjgrapht0.6-java.dirs0000644000000000000000000000001711042074240013332 0ustar usr/share/java debian/README.Debian0000644000000000000000000000047511236132534011235 0ustar 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 Tue, 04 Aug 2009 18:30:18 +0200