This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjaxp1.3-java.
commit 0c2c5b96f7b4fd90531108aee0efdb676ace1393 Author: Stefan Gybas <[email protected]> Date: Tue Feb 17 23:28:48 2004 +0000 Initial release (1.2.01-1) --- debian/changelog | 6 +++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++ debian/copyright | 61 ++++++++++++++++++++++++++++++++++++++++++ debian/libjaxp1.2-java.docs | 1 + debian/libjaxp1.2-java.install | 1 + debian/rules | 19 +++++++++++++ 7 files changed, 114 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..125eae2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libjaxp1.2-java (1.2.01-1) unstable; urgency=low + + * Initial release + * This package provides the SAX classes in a small package (closes: #151713) + + -- Stefan Gybas <[email protected]> Tue, 17 Feb 2004 22:55:22 +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..e70e44f --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libjaxp1.2-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Stefan Gybas <[email protected]> +Build-Depends: cdbs, debhelper (>= 4.1.0), classpath, jikes, fastjar +Standards-Version: 3.6.1 + +Package: libjaxp1.2-java +Architecture: all +Section: libs +Depends: classpath | java1-runtime | java2-runtime +Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) + xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML + parser and Xalan-J XSLT processor and specifies these APIs: + * Document Object Model (DOM) level 2 + * Simple API for XML (SAX) 2.0.1 + * Java APIs for XML Processing (JAXP) 1.2.01 + * Transformation API for XML (TrAX) 1.2.01 + . + These classes are also used in Sun's reference implementation. A GPL'ed + implementation of these APIs can be found in the libgnujaxp-java package. + . + Sun's JAXP home page: http://java.sun.com/xml/jaxp/index.jsp + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..fdd9608 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Stefan Gybas <[email protected]> on 17-Feb-2004. +The source was downloaded from http://www.apache.de/dist/xml/xerces-j/ + +The Debian orig.tar.gz contains a repacked version of +xml-commons-external-1.2.01-src.zip from Xerces-J-tools.2.6.1.tar.gz. + +Copyright: + +/* ==================================================================== + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2001-2002 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 acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. + * + * 4. The names "Apache" 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 name, without prior written + * permission of the Apache Software Foundation. + * + * 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/libjaxp1.2-java.docs b/debian/libjaxp1.2-java.docs new file mode 100644 index 0000000..d3d3923 --- /dev/null +++ b/debian/libjaxp1.2-java.docs @@ -0,0 +1 @@ +README.*.txt diff --git a/debian/libjaxp1.2-java.install b/debian/libjaxp1.2-java.install new file mode 100644 index 0000000..7ceb7a1 --- /dev/null +++ b/debian/libjaxp1.2-java.install @@ -0,0 +1 @@ +build/jaxp-1.2.jar /usr/share/java diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..930b394 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# debian/rules file for libjaxp1.2-java (uses cdbs) + +include /usr/share/cdbs/1/rules/debhelper.mk + +clean:: + rm -rf build debian/build-stamp + +build/libjaxp1.2-java:: debian/build-stamp +debian/build-stamp: + mkdir -p build/license + + # An alternative would be to build the classes using GCJ + #gcj -C -O2 -d build `find javax org -name \*.java` + jikes -bootclasspath /usr/share/classpath/glibj.zip -d build `find javax org -name \*.java` + cp LICENSE.*.txt README.*.txt build/license + cd build && fastjar -c -m ../manifest.commons -f jaxp-1.2.jar javax license org + touch debian/build-stamp + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjaxp1.3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

