This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository libcommons-jxpath-java.
commit 6af5b2965f3eeb1a04ce81e05c163a5828cec45e Author: Arnaud Vandyck <[email protected]> Date: Tue Jul 6 22:18:06 2004 +0000 Initial revision --- debian/README.Debian | 12 +++++ debian/ant.properties | 9 ++++ debian/changelog | 12 +++++ debian/compat | 1 + debian/control | 22 +++++++++ debian/copyright | 60 ++++++++++++++++++++++++ debian/dirs | 1 + debian/docs | 3 ++ debian/install | 1 + debian/links | 1 + debian/patches/00list | 1 + debian/patches/01_build_entity_workaround.dpatch | 37 +++++++++++++++ debian/rules | 30 ++++++++++++ 13 files changed, 190 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..6787061 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,12 @@ +libcommons-jxpath-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! + +libcommons-jxpath-java is in contrib because of libservlet2.3-java + + -- Arnaud Vandyck <[email protected]>, Wed Oct 29 11:34:35 2003 diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..f8cd7f6 --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1,9 @@ +build.sysclasspath=only +final.name=commons-jxpath-1.1 +junit.jar = /usr/share/java/junit.jar +jaxp.jaxp.jar = /usr/share/java/jaxp.jaxp.jar +jaxp.xslt.jar = /usr/share/java/jaxp.xslt.jar +servlet.jar = /usr/share/java/servlet-2.3.jar +commons-beanutils.jar = /usr/share/java/commons-beanutils.jar +commons-collections.jar = /usr/share/java/commons-collections.jar +commons-logging.jar = /usr/share/java/commons-logging.jar diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0ab6e5a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,12 @@ +libcommons-jxpath-java (1.2-1) unstable; urgency=low + + * New upstream release + + -- Arnaud Vandyck <[email protected]> Wed, 7 Jul 2004 00:16:42 +0200 + +libcommons-jxpath-java (1.1-1) unstable; urgency=low + + * Initial Release (closes: #217939). + + -- Arnaud Vandyck <[email protected]> Wed, 29 Oct 2003 11:11:47 +0100 + 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..a9b2226 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: libcommons-jxpath-java +Section: contrib/libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Ola Lundqvist <[email protected]>, Takashi Okamoto <[email protected]>, Stefan Gybas <[email protected]>, Arnaud Vandyck <[email protected]> +Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), kaffe (>= 1.1.1), libant1.5-java, dpatch (>= 1.11), libcommons-logging-java, junit, libgnujaxp-java, javacc, libservlet2.3-java, libcommons-collections-java, libcommons-beanutils-java, libjdom-java +Standards-Version: 3.6.1 + +Package: libcommons-jxpath-java +Architecture: all +Depends: kaffe (>= 1.1.1) | java1-runtime | java2-runtime, libgnujaxp-java, javacc +Suggests: java-virtual-machine +Description: manipulate javabean using XPath syntax + This library provides the java developper the ability to manipulate + javabeans with the XPath syntax. It also supports java collections, + objects with dynamic properties (like Map, ServletContext, etc) + and mechanism for adding support for additional models. + . + One of the most important feature of the component is the + unification of reference syntax between DOM and java. + . + Homepage: http://jakarta.apache.org/commons/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..778786a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Arnaud Vandyck <[email protected]> on +Mon, 27 Oct 2003 17:57:08 +0200. + +It was downloaded from http://jakarta.apache.org/commons/ + +Upstream Author: Dmitri Plotnikov <[email protected]> + +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 [email protected]. + +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 +<http://www.apache.org/>. + 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/docs b/debian/docs new file mode 100644 index 0000000..c1bb272 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +PROPOSAL.html +STATUS.html +docs/* diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..94ee7b8 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +dist/commons-jxpath-1.1.jar usr/share/java/ diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..27aece8 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +usr/share/java/commons-jxpath-1.1.jar usr/share/java/commons-jxpath.jar diff --git a/debian/patches/00list b/debian/patches/00list new file mode 100644 index 0000000..585c57b --- /dev/null +++ b/debian/patches/00list @@ -0,0 +1 @@ +01_build_entity_workaround diff --git a/debian/patches/01_build_entity_workaround.dpatch b/debian/patches/01_build_entity_workaround.dpatch new file mode 100644 index 0000000..7d10352 --- /dev/null +++ b/debian/patches/01_build_entity_workaround.dpatch @@ -0,0 +1,37 @@ +#!/bin/sh -e +## 01_build_entity_workaround.dpatch by Arnaud Vandyck <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +if [ $# -ne 1 ]; then + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1 +fi + +[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts +patch_opts="${patch_opts:--f --no-backup-if-mismatch}" + +case "$1" in + -patch) patch $patch_opts -p1 < $0;; + -unpatch) patch $patch_opts -p1 -R < $0;; + *) + echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" + exit 1;; +esac + +exit 0 + +@DPATCH@ +diff -urNad /home/arnaud/debian/ITP/libcommons-jxpath-java/libcommons-jxpath-java-1.1/build.xml libcommons-jxpath-java-1.1/build.xml +--- /home/arnaud/debian/ITP/libcommons-jxpath-java/libcommons-jxpath-java-1.1/build.xml 2003-01-31 00:41:28.000000000 +0100 ++++ libcommons-jxpath-java-1.1/build.xml 2003-10-29 11:31:43.000000000 +0100 +@@ -264,7 +264,7 @@ + author="true" + private="false" + version="true" +- doctitle="<h1>${component.title}</h1>" ++ doctitle="${component.title}" + windowtitle="${component.title} (Version ${component.version})" + bottom="Copyright (c) 2001 - Apache Software Foundation"/> + </target> diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..74721ad --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# debian/rules for libcommons-jxpath-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 + +JAVA_HOME_DIRS := /usr/lib/kaffe +#JAVACMD := /usr/bin/java-sablevm +ANT_HOME := /usr/share/ant1.6 +DEB_JARS := junit gnujaxp jdom1 javacc servlet-2.3 commons-beanutils common-collections commons-logging /usr/share/ant1.6/lib/ant-launcher.jar +DEB_ANT_COMPILER := jikes +DEB_ANT_BUILD_TARGET := jar + +LIBRARY=commons-jxpath +VERSION=1.1 + +clean:: + + +pre-build:: + +install/lib${LIBRARY}-java:: + mv dist/${LIBRARY}.jar dist/${LIBRARY}-${VERSION}.jar + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jxpath-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

