[pkg-java] r2677 - in tags/libxerces2-java: . 2.8.1-1/debian

Marcus Better marcusb-guest at alioth.debian.org
Sun Oct 29 20:03:20 UTC 2006


Author: marcusb-guest
Date: 2006-10-29 21:03:20 +0100 (Sun, 29 Oct 2006)
New Revision: 2677

Added:
   tags/libxerces2-java/2.8.1-1/
   tags/libxerces2-java/2.8.1-1/debian/README.Debian
   tags/libxerces2-java/2.8.1-1/debian/changelog
   tags/libxerces2-java/2.8.1-1/debian/control
   tags/libxerces2-java/2.8.1-1/debian/copyright
   tags/libxerces2-java/2.8.1-1/debian/rules
Removed:
   tags/libxerces2-java/2.8.1-1/debian/README.Debian
   tags/libxerces2-java/2.8.1-1/debian/changelog
   tags/libxerces2-java/2.8.1-1/debian/control
   tags/libxerces2-java/2.8.1-1/debian/copyright
   tags/libxerces2-java/2.8.1-1/debian/rules
Log:
Tag release.

Copied: tags/libxerces2-java/2.8.1-1 (from rev 2644, trunk/libxerces2-java)

Deleted: tags/libxerces2-java/2.8.1-1/debian/README.Debian
===================================================================
--- trunk/libxerces2-java/debian/README.Debian	2006-10-22 19:18:54 UTC (rev 2644)
+++ tags/libxerces2-java/2.8.1-1/debian/README.Debian	2006-10-29 20:03:20 UTC (rev 2677)
@@ -1,17 +0,0 @@
-Xerces2-J for Debian
-====================
-
-- Unlike Xerces-J 1.x (Debian package libxerces-java) this package contains
-  two JARs in /usr/share/java/ which both need to be in your class path:
-  * xercesImpl.jar contains the actual Xerces parser
-  * xmlParserAPIs.jar contains the XML APIs (DOM, SAX) which are used by
-    all standard XML parsers. This is a symbolic link to jaxp-1.2.jar from
-    the libjaxp1.2-java package.
-
-- The APIs have not changed since the previous version so your applications
-  should run fine with this new version if you don't use any internal
-  classes.
-
-- The HTML documentation for Xerces2-J and XNI (Xerces Native Interface) can
-  be found in the libxerces2-java-doc package in the contrib section.
-

Copied: tags/libxerces2-java/2.8.1-1/debian/README.Debian (from rev 2654, trunk/libxerces2-java/debian/README.Debian)

Deleted: tags/libxerces2-java/2.8.1-1/debian/changelog
===================================================================
--- trunk/libxerces2-java/debian/changelog	2006-10-22 19:18:54 UTC (rev 2644)
+++ tags/libxerces2-java/2.8.1-1/debian/changelog	2006-10-29 20:03:20 UTC (rev 2677)
@@ -1,171 +0,0 @@
-libxerces2-java (2.8.0-1) unstable; urgency=low
-
-  * upload to unstable.
-
- -- Arnaud Vandyck <avdyk at debian.org>  Mon,  3 Jul 2006 11:29:15 +0000
-
-libxerces2-java (2.8.0-0) experimental; urgency=low
-
-  * New upstream release.
-  * Built with gcj
-  * Updated to Standards-Version 3.7.2: cdbs and debhelper to
-    Build-Depends
-  * Removed jikes compiler definition
-
- -- Arnaud Vandyck <avdyk at debian.org>  Mon,  3 Jul 2006 13:27:27 +0200
-
-libxerces2-java (2.6.2-4) unstable; urgency=low
-
-  * gnujaxp transition 
-
- -- Wolfgang Baer <WBaer at gmx.de>  Tue, 17 Jan 2006 21:50:14 +0100
-
-libxerces2-java (2.6.2-3) unstable; urgency=low
-
-  * libant1.6-java to ant transition
-  * As we now have ant >= 1.6.3 we can drop the dom2 source hack
-    + Remove dom2 source from debian package
-    + Added bootclasspath patch to the javac target
-  * Standards-Version 3.6.2 (no changes)
-
- -- Wolfgang Baer <WBaer at gmx.de>  Sun, 25 Sep 2005 02:02:36 +0200
-
-libxerces2-java (2.6.2-2) unstable; urgency=medium
-
-  * Included DOM Level 2 sources from the libjaxp1.2-java 
-    source package to built against them (closes: #304524)
-    Note: This is a temporary solution - after sarge we will update
-    ant which includes bootclasspath support for jikes need to build
-    without included sources.
-  * Included README.dom2-sources explaining where the DOM Level 2 sources
-    come from, why they are needed ...
-  * Included build.xml patch to copy the DOM Level 2 sources from the 
-    debian directory - before the build - to the build directory.
-  * Changed Build-Depends to Build-Depends-Indep to fix lintian warning.
-  * (avdyk) Added Wolfgang to the uploaders.
-  
- -- Wolfgang Baer <WBaer at gmx.de>  Tue, 19 Apr 2005 20:28:25 +0200
-
-libxerces2-java (2.6.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Build with free-java-sdk / SableVM instead of Kaffe so I don't need the
-    ugly LD_LIBRARY_PATH hack any longer (closes: #246468)
-  * Use libgnujaxp-java instead of libxerces-java to call Ant since it's
-    included by the SableVM wrapper automatically. It's a bit strange to use
-    an external XML parser to build an XML parser but such is life...
-  * Change the classpath dependency to classpath-common
-
- -- Stefan Gybas <sgybas at debian.org>  Sun,  6 Jun 2004 18:00:26 +0200
-
-libxerces2-java (2.6.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Split the libxerces2-java source package into libxerces2-java (main)
-    and libxerces2-java-doc (contrib). The package in main now builds the
-    library package, the one in contrib the documentation. Building the
-    documentation requires JDK 1.4 and other packages from contrib. The split
-    also avoids circular build dependencies with Xalan-J.
-  * Use Kaffe, Jikes and Ant 1.6 to build the package
-  * Use the new libjaxp1.2-java and libxml-commons-resolver1.1-java packages
-  * Updated the package description and README.Debian
-
- -- Stefan Gybas <sgybas at debian.org>  Wed, 18 Feb 2004 14:17:24 +0100
-
-libxerces2-java (2.6.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Depend on "classpath | java1-runtime | java2-runtime"
-  * Updated download location and copyright years in debian/copyright
-  * Move xercesSamples.jar from libxerces2-java to the examples in
-    libxerces2-java-doc
-  * Don't install versioned JARs in /usr/share/java. Sorry, I'm unable to
-    determine an API version. This version is fully compatible to version
-    2.5.*, 2.4.* and others. Should I create 5 symlinks for each JAR to
-    prevent other packages that use the versioned JAR from breaking?
-
- -- Stefan Gybas <sgybas at debian.org>  Tue, 13 Jan 2004 22:15:43 +0100
-
-libxerces2-java (2.5.0-1) unstable; urgency=low
-
-  * New upstream release (closes: #206185)
-  * Renamed to source package to libxerces2-java
-  * Set maintainer to Debian Java Maintainers
-  * Mention XML Inclusions (XInclude) in the long description
-  * Standards-Version: 3.6.1
-    + Changed Build-Depends-Indep to Build-Depends
-
- -- Stefan Gybas <sgybas at debian.org>  Fri, 17 Oct 2003 15:22:07 +0200
-
-xerces2-j (2.4.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Built using Blackdown's JDK 1.4 instead of the converted RPM from Sun
-  * Standards-Version: 3.5.9 (no changes required)
-
- -- Stefan Gybas <sgybas at debian.org>  Sun, 13 Apr 2003 18:50:54 +0200
-
-xerces2-j (2.3.0-1) unstable; urgency=low
-
-  * New upstream release
-    + Fixes the DTD parsing problems in Tomcat 4 (closes: #167135, #171929)
-  * Build with the latest Jikes version (>= 1.18)
-  * Include the compiled examples (xercesSamples.jar) (closes: #170822)
-  * Enable experimental DOM Level 3 support and updated the package
-    description about the new XML 1.1 features
-
- -- Stefan Gybas <sgybas at debian.org>  Mon, 10 Feb 2003 19:54:06 +0100
-
-xerces2-j (2.2.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Added versioned build dependency on jikes
-  * Compile the classes with debugging enabled
-  * Standards-Version: 3.5.8 (no changes required)
-
- -- Stefan Gybas <sgybas at debian.org>  Mon, 18 Nov 2002 15:10:27 +0100
-
-xerces2-j (2.2.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Added Takashi Okamoto and Ola Lundqvist as uploaders
-  * Use jikes to compile the Java classes
-
- -- Stefan Gybas <sgybas at debian.org>  Wed, 23 Oct 2002 18:23:15 +0200
-
-xerces2-j (2.1.0-1) unstable; urgency=low
-
-  * New upstream release
-  * Updated package description
-  * Build with latest Ant and Xalan-J versions
-  * Fixed some typos in README.Debian
-  * Build with debhelper >= 4.1.0 to get rid of /usr/doc compatibility
-    symlinks
-  * Standards-Version: 3.5.7
-
- -- Stefan Gybas <sgybas at debian.org>  Mon,  2 Sep 2002 15:35:13 +0200
-
-xerces2-j (2.0.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Build with j2sdk >= 1.4.0 because it supports -Djava.awt.headless=true
-    for Xalan and so an X11 display is not needed during the build
-  * Use debhelper V4
-  * Updated README.Debian and package description
-
- -- Stefan Gybas <sgybas at debian.org>  Mon,  1 Jul 2002 20:44:04 +0200
-
-xerces2-j (2.0.1-1) unstable; urgency=low
-
-  * New upstream release (closes: #140832)
-  * The package can now be built with j2sdk1.3 1.3.1-1 or later
-
- -- Stefan Gybas <sgybas at debian.org>  Wed,  3 Apr 2002 21:05:23 +0200
-
-xerces2-j (2.0.0-1) unstable; urgency=low
-
-  * Initial release
-  * Placed in contrib because it requires Ant and a Java2 environment 
-    to build
-
- -- Stefan Gybas <sgybas at debian.org>  Thu,  7 Feb 2002 16:37:15 +0100

Copied: tags/libxerces2-java/2.8.1-1/debian/changelog (from rev 2654, trunk/libxerces2-java/debian/changelog)

Deleted: tags/libxerces2-java/2.8.1-1/debian/control
===================================================================
--- trunk/libxerces2-java/debian/control	2006-10-22 19:18:54 UTC (rev 2644)
+++ tags/libxerces2-java/2.8.1-1/debian/control	2006-10-29 20:03:20 UTC (rev 2677)
@@ -1,41 +0,0 @@
-Source: libxerces2-java
-Section: libs
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0)
-Build-Depends-Indep: java-gcj-compat-dev, ant, libjaxp1.3-java, libxml-commons-resolver1.1-java
-Standards-Version: 3.7.2
-
-Package: libxerces2-java
-Architecture: all
-Section: libs
-Depends: classpath-common | java1-runtime | java2-runtime, libjaxp1.2-java
-Suggests: libxerces2-java-doc
-Description: Validating XML parser for Java with DOM level 3 support
- The Xerces2 Java parser is the reference implementation of XNI, the
- Xerces Native Interface, and also a fully conforming XML Schema processor.
- .
- Xerces2-J supports the following standards and APIs:
-  * eXtensible Markup Language (XML) 1.0 Second Edition Recommendation
-  * Namespaces in XML Recommendation
-  * Document Object Model (DOM) Level 2 Core, Events, and Traversal and
-    Range Recommendations
-  * Simple API for XML (SAX) 2.0.1 Core and Extension
-  * Java APIs for XML Processing (JAXP) 1.2.01
-  * XML Schema 1.0 Structures and Datatypes Recommendations
-  * Experimental implementation of the Document Object Model (DOM) Level 3
-    Core and Load/Save Working Drafts
-  * Provides a partial implementation of the XML Inclusions (XInclude) W3C
-    Candidate Recommendation
- .
- Xerces is now able to parse documents written according to the XML 1.1
- Candidate Recommendation, except that it does not yet provide an option to
- enable normalization checking as described in section 2.13 of this
- specification. It also handles namespaces according to the  XML Namespaces 1.1
- Candidate Recommendation, and will correctly serialize XML 1.1 documents if
- the DOM level 3 load/save API's are in use.
- .
- For more information about Xerces2-J see the home page at
- http://xml.apache.org/xerces2-j/index.html.
-

Copied: tags/libxerces2-java/2.8.1-1/debian/control (from rev 2675, trunk/libxerces2-java/debian/control)

Deleted: tags/libxerces2-java/2.8.1-1/debian/copyright
===================================================================
--- trunk/libxerces2-java/debian/copyright	2006-10-22 19:18:54 UTC (rev 2644)
+++ tags/libxerces2-java/2.8.1-1/debian/copyright	2006-10-29 20:03:20 UTC (rev 2677)
@@ -1,61 +0,0 @@
-This package was debianized by Stefan Gybas <sgybas at debian.org> on 07-Feb-2002.
-The source was downloaded from http://www.apache.de/dist/xml/xerces-j/
-
-Copyright:
-
-/*
- * The Apache Software License, Version 1.1
- *
- *
- * Copyright (c) 1999-2003 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 "Xerces" 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 at apache.org.
- *
- * 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 and was
- * originally based on software copyright (c) 1999, International
- * Business Machines, Inc., http://www.ibm.com.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */

Copied: tags/libxerces2-java/2.8.1-1/debian/copyright (from rev 2652, trunk/libxerces2-java/debian/copyright)

Deleted: tags/libxerces2-java/2.8.1-1/debian/rules
===================================================================
--- trunk/libxerces2-java/debian/rules	2006-10-22 19:18:54 UTC (rev 2644)
+++ tags/libxerces2-java/2.8.1-1/debian/rules	2006-10-29 20:03:20 UTC (rev 2677)
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules file for libxerces2-java (uses cdbs)
-
-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 := /usr/lib/jvm/java-gcj
-ANT_HOME  := /usr/share/ant
-
-# Additional JARs to add to the class path, either full path or just the
-# basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
-DEB_JARS := xml-commons-resolver-1.1 jaxp-1.3.jar
-
-# Ant targets to call
-DEB_ANT_CLEAN_TARGET :=
-DEB_ANT_BUILD_TARGET := jar
-
-
-clean::
-	rm -rf build
-

Copied: tags/libxerces2-java/2.8.1-1/debian/rules (from rev 2676, trunk/libxerces2-java/debian/rules)




More information about the pkg-java-commits mailing list