debian/ 0000755 0000000 0000000 00000000000 11761061215 007166 5 ustar debian/repack.local 0000644 0000000 0000000 00000000122 11761061204 011440 0 ustar requires_version 3
rm examples/org/jgraph/example/JGraphAbstractIconAnimator.java
debian/watch 0000644 0000000 0000000 00000000231 11761061204 010211 0 ustar version=3
opts=dversionmangle=s/\+dfsg$// \
http://www.jgraph.com/downloads/jgraph/archive/ jgraph-([\d\.]+)-lgpl-src\.jar debian sh debian/repack.stub
debian/libjgraph-java-doc.doc-base 0000644 0000000 0000000 00000000440 11761061204 014205 0 ustar Document: libjgraph-java-doc
Title: JGraph API specification
Author: Gaudenz Adler
Abstract: API documentation for the JGraph Java library.
Section: Programming/Java
Format: HTML
Index: /usr/share/doc/libjgraph-java-doc/api/index.html
Files: /usr/share/doc/libjgraph-java-doc/api/*.html
debian/rules 0000755 0000000 0000000 00000000216 11761061204 010243 0 ustar #!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
JAVA_HOME=/usr/lib/jvm/default-java ant jar
get-orig-source:
uscan --force-download
debian/control 0000644 0000000 0000000 00000003576 11761061204 010602 0 ustar Source: libjgraph-java
Section: java
Priority: extra
Maintainer: Debian Java Maintainers
Uploaders: tony mancill
, gregor herrmann
Build-Depends: debhelper (>= 7.0.50~), ant
Build-Depends-Indep: default-jdk
Standards-Version: 3.9.3
Homepage: http://www.jgraph.com/
Vcs-Git: git://git.debian.org/git/pkg-java/libspin-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libspin-java.git
Package: libjgraph-java
Architecture: all
Depends: ${misc:Depends}
Description: JFC/Swing graph component for Java
JGraph is an easy-to-use, feature-rich and standards-compliant open source
graph component available for Java. Application areas include:
.
* Process diagrams, workflow and BPM visualization, flowcharts, even
traffic or water flow.
* Database and WWW visualization, networks and telecoms displays, mapping
applications and GIS.
* UML diagrams, electronic circuits, VLSI, CAD, financial and social
networks and data mining.
* Biochemistry, ecological cycles, entity and cause-effect relationships
and organisational charts.
.
This package contains the library.
Package: libjgraph-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: JFC/Swing graph component for Java (documentation)
JGraph is an easy-to-use, feature-rich and standards-compliant open source
graph component available for Java.
.
* Process diagrams, workflow and BPM visualization, flowcharts, even
traffic or water flow.
* Database and WWW visualization, networks and telecoms displays, mapping
applications and GIS.
* UML diagrams, electronic circuits, VLSI, CAD, financial and social
networks and data mining.
* Biochemistry, ecological cycles, entity and cause-effect relationships
and organisational charts.
.
This package contains the documentation and the examples.
debian/repack.stub 0000755 0000000 0000000 00000003251 11761061204 011334 0 ustar #!/bin/sh
: <<=cut
=pod
=head1 NAME
repack.stub - script to repack upstream tarballs from uscan
=head1 INSTRUCTIONS
put this in debian/repack.stub and add "debian sh debian/repack.stub" to
the end of the line in debian/watch. you will also need to add a version
mangle to debian/watch.
then create a debian/repack.local. this is a shell script that is
sourced under "set -e", so be careful to check returns codes.
=head1 FUNCTIONS
=over 4
=item rm
rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1
=item mv
mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1
=item requires_version
requires_version is there for future usage for requiring certain versions of the script
=back
=head1 VARIABLES
=over 4
=item SUFFIX
defaults to +dfsg
what to append to the upstream version
=item RM_OPTS
defaults to -vrf
options to pass to rm
=item MANIFEST
defaults to 0, set to 1 to turn on.
this will manipulate MANIFEST files in CPAN tarballs.
=item UP_BASE
this is the directory where the upstream source is.
=back
=cut
if [ -z "$REPACK_SH" ]; then
if [ -f ../../scripts/repack.sh ]; then
REPACK_SH=../../scripts/repack.sh
fi
if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then
REPACK_SH=$(which repack.sh)
fi
fi
if [ ! -f "$REPACK_SH" ]; then
echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable"
echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh"
exit 1
fi
exec "$REPACK_SH" "$@"
debian/libjgraph-java-doc.docs 0000644 0000000 0000000 00000000036 11761061204 013461 0 ustar README
WHATSNEW
build/doc/api
debian/copyright 0000644 0000000 0000000 00000011116 11761061204 011117 0 ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Maintainer: Gaudenz Adler
Source: http://www.jgraph.com/jgraph5.html
Name: JGraph
Disclaimer: The file ./examples/org/jgraph/example/JGraphAbstractIconAnimator.java
was removed from the upstream tarball because it has a non-free license.
Files: *
Copyright: 2001-2008, Gaudenz Alder
License: LGPL-2+
Files: src/org/jgraph/graph/GraphLayoutCache.java,
src/org/jgraph/graph/DefaultGraphModel.java, src/org/jgraph/JGraph.java
Copyright: 2001-2009, JGraph Ltd
License: LGPL-2+
Files: examples/com/jgraph/example/portlabels/PortLabelCell.java,
examples/com/jgraph/example/portlabels/PortLabelVertexView.java,
examples/com/jgraph/example/fastgraph/FastGraphFactory.java
Copyright: 2005-2006, David Benson
License: LGPL-2+
Files: examples/com/jgraph/example/portlabels/PortLabelGraph.java
Copyright: 2005, Gaudenz Alder
2005-2006, David Benson
License: LGPL-2+
Files: src/org/jgraph/util/Spline2D.java
Copyright: 2003, Martin Krueger
2005, David Benson
License: LGPL-2+
Files: src/org/jgraph/util/Spline.java
Copyright: "@author krueger" (ostensibly Martin Kruger)
License: PD
Files: examples/org/jgraph/example/JGraphIconView.java,
./examples/org/jgraph/example/IconExample.java
Copyright: 2001-2004, Dean Mao All rights reserved.
License: BSD-3
Files: examples/com/jgraph/example/panelexample/PortLabelGraph.java
Copyright: 2005, Gaudenz Alder
2005, David Benson
License: LGPL-2+
Files: examples/com/jgraph/example/GraphEdX.java,
examples/com/jgraph/example/JGraphGraphFactory.java
Copyright: 2001-2006, Gaudenz Alder
2005-2006, David Benson
License: LGPL-2+
Files: examples/org/jgraph/example/JGParallelEdgeRouter.java,
examples/com/jgraph/example/adapter/JGraphParallelRouter.java,
examples/org/jgraph/example/JGraphParallelRouter.java
Copyright: 2004-2005, France Telecom
2004, Gaudenz Alder
2005, David Benson
License: BSD-3
Files: src/org/jgraph/util/Bezier.java,
examples/com/jgraph/example/panelexample/PortLabelCell.java,
examples/com/jgraph/example/fastgraph/FastCircleCell.java,
examples/com/jgraph/example/fastgraph/FastCellViewFactory.java,
examples/com/jgraph/example/fastgraph/FastEdge.java,
examples/com/jgraph/example/fastgraph/FastVertexView.java,
examples/com/jgraph/example/fastgraph/FastEdgeView.java,
examples/com/jgraph/example/fastgraph/FastGraphUI.java,
examples/com/jgraph/example/fastgraph/FastPortView.java
Copyright: 2005, David Benson
License: LGPL-2+
Files: examples/com/jgraph/example/fastgraph/FastGraph.java,
examples/com/jgraph/example/fastgraph/FastGraphModel.java
Copyright: 2001-2005, Gaudenz Alder
2005, David Benson
License: LGPL-2+
Files: debian/*
Copyright: 2006-201, gregor herrmann
2006-2011, tony mancill
License: LGPL-2+
License: LGPL-2+
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.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2'.
License: BSD-3
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer. - Redistributions in
binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution. - Neither the name of JGraph nor
the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
debian/compat 0000644 0000000 0000000 00000000002 11761061204 010362 0 ustar 7
debian/libjgraph-java-doc.examples 0000644 0000000 0000000 00000000013 11761061204 014342 0 ustar examples/*
debian/source/ 0000755 0000000 0000000 00000000000 11761061204 010464 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11761061204 011672 0 ustar 3.0 (quilt)
debian/changelog 0000644 0000000 0000000 00000013247 11761061204 011045 0 ustar libjgraph-java (5.12.4.2+dfsg-2) unstable; urgency=low
[ gregor herrmann ]
* debian/watch: fix dversionmangle.
[ tony mancill ]
* Update Maintainer field for Java team maintenance.
* Add gregor to Uploaders.
* Update Vcs-* headers.
* Set Standards-Version to 3.9.3 (no changes).
* Remove needless dependency on JRE.
-- tony mancill Mon, 28 May 2012 22:32:30 -0700
libjgraph-java (5.12.4.2+dfsg-1) unstable; urgency=low
* New upstream release.
* debian/control:
- set Section to java
- change build dependency from default-jdk-builddep to default-jdk
- add ${misc:Depends} to Depends:.
* Change source URL in debian/copyright and debian/watch.
* Switch from dh_wraporig to repack.sh for repackaging.
* Switch to source format 3.0 (quilt).
* Set Standards-Version to 3.9.1 (no changes).
* Use debhelper 7 (debian/{rules,compat,control})
* Update patch and patch headers.
* debian/rules: don't build apidocs twice.
* debian/copyright: update years of copyright and formatting.
* Register API specification with doc-base system.
-- gregor herrmann Wed, 09 Feb 2011 18:37:22 +0100
libjgraph-java (5.12.2.1.dfsg-1) unstable; urgency=low
* New upstream release.
* Set Standards-Version to 3.8.0; rename debian/README.Debian-source to
debian/README.source and add pointer to quilt howto.
* Refresh patch 01_buildxml.patch.
* Change runtime dependency to "default-jre-headless |
java-runtime-headless".
* Move examples from the library packages to the doc package.
-- gregor herrmann Sat, 15 Nov 2008 15:09:26 +0100
libjgraph-java (5.12.1.0.dfsg-1) unstable; urgency=low
* New upstream release.
* Switch from dpatch to quilt.
* Change my email address in several files under debian/.
* debian/copyright: update and compact.
* debian/control: build depend on default-jdk-builddep, depend on
default-jre instead of specifying a specific JDK/JRE; change JAVA_HOME
in debian/rules accordingly.
* Install API documentation to /usr/share/doc/libjgraph-java-doc/api/
instead of directly under libjgraph-java-doc/
-- gregor herrmann Fri, 09 May 2008 18:29:56 +0200
libjgraph-java (5.12.0.4.dfsg-1) unstable; urgency=low
* New upstream release.
* Remove debian/dirs and create /usr/share/java directly from
debian/rules.
-- gregor herrmann Mon, 17 Mar 2008 20:28:08 +0100
libjgraph-java (5.12.0.1.dfsg-1) unstable; urgency=low
* New upstream release.
* Add build.xml to files with copyright "-2008" in debian/copyright.
-- gregor herrmann Sun, 24 Feb 2008 20:40:50 +0100
libjgraph-java (5.12.0.0.dfsg-1) unstable; urgency=low
* New upstream release.
* debian/copyright:
- add stanza for file with copyright -2008
- replace LGPL2+ with LGPL-2+
- add missing space
* debian/rules:
- remove some spurious whitespace
- remove configure{,-stamp} targets
-- gregor herrmann Tue, 19 Feb 2008 18:38:24 +0100
libjgraph-java (5.11.0.1.dfsg-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann Thu, 31 Jan 2008 17:39:58 +0100
libjgraph-java (5.10.2.0.dfsg-2) unstable; urgency=low
[ gregor herrmann ]
* debian/rules: explicitly set JAVA_HOME.
* Change debian/copyright to the new machine-readable format.
* Set debhelper compatibility level to 6.
-- gregor herrmann Thu, 10 Jan 2008 19:57:39 +0100
libjgraph-java (5.10.2.0.dfsg-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* Move upstream URL from the description to the new Homepage field.
* Change XS-Vcs-* fields to Vcs-*.
* debian/rules: let all targets depend on *-stamp targets.
[ tony mancill ]
* debian/control: remove trailing spaces from Homepage field.
* Set Standards Version to 3.7.3.
-- tony mancill Thu, 13 Dec 2007 20:01:54 -0800
libjgraph-java (5.10.1.5.dfsg-1) unstable; urgency=low
* New upstream release.
* Clean up debian/rules.
-- gregor herrmann Mon, 17 Sep 2007 18:45:29 +0200
libjgraph-java (5.10.1.4.dfsg-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann Fri, 03 Aug 2007 15:08:06 +0200
libjgraph-java (5.10.1.3.dfsg-1) unstable; urgency=low
* New upstream release.
* Improve long and short descriptions of binary packages.
* Update years of copyright in debian/copyright.
-- gregor herrmann Fri, 27 Jul 2007 13:03:58 +0200
libjgraph-java (5.10.1.2.dfsg-1) unstable; urgency=low
* New upstream release.
* Patch build.xml to stop it from fetching external stuff over the net
when building the docs.
-- gregor herrmann Sat, 09 Jun 2007 17:17:02 +0200
libjgraph-java (5.10.1.0.dfsg-1) unstable; urgency=low
* New upstream release.
* Improve debian/watch and debian/rules.
* Use dh_wraporig to create .dfsg tarball:
- Add debian/dh_wraporig.local.
- Include created debian/README.Debian-source.
- Adapt debian/watch to call dh_wraporig.
- Change get-orig-source target in debian/rules to use uscan/dh_wraporig.
-- gregor herrmann Sun, 13 May 2007 02:12:09 +0200
libjgraph-java (5.10.0.1.dfsg-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann Mon, 26 Feb 2007 17:25:47 +0100
libjgraph-java (5.9.2.1.dfsg-1) unstable; urgency=low
* Initial release (closes: #404515).
-- gregor herrmann Sun, 14 Jan 2007 21:35:23 +0100
debian/patches/ 0000755 0000000 0000000 00000000000 11761061204 010613 5 ustar debian/patches/01_buildxml.patch 0000644 0000000 0000000 00000001052 11761061204 013752 0 ustar Description: Don't fetch external stuff when building the docs.
Forwarded: not-needed
Author:
Last-Update: 2011-02-09
--- a/build.xml
+++ b/build.xml
@@ -104,7 +104,6 @@
${app.name} v${app.version}