[libjaxen-java] 01/49: Initial revision

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 25 13:22:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libjaxen-java.

commit d32ce55e750666c7c4dd21019f8f8f4effdb9f7f
Author: Arnaud Vandyck <avdyk at debian.org>
Date:   Fri Apr 15 15:51:39 2005 +0000

    Initial revision
---
 debian/README.Debian                          |  7 +++
 debian/ant.properties                         |  5 ++
 debian/changelog                              |  6 +++
 debian/compat                                 |  1 +
 debian/control                                | 21 +++++++++
 debian/copyright                              | 66 +++++++++++++++++++++++++++
 debian/dirs                                   |  1 +
 debian/docs                                   |  1 +
 debian/install                                |  2 +
 debian/links                                  |  2 +
 debian/patches/01_build_without_warning.patch | 26 +++++++++++
 debian/rules                                  | 19 ++++++++
 12 files changed, 157 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..d670078
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+libjaxen-java for Debian
+------------------------
+
+At the moment, jaxen in Debian supports jdom. Dom4J and EXML are not yet
+in Debian and I couldn't build the dom support.
+
+ -- Arnaud Vandyck <avdyk at debian.org>, Fri Apr 15 16:31:06 2005
diff --git a/debian/ant.properties b/debian/ant.properties
new file mode 100644
index 0000000..eb74806
--- /dev/null
+++ b/debian/ant.properties
@@ -0,0 +1,5 @@
+lib.dir=/usr/share/java
+support.dom4j=false
+support.jdom=true
+support.dom=false
+support.exml=false
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..56688da
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libjaxen-java (1.0FCS-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 15 Apr 2005 17:42:45 +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..721b3fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libjaxen-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.8), kaffe (>= 2:1.1.4), libant1.6-java, jikes, junit, libjdom0-java, libsaxpath-java, libdom1-java
+Standards-Version: 3.6.1
+
+Package: libjaxen-java
+Architecture: all
+Depends: kaffe | gij | sablevm | java1-runtime | java2-runtime, libgnujaxp-java, libjdom0-java, libsaxpath-java, libdom1-java
+Suggests: java-virtual-machine
+Description: Java XPath engine for use on a variety of XML object models
+ The Jaxen project is a Java XPath Engine based on SAXPath. Jaxen is a
+ universal object model walker, capable of evaluating XPath expressions
+ across multiple models.  Currently supported is JDOM.
+ .
+ This package does not support DOM, DOM4J and EXML.
+ .
+ Homepage: <http://sourceforge.net/projects/jaxen>
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6255e5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,66 @@
+This package was debianized by Arnaud Vandyck <avdyk at debian.org> on
+Fri, 15 Apr 2005 15:53:37 +0200.
+
+It was downloaded from http://sourceforge.net/projects/jaxen
+
+Upstream Authors: Bob McWhirter <bob at werken.com> and 
+                  James Strachan <jstrachan at apache.org>
+
+Copyright:
+
+/*-- 
+
+ $Id$
+
+ Copyright (C) 2000-2002 bob mcwhirter & James Strachan.
+ 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 disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+
+ 3. The name "Jaxen" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact license at jaxen.org.
+ 
+ 4. Products derived from this software may not be called "Jaxen", nor
+    may "Jaxen" appear in their name, without prior written permission
+    from the Jaxen Project Management (pm at jaxen.org).
+ 
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      Jaxen Project (http://www.jaxen.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.jaxen.org/
+
+ 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 Jaxen AUTHORS OR THE PROJECT
+ 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 Jaxen Project and was originally 
+ created by bob mcwhirter <bob at werken.com> and 
+ James Strachan <jstrachan at apache.org>.  For more information on the 
+ Jaxen Project, please see <http://www.jaxen.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..8b13789
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..c7caf6b
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+build/jaxen-core.jar usr/share/java
+build/jaxen-jdom.jar usr/share/java
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..c6723c6
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+usr/share/java/jaxen-core.jar usr/share/java/jaxen-core-1.0.0FCS.jar
+usr/share/java/jaxen-jdom.jar usr/share/java/jaxen-jdom-1.0.0FCS.jar
diff --git a/debian/patches/01_build_without_warning.patch b/debian/patches/01_build_without_warning.patch
new file mode 100644
index 0000000..3e7c60a
--- /dev/null
+++ b/debian/patches/01_build_without_warning.patch
@@ -0,0 +1,26 @@
+--- build.xml.orig	2005-04-15 16:21:02.000000000 +0200
++++ build.xml	2005-04-15 16:21:36.000000000 +0200
+@@ -234,6 +234,7 @@
+     <javac destdir="${build.dest.main}"
+            debug="${debug}"
+            optimize="${optimize}"
++           nowarn="true"
+            deprecation="${deprecation}">
+         <src path="${build.src.main}"/>
+         <patternset refid="jaxen.${object.model}"/>
+@@ -244,6 +245,7 @@
+     <javac destdir="${build.dest.test}"
+            debug="${debug}"
+            optimize="${optimize}"
++           nowarn="true"
+            deprecation="${deprecation}">
+         <src path="${build.src.test}"/>
+         <classpath path="${build.dest.test}"/>
+@@ -256,6 +258,7 @@
+     <javac destdir="${build.dest.samples}"
+            debug="${debug}"
+            optimize="${optimize}"
++           nowarn="true"
+            deprecation="${deprecation}">
+         <src path="${build.src.samples}"/>
+         <classpath path="${build.dest.samples}"/>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..689a198
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# debian/rules for Commons Beanutils (uses CDBS)
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+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/kaffe
+ANT_HOME             := /usr/share/ant1.6
+DEB_JARS             := junit saxpath jdom0 /usr/share/ant1.6/lib/ant-launcher.jar # xalan2 xercesImpl xml-apis ant-optional
+DEB_ANT_COMPILER     := jikes
+DEB_ANT_BUILD_TARGET := jar.core jar.jdom # jar.dom jar.dom4j jar.exml
+
+LIBRARY=jaxen
+VERSION=1.0.0FCS
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjaxen-java.git



More information about the pkg-java-commits mailing list