--- libcommons-jexl-java-1.0.orig/build.xml +++ libcommons-jexl-java-1.0/build.xml @@ -157,4 +157,4 @@ - \ No newline at end of file + --- libcommons-jexl-java-1.0.orig/debian/patches/01_jar_without_tests.patch +++ libcommons-jexl-java-1.0/debian/patches/01_jar_without_tests.patch @@ -0,0 +1,11 @@ +--- build.xml.orig 2004-10-11 14:47:47.360091824 +0200 ++++ build.xml 2004-10-11 14:47:59.160297920 +0200 +@@ -52,7 +52,7 @@ + + + +- ++ + + + --- libcommons-jexl-java-1.0.orig/debian/README.Debian +++ libcommons-jexl-java-1.0/debian/README.Debian @@ -0,0 +1,12 @@ +libcommons-jexl-java for Debian +------------------------------ + +No javadoc at the moment to put the library in main. As soon as a free +replacement for the java documentation tool exists, I'll add the +documentation. If your really want the documentation, at-get source this +package and run 'ant javadoc' but you'll have to install a non-free +j2sdk! + +In contrib because of libcommons-logging-java + + -- Arnaud Vandyck , Fri Nov 7 11:31:20 2003 --- libcommons-jexl-java-1.0.orig/debian/control +++ libcommons-jexl-java-1.0/debian/control @@ -0,0 +1,18 @@ +Source: libcommons-jexl-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Ola Lundqvist , Takashi Okamoto , Stefan Gybas , Arnaud Vandyck +Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), sablevm (>= 1.1.5), ant, jikes, libcommons-logging-java, junit, libgnujaxp-java +Standards-Version: 3.6.1 + +Package: libcommons-jexl-java +Architecture: all +Depends: sablevm (>= 1.1.5) | java1-runtime | java2-runtime +Description: expression language engine + This library is an expression language engine for easy embedding in + applications and frameworks. It implements an extented version of the + Expression Language of the JSTL (Java Standard Tag Library, java server + related technology). + . + Homepage: http://jakarta.apache.org/commons/jexl --- libcommons-jexl-java-1.0.orig/debian/ant.properties +++ libcommons-jexl-java-1.0/debian/ant.properties @@ -0,0 +1,2 @@ +build.sysclasspath=only +final.name=commons-jexl-1.0 --- libcommons-jexl-java-1.0.orig/debian/rules +++ libcommons-jexl-java-1.0/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# debian/rules for libcommons-jexl-java (uses CDBS) + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatibility version to use. +#export DH_COMPAT=4 + +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 + +JLIBS = /usr/share/java + +#JAVA_HOME_DIRS := /usr/lib/kaffe +JAVACMD := /usr/bin/java-sablevm +ANT_HOME := /usr/share/ant +DEB_JARS := junit commons-logging gnujaxp $(ANT_HOME)/lib/ant-launcher.jar +DEB_ANT_COMPILER := jikes +DEB_ANT_BUILD_TARGET := jar +#DEB_ANT_TEST_TARGET := test + +LIBRARY=commons-jexl +VERSION=1.0 --- libcommons-jexl-java-1.0.orig/debian/changelog +++ libcommons-jexl-java-1.0/debian/changelog @@ -0,0 +1,51 @@ +libcommons-jexl-java (1.0-2) unstable; urgency=low + + * libant1.6-java to ant transition + + -- Arnaud Vandyck Sat, 20 Aug 2005 20:22:50 +0200 + +libcommons-jexl-java (1.0-1) unstable; urgency=low + + * New upstream release + * debian/watch: added + * no more junit tests when building at the moment + * no more documentation at the moment + + -- Arnaud Vandyck Mon, 11 Oct 2004 14:53:22 +0200 + +libcommons-jexl-java (0.99beta1-5) unstable; urgency=low + + * added gnujaxp to the build-dep (closes: #264074). + + -- Arnaud Vandyck Sun, 8 Aug 2004 01:17:46 +0200 + +libcommons-jexl-java (0.99beta1-4) unstable; urgency=low + + * Now build with SableVM and libant1.6-java + + -- Arnaud Vandyck Sat, 12 Jun 2004 19:04:09 +0200 + +libcommons-jexl-java (0.99beta1-3) unstable; urgency=low + + * Move to main: libcommons-logging-java is now in main, every + dependencies are in main, the package is ready to move to main + * removed dpatch dependency and using the cdbs simple patch sys facility + * added gij and sablevm as alternative JVM + * package now build with kaffe, libant1.5-java and jikes + * debian/patches: removed unused files + + -- Arnaud Vandyck Tue, 4 May 2004 16:18:39 +0200 + +libcommons-jexl-java (0.99beta1-2) unstable; urgency=low + + * debian/control (Section): goes in contrib because of + libcommons-logging-java + + -- Arnaud Vandyck Fri, 7 Nov 2003 11:31:01 +0100 + +libcommons-jexl-java (0.99beta1-1) unstable; urgency=low + + * Initial Release (closes: #217940). + + -- Arnaud Vandyck Wed, 29 Oct 2003 10:55:27 +0100 + --- libcommons-jexl-java-1.0.orig/debian/compat +++ libcommons-jexl-java-1.0/debian/compat @@ -0,0 +1 @@ +4 --- libcommons-jexl-java-1.0.orig/debian/copyright +++ libcommons-jexl-java-1.0/debian/copyright @@ -0,0 +1,62 @@ +This package was debianized by Arnaud Vandyck on +Mon, 27 Oct 2003 17:57:08 +0200. + +It was downloaded from http://jakarta.apache.org/commons/jexl + +Upstream Author: Geir Magnusson Jr. , + James Strachan , + Peter Royal + +Copyright: +The Apache Software License, Version 1.1 + +Copyright (c) 1999-2001 The Apache Software Foundation. All rights +reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. 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. + +3. The end-user documentation included with the redistribution, if + any, must include the following acknowlegement: + "This product includes software developed by the + Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowlegement may appear in the software itself, + if and wherever such third-party acknowlegements normally appear. + +4. The names "The Jakarta Project", "Commons", and "Apache Software + Foundation" must not be used to endorse or promote products derived + from this software without prior written permission. For written + permission, please contact apache@apache.org. + +5. Products derived from this software may not be called "Apache" + nor may "Apache" appear in their names without prior written + permission of the Apache Group. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR +ITS 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. +==================================================================== + +This software consists of voluntary contributions made by many +individuals on behalf of the Apache Software Foundation. For more +information on the Apache Software Foundation, please see +. + --- libcommons-jexl-java-1.0.orig/debian/dirs +++ libcommons-jexl-java-1.0/debian/dirs @@ -0,0 +1 @@ +usr/share/java --- libcommons-jexl-java-1.0.orig/debian/install +++ libcommons-jexl-java-1.0/debian/install @@ -0,0 +1 @@ +target/commons-jexl-1.0.jar usr/share/java/ --- libcommons-jexl-java-1.0.orig/debian/links +++ libcommons-jexl-java-1.0/debian/links @@ -0,0 +1 @@ +usr/share/java/commons-jexl-1.0.jar usr/share/java/commons-jexl.jar --- libcommons-jexl-java-1.0.orig/debian/watch +++ libcommons-jexl-java-1.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.apache.org/dist/java-repository/commons-jexl/distributions/commons-jexl-(.*)-src\.tar\.gz debian uupdate