Author: sylvestre-guest Date: 2009-09-29 11:37:19 +0000 (Tue, 29 Sep 2009) New Revision: 10708
Added: trunk/libjgraphx-java/ trunk/libjgraphx-java/debian/ trunk/libjgraphx-java/debian/changelog trunk/libjgraphx-java/debian/compat trunk/libjgraphx-java/debian/control trunk/libjgraphx-java/debian/copyright trunk/libjgraphx-java/debian/libjgraphx-java-doc.docs trunk/libjgraphx-java/debian/rules Log: Initial version of jgraphx Added: trunk/libjgraphx-java/debian/changelog =================================================================== --- trunk/libjgraphx-java/debian/changelog (rev 0) +++ trunk/libjgraphx-java/debian/changelog 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1,6 @@ +libjgraphx-java (1.0.2.4-1) unstable; urgency=low + + * Initial Release (Closes: #548872) + + -- Sylvestre Ledru <[email protected]> Tue, 29 Sep 2009 11:14:53 +0200 + Added: trunk/libjgraphx-java/debian/compat =================================================================== --- trunk/libjgraphx-java/debian/compat (rev 0) +++ trunk/libjgraphx-java/debian/compat 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1 @@ +7 Added: trunk/libjgraphx-java/debian/control =================================================================== --- trunk/libjgraphx-java/debian/control (rev 0) +++ trunk/libjgraphx-java/debian/control 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1,60 @@ +Source: libjgraphx-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Sylvestre Ledru <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk-builddep +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgraphx-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgraphx-java +Homepage: http://www.jgraph.com/jgraphx.html + +Package: libjgraphx-java +Architecture: all +Section: java +Priority: optional +Depends: default-jre-headless | java2-runtime-headless, libxerces2-java, + ${misc:Depends} +Suggests: ant-doc +Conflicts: libant1.6-java, ant-doc (<= 1.6.5-1) +Replaces: libant1.6-java, ant-doc (<= 1.6.5-1) +Description: Java Swing Diagramming Library + JGraph X is based on the mxGraph architecture, a re-designed core based + on JGraph experience. + . + The new library API is designed to provide a much lower learning curve as + well as making the feature set easier to extend and integrate. Sharing the + model code base of mxGraph, the web diagramming library, enabling applications + written in Java to be more easily ported to mxGraph-based web applications. + . + Overall, JGraph X provides more features that JGraph, with a far smaller code + size and complexity. Redesigning the codebase from scratch now means + implementing common feature extensions are easier and require less coding. + A number of new loosely coupled application-centric features have been added, + making prototyping even faster, without their usage restricting application + flexibility. + + +Package: libjgraphx-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Priority: optional +Suggests: libjgraphx-java +Description: Java Swing Diagramming Library - API documentation and manual + JGraph X is based on the mxGraph architecture, a re-designed core based + on JGraph experience. + . + The new library API is designed to provide a much lower learning curve as + well as making the feature set easier to extend and integrate. Sharing the + model code base of mxGraph, the web diagramming library, enabling applications + written in Java to be more easily ported to mxGraph-based web applications. + . + Overall, JGraph X provides more features that JGraph, with a far smaller code + size and complexity. Redesigning the codebase from scratch now means + implementing common feature extensions are easier and require less coding. + A number of new loosely coupled application-centric features have been added, + making prototyping even faster, without their usage restricting application + flexibility. + . + This package contains the Javadoc API documentation. Added: trunk/libjgraphx-java/debian/copyright =================================================================== --- trunk/libjgraphx-java/debian/copyright (rev 0) +++ trunk/libjgraphx-java/debian/copyright 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1,34 @@ +This package was debianized by Sylvestre Ledru <[email protected]> on +September 2009 +The source code was downloaded from http://www.jgraph.com/jgraphx.html + +Authors: + Gaudenz Alder + JGraph Ltd + +Copyright: + + (C) 2006-2009, Gaudenz Alder + (C) 2008-2009, JGraph Ltd + +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 Street, Fifth Floor, Boston, MA 02110-1301 USA + +The full text of the LGPL 2.1 can be found in +`/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is (C) 2008, Sylvestre Ledru <[email protected]> and +is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'. Added: trunk/libjgraphx-java/debian/libjgraphx-java-doc.docs =================================================================== --- trunk/libjgraphx-java/debian/libjgraphx-java-doc.docs (rev 0) +++ trunk/libjgraphx-java/debian/libjgraphx-java-doc.docs 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1,2 @@ +docs/* + Added: trunk/libjgraphx-java/debian/rules =================================================================== --- trunk/libjgraphx-java/debian/rules (rev 0) +++ trunk/libjgraphx-java/debian/rules 2009-09-29 11:37:19 UTC (rev 10708) @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# debian/rules for libjgraphx-java (uses CDBS) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk \ + /usr/lib/jvm/java-1.5.0-sun /usr/lib/jvm/java-6-sun +DEB_ANT_BUILD_TARGET := build doc example +BUILDDIR := lib + +install/libjgraphx-java:: + install -m 644 -D $(BUILDDIR)/jgraphx.jar debian/libjgraphx-java/usr/share/java/jgraphx-$(DEB_UPSTREAM_VERSION).jar + ln -s jgraphx-$(DEB_UPSTREAM_VERSION).jar debian/libjgraphx-java/usr/share/java/jgraphx.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

