Author: rene Date: 2008-04-25 16:34:50 +0000 (Fri, 25 Apr 2008) New Revision: 6256
Added: trunk/libformula-java/ trunk/libformula-java/debian/ trunk/libformula-java/debian/changelog trunk/libformula-java/debian/compat trunk/libformula-java/debian/control trunk/libformula-java/debian/copyright trunk/libformula-java/debian/dirs trunk/libformula-java/debian/libformula-java-doc.docs trunk/libformula-java/debian/patches/ trunk/libformula-java/debian/patches/jarnames.diff trunk/libformula-java/debian/patches/javacc-path.diff trunk/libformula-java/debian/patches/libdir.diff trunk/libformula-java/debian/patches/target-source-1.3.diff trunk/libformula-java/debian/rules trunk/libformula-java/debian/watch Log: actually add libformula-java... Added: trunk/libformula-java/debian/changelog =================================================================== --- trunk/libformula-java/debian/changelog (rev 0) +++ trunk/libformula-java/debian/changelog 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,5 @@ +libformula (0.1.8-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 06 Oct 2007 16:10:58 +0200 Added: trunk/libformula-java/debian/compat =================================================================== --- trunk/libformula-java/debian/compat (rev 0) +++ trunk/libformula-java/debian/compat 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1 @@ +5 Added: trunk/libformula-java/debian/control =================================================================== --- trunk/libformula-java/debian/control (rev 0) +++ trunk/libformula-java/debian/control 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,36 @@ +Source: libformula +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> +Uploaders: Rene Engelhard <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1), javacc, ant-optional +Standards-Version: 3.6.2 + +Package: libformula-java +Section: libs +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10-1) +Suggests: libformula-java-doc +Description: Excel(tm) style formula expressions library + LibFormula provides Excel-Style-Expressions. The implementation provided + here is very generic and can be used in any application that needs to + compute formulas. + . + The syntax is based on the OpenFormula-specifications, but with carefully + pruning away all the spreadsheet specific parts (like references to + cell-ranges). + +Package: libformula-java-doc +Section: doc +Architecture: all +Description: Excel(tm) style formula expressions library + LibFormula provides Excel-Style-Expressions. The implementation provided + here is very generic and can be used in any application that needs to + compute formulas. + . + The syntax is based on the OpenFormula-specifications, but with carefully + pruning away all the spreadsheet specific parts (like references to + cell-ranges). + . + This package contains the Javadoc. + Added: trunk/libformula-java/debian/copyright =================================================================== --- trunk/libformula-java/debian/copyright (rev 0) +++ trunk/libformula-java/debian/copyright 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,23 @@ +This package was debianized by Rene Engelhard <[EMAIL PROTECTED]> +Wed Aug 22 01:23:45 +0200 + +It was downloaded from <http://sourceforge.net/projects/jfreereport/> + +Upstream Authors: Thomas Morgner, David Gilbert and others + +Copyright: + + (C) Copyright 2006, by Pentaho Corporation and Contributors. + + 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. + + This package 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. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. Added: trunk/libformula-java/debian/dirs =================================================================== --- trunk/libformula-java/debian/dirs (rev 0) +++ trunk/libformula-java/debian/dirs 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1 @@ +usr/share/java Added: trunk/libformula-java/debian/libformula-java-doc.docs =================================================================== --- trunk/libformula-java/debian/libformula-java-doc.docs (rev 0) +++ trunk/libformula-java/debian/libformula-java-doc.docs 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1 @@ +javadoc/* Added: trunk/libformula-java/debian/patches/jarnames.diff =================================================================== --- trunk/libformula-java/debian/patches/jarnames.diff (rev 0) +++ trunk/libformula-java/debian/patches/jarnames.diff 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,11 @@ +--- ant/build.properties-old 2007-08-22 01:10:21.000000000 +0200 ++++ ant/build.properties 2007-08-22 01:11:09.000000000 +0200 +@@ -40,7 +40,7 @@ + # Used libraries ... + + # Used by: core libraries +-jcommon-jar-file=jcommon-1.0.10.jar ++jcommon-jar-file=jcommon.jar + + + ############################################################## Added: trunk/libformula-java/debian/patches/javacc-path.diff =================================================================== --- trunk/libformula-java/debian/patches/javacc-path.diff (rev 0) +++ trunk/libformula-java/debian/patches/javacc-path.diff 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,11 @@ +--- ant/build.properties-old 2007-08-22 01:24:37.000000000 +0200 ++++ ant/build.properties 2007-08-22 01:24:57.000000000 +0200 +@@ -50,7 +50,7 @@ + # + # You have to override or change this property to your JavaCC installation + # in case you want to regnerate the parser from the grammar file. +-javacchome=/home/src/ext/javacc ++javacchome=/usr/share/java + + ############################################################## + # Added: trunk/libformula-java/debian/patches/libdir.diff =================================================================== --- trunk/libformula-java/debian/patches/libdir.diff (rev 0) +++ trunk/libformula-java/debian/patches/libdir.diff 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,15 @@ +--- ant/build.properties-old 2007-08-22 01:24:37.000000000 +0200 ++++ ant/build.properties 2007-08-22 01:25:46.000000000 +0200 +@@ -25,9 +25,9 @@ + # All path settings are relative to the project root directory + # (..) + # +-libdir=lib +-junit-dir=lib +-testng-dir=lib/test ++libdir=/usr/share/java ++junit-dir=/usr/share/java ++testng-dir=/usr/share/java + + # + # If you specify a non-empty string, then dont forget the Added: trunk/libformula-java/debian/patches/target-source-1.3.diff =================================================================== --- trunk/libformula-java/debian/patches/target-source-1.3.diff (rev 0) +++ trunk/libformula-java/debian/patches/target-source-1.3.diff 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,13 @@ +--- ant/build.properties-old 2007-08-28 00:03:35.000000000 +0200 ++++ ant/build.properties 2007-08-28 00:03:46.000000000 +0200 +@@ -18,8 +18,8 @@ + + # + # Make sure that JDK 1.2 compatible class files are generated +-build.target=1.2 +-build.source=1.2 ++build.target=1.3 ++build.source=1.3 + + # + # All path settings are relative to the project root directory Added: trunk/libformula-java/debian/rules =================================================================== --- trunk/libformula-java/debian/rules (rev 0) +++ trunk/libformula-java/debian/rules 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,32 @@ +#!/usr/bin/make -f +# debian/rules file for libfonts-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 := /usr/lib/jvm/java-gcj +ANT_HOME := /usr/share/ant + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-nodeps.jar jcommon +DEB_ANT_BUILDFILE := ant/build.xml +DEB_ANT_BUILD_TARGET := compile-jj compile javadoc + +VERSION := 0.1.8 + +clean:: + -rm -rf build + -rm -rf javadoc + -rm -f libformula-$(VERSION).jar + # don't use them, go sure + -rm -f lib/* lib/optional/* + for i in TokenMgrError.java ParseException.java Token.java JavaCharStream.java \ + GeneratedFormulaParser.java GeneratedFormulaParserConstants.java \ + GeneratedFormulaParserTokenManager.java; do \ + rm -f source/org/jfree/formula/parser/$$i; \ + done + +install/libformula-java:: + install -m 644 libformula-$(VERSION).jar debian/libformula-java/usr/share/java/libformula-$(VERSION).jar + ln -s libformula-$(VERSION).jar debian/libformula-java/usr/share/java/libformula.jar + Property changes on: trunk/libformula-java/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/libformula-java/debian/watch =================================================================== --- trunk/libformula-java/debian/watch (rev 0) +++ trunk/libformula-java/debian/watch 2008-04-25 16:34:50 UTC (rev 6256) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jfreereport/libformula-(.+)\.tar\.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

