This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ognl.
commit a07d3acb6f33c7a022f5ab3f69a7db9e120919ce Author: Trygve Laugstøl <[email protected]> Date: Sat Aug 6 15:39:52 2005 +0000 Initial revision --- .cvsignore | 10 +++++++++ debian/.cvsignore | 2 ++ debian/README.Debian | 8 +++++++ debian/changelog | 6 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++ debian/copyright | 39 ++++++++++++++++++++++++++++++++ debian/dirs | 1 + debian/files | 1 + debian/links | 1 + debian/patches/.cvsignore | 1 + debian/patches/01build.xml.patch | 40 +++++++++++++++++++++++++++++++++ debian/patches/02build.properties.patch | 11 +++++++++ debian/rules | 19 ++++++++++++++++ 14 files changed, 155 insertions(+) diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..0cf891a --- /dev/null +++ b/.cvsignore @@ -0,0 +1,10 @@ +META-INF +build-intern.xml +build.properties +build.xml +docbook +java +javadoc +parser-generated +target +test diff --git a/debian/.cvsignore b/debian/.cvsignore new file mode 100644 index 0000000..5b7e41e --- /dev/null +++ b/debian/.cvsignore @@ -0,0 +1,2 @@ +stamp* +ognl diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..d586316 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +ognl +---- + +OGNL is an expression language for getting and setting properties of Java +objects. + +-- +Trygve Laugstøl diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f59da0a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +ognl (2.5.1) unstable; urgency=low + + * Non-maintainer upload. + * Initial Release (closes: #321476). + + -- Trygve Laugstøl <[email protected]> Tue, 2 Aug 2005 17:20:00 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c6f55a6 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: ognl +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: +Build-Depends-Indep: debhelper (>> 4.0.0), jikes-classpath, fastjar, cdbs +Standards-Version: 3.6.2 + +Package: ognl +Architecture: all +Depends: gij | sablevm | kaffe | jamvm | java1-runtime | java2-runtime +Description: Java expression language + OGNL stands for Object-Graph Navigation Language; it is an expression language + for getting and setting properties of Java objects. You use the same + expression for both getting and setting the value of a property. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3b4042a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Trygve Laugstøl <[email protected]> on +Tue, 2 Aug 2005 17:20:00 +0200 + +It was downloaded from http://www.ognl.org/2.5.1/ognl-2.5.1-dist.jar + +Upstream Authors: Drew Davidson <[email protected]> + Luke Blanshard + +Copyright: +//-------------------------------------------------------------------------- +// Copyright (c) 2002, Drew Davidson and Luke Blanshard +// All rights reserved. +// +// 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 the Drew Davidson 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. +//-------------------------------------------------------------------------- diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..13c9f03 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/share/java diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..fd26098 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ognl_2.5.1_all.deb libs optional diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..3c160b6 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +usr/share/java/ognl-2.5.1.jar usr/share/java/ognl.jar diff --git a/debian/patches/.cvsignore b/debian/patches/.cvsignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/debian/patches/.cvsignore @@ -0,0 +1 @@ +*.log diff --git a/debian/patches/01build.xml.patch b/debian/patches/01build.xml.patch new file mode 100644 index 0000000..64c5ea0 --- /dev/null +++ b/debian/patches/01build.xml.patch @@ -0,0 +1,40 @@ +--- /tmp/ognl-2.5.1/build.xml 2005-08-02 17:36:49.000000000 +0200 ++++ build.xml 2005-08-06 17:25:49.520289464 +0200 +@@ -34,7 +34,7 @@ + <!-- General environment setup --> + <property environment="env"/> + <property file="build.properties"/> +- <property name="workarea.root" location="../../../.."/> ++ <property name="workarea.root" location="."/> + <property name="workarea.lib" location="${workarea.root}/ThirdParty/Libraries"/> + <property name="workarea.dist" location="${workarea.root}/ThirdParty/Distributions"/> + +@@ -335,18 +335,18 @@ + </target> + + <target name="parser" unless="parser.build.notRequired"> +- <java classname="COM.sun.labs.jjtree.Main" classpath="${javacc.jar}" fork="true"> ++ <java classname="org.javacc.jjtree.Main" classpath="${javacc.jar}" fork="true"> + <arg value="-OUTPUT_DIRECTORY=${output.classes}/ognl"/> + <arg value="${project.src.java}/ognl/ognl.jjt"/> + </java> +- <java classname="COM.sun.labs.javacc.Main" classpath="${javacc.jar}" fork="true"> ++ <java classname="org.javacc.parser.Main" classpath="${javacc.jar}" fork="true"> + <arg value="-OUTPUT_DIRECTORY=${output.classes}/ognl"/> + <arg value="${output.classes}/ognl/ognl.jj"/> + </java> + </target> + + <target name="compile" unless="source.build.notRequired"> +- <javac destdir="${output.classes}" optimize="${javac.optimize}" debug="${javac.debug}" deprecation="${javac.deprecation}" classpath="${output.classes}"> ++ <javac destdir="${output.classes}" optimize="${javac.optimize}" debug="${javac.debug}" deprecation="${javac.deprecation}" classpath="${output.classes}" nowarn="on"> + <classpath refid="compile.class.path"/> + <src path="${project.src.java}/ognl"/> + <src path="${output.classes}"/> +@@ -379,4 +379,4 @@ + </java> + </target> + +-</project> +\ No newline at end of file ++</project> diff --git a/debian/patches/02build.properties.patch b/debian/patches/02build.properties.patch new file mode 100644 index 0000000..c92c3e1 --- /dev/null +++ b/debian/patches/02build.properties.patch @@ -0,0 +1,11 @@ +--- /dev/null 2005-04-30 15:48:21.320416232 +0200 ++++ build.properties 2005-08-06 16:49:30.196334200 +0200 +@@ -0,0 +1,8 @@ ++workarea.root=. ++env.TEMP=target ++ ++output.base=target ++output.jars=debian/ognl/usr/share/java ++output.jar=debian/ognl/usr/share/java/ognl-2.5.1.jar ++ ++javacc.jar=/usr/share/java/javacc.jar diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3d0b290 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME_DIRS := \ + /usr/lib/j2sdk1.4-sun \ + /usr/lib/j2sdk1.4 \ + /usr/lib/j2sdk1.3 \ + /usr/lib/j2se/1.4 \ + /usr/lib/j2se/1.3 + +ANT_HOME := /usr/share/ant +DEB_JARS := /usr/share/ant/lib/ant-launcher.jar + +DEB_ANT_CLEAN_TARGET := clean +DEB_ANT_BUILD_TARGET := -Dshow.info=true info +DEB_ANT_INSTALL_TARGET := jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ognl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

