debian/0000775000000000000000000000000011755424367007206 5ustar debian/rules0000775000000000000000000000411511626014231010245 0ustar #!/usr/bin/make -f # debian/rules for libxml-commons-external-java (uses CDBS) include /usr/share/cdbs/1/rules/debhelper.mk VERSION := ${DEB_UPSTREAM_VERSION} JAVA_HOME := /usr/lib/jvm/default-java clean:: rm -rf classes xml-apis-ext.jar xml-apis.jar docs build-indep: # Build all classes mkdir classes javac -source 1.4 -d classes `find org/ javax/ -name '*.java'` # Build xml-apis-ext and xml-apis jar (cd classes/; jar -cvfm ../xml-apis-ext.jar ../manifest.commons \ `find -type d -name "sac" -o -name "smil" -o -name "svg"`) (cd classes/; jar -cvfm ../xml-apis.jar ../manifest.commons \ `find -type f ! \( -wholename "*/sac/*" -o -wholename "*/smil/*" -o -wholename "*/svg/*" \)`) #Build api documentation mkdir api javadoc -d api javax.xml org.apache.xmlcommons org.w3c.css.sac org.w3c.dom install/libxml-commons-external-java:: # Install xml-apis-ext mh_installpom -v -plibxml-commons-external-java debian/xml-apis-ext.xml mh_installjar -plibxml-commons-external-java -l debian/xml-apis-ext.xml \ -s -nxml-apis-ext -i${VERSION} xml-apis-ext.jar dh_link -plibxml-commons-external-java /usr/share/java/xml-apis-ext-${VERSION}.jar /usr/share/java/xml-commons-external-${VERSION}.jar dh_link -plibxml-commons-external-java /usr/share/java/xml-apis-ext-${VERSION}.jar /usr/share/java/xml-commons-external.jar dh_link -plibxml-commons-external-java /usr/share/java/xml-apis-ext-${VERSION}.jar /usr/share/java/xml-apis-ext.jar # Install xml-apis mh_installpom -v -plibxml-commons-external-java debian/xml-apis.xml mh_installjar -plibxml-commons-external-java -l debian/xml-apis.xml \ -s -nxml-apis -i${VERSION} xml-apis.jar dh_link -plibxml-commons-external-java /usr/share/java/xml-apis-${VERSION}.jar /usr/share/java/jaxp-1.4.jar install/libxml-commons-external-java-doc:: # Install the documentation into the libxml-commons-java-doc package mkdir -p debian/libxml-commons-external-java-doc/usr/share/doc/libxml-commons-external-java/ cp -r api debian/libxml-commons-external-java-doc/usr/share/doc/libxml-commons-external-java/ get-orig-source:: uscan --force-download --rename debian/control0000664000000000000000000000267411626014231010600 0ustar Source: xml-commons-external Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Vincent Fourmond , Onkar Shinde , Damien Raude-Morvan Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper Build-Depends-Indep: default-jdk Homepage: http://xml.apache.org/commons/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-commons-external Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-commons-external Package: libxml-commons-external-java Architecture: all Depends: ${misc:Depends} Description: XML Commons external code - DOM, SAX, and JAXP, etc xml-commons is focused on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. Package: libxml-commons-external-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Documentation of XML Commons external API xml-commons is focussed on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. . This package contains class API documentation for XML Commons external API. debian/copyright0000664000000000000000000001230211625275440011127 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co&pathrev=174 Upstream-Name: XML Commons External Upstream-Maintainer: The Apache Software Foundation Source: http://xml.apache.org/commons/components/external/ Files: org/xml/sax/* License: PD These files are in the public domain Files: org/w3c/css/sac/*, org/w3c/dom/* Copyright: Copyright © 1994-2002 World Wide Web Consortium. License: BSD-like W3C® SOFTWARE NOTICE AND LICENSE http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: 1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. 2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. 3. Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. ____________________________________ This formulation of W3C's notice and license became active on December 31 2002. This version removes the copyright ownership notice such that this license can be used with materials other than those owned by the W3C, reflects that ERCIM is now a host of the W3C, includes references to this specific dated version of the license, and removes the ambiguous grant of "use". Otherwise, this version is the same as the previous version and is written so as to preserve the Free Software Foundation's assessment of GPL compatibility and OSI's certification under the Open Source Definition. Please see our Copyright FAQ for common questions about using materials from our site, including specific terms and conditions for packages like libwww, Amaya, and Jigsaw. Other questions about this notice can be directed to site-policy@w3.org. Joseph Reagle Last revised by Reagle $Date: 2005-06-03 18:49:13 -0400 (Fri, 03 Jun 2005) $ Files: org/w3c/dom/svg/EventListenerInitializer.java, org/xml/sax/helpers/SecuritySupport*.java, javax/xml/*, org/apache/xmlcommons/Version.* Copyright: Copyright © 2006 The Apache Software Foundation. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The full text of the Apache License version 2.0 can be found at /usr/share/common-licenses/Apache-2.0 on debian systems. Files: debian/* Copyright: Copyright © 2008 by Onkar Shinde Copyright: Copyright © 2008, 2009 by Vincent Fourmond License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. debian/xml-apis-ext.xml0000664000000000000000000000327011626014231012240 0ustar 4.0.0 xml-apis xml-apis-ext XML Commons External Components XML APIs Extensions 1.4.01 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun. http://xml.apache.org/commons/components/external/ bugzilla http://issues.apache.org/bugzilla/ XML Commons Developer's List commons-dev-subscribe@xml.apache.org commons-dev-unsubscribe@xml.apache.org commons-dev@xml.apache.org http://mail-archives.apache.org/mod_mbox/xml-commons-dev/ scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/ http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_3_04/ deployed debian/xml-apis.xml0000664000000000000000000000325511626014231011445 0ustar 4.0.0 xml-apis xml-apis-1.4 XML Commons External Components XML APIs 1.4.01 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun. http://xml.apache.org/commons/components/external/ bugzilla http://issues.apache.org/bugzilla/ XML Commons Developer's List commons-dev-subscribe@xml.apache.org commons-dev-unsubscribe@xml.apache.org commons-dev@xml.apache.org http://mail-archives.apache.org/mod_mbox/xml-commons-dev/ scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/ http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_3_04/ deployed debian/watch0000664000000000000000000000016111625275440010225 0ustar version=3 http://www.apache.org/dist/xml/commons/source/xml-commons-external-([\d\.]+)-src.tar.gz debian uupdate debian/changelog0000664000000000000000000000537411755424367011071 0ustar xml-commons-external (1.4.01-2build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:48:23 +0100 xml-commons-external (1.4.01-2) unstable; urgency=low * d/control: Add myself as Uploaders. * d/rules: Build xml-apis-ext.jar and xml-apis.jar (JAXP 1.4). -- Damien Raude-Morvan Sat, 27 Aug 2011 00:04:58 +0200 xml-commons-external (1.4.01-1) unstable; urgency=low * Team upload. * New upstream release. * Standards-Version to 3.9.2: no changes needed. * d/watch: Fix for new upstream location. * d/control: Drop Depends on JRE package as per Debian Java Policy. * d/copyright: Update to latest DEP-5 revision. -- Damien Raude-Morvan Thu, 25 Aug 2011 00:12:54 +0200 xml-commons-external (1.3.05-2) unstable; urgency=low * Added Maven support * Standards-Version to 3.8.4 * Source format 3.0 (quilt) * debhelper compat to 7 -- Gabriele Giacone <1o5g4r8o@gmail.com> Sun, 21 Feb 2010 23:06:43 +0100 xml-commons-external (1.3.05-1) unstable; urgency=low * New upstream release. * debian/control - Add myself to uploaders. - Update standards version. - Build-dep default-jdk-builddep -> default-jdk. - Fix Vcs-* headers. - Change dependencies from -jre to to -jre-headless. (Closes: #551547) - Misc lintian fixes. * debian/rules - Use DEB_UPSTREAM_VERSION instead of hard coded version. - Change JAVA_HOME to correspond to default-jdk. - Add javac argument to compile for target JVM 1.4. - Change folder for api docs. - Add get-orig-source target. * debian/watch - Keep watch on master distribution site. -- Onkar Shinde Thu, 17 Dec 2009 19:28:17 +0530 xml-commons-external (1.3.04-2) unstable; urgency=low * Upload to unstable now that lenny is out. * Build-depends on default-jdk-builddep * Switching to a machine readable debian/copyright file * Fix small spelling mistakes in debian/control, thanks lintian ! -- Vincent Fourmond Mon, 16 Feb 2009 23:25:21 +0100 xml-commons-external (1.3.04-1) experimental; urgency=low * Debian import (closes: #491748) * Setting the maintainer to the Debian Java team + adding myself to Uploaders * Setting Vcs-* fields for the Debian Java team SVN repository * Updating debian/watch * Some tweaks to debian/copyright: adding link to the GPL + replacing the full text of the Apache-2.0 by a link to the appropriate files. -- Vincent Fourmond Mon, 21 Jul 2008 22:48:25 +0200 xml-commons-external (1.3.04-0ubuntu1) intrepid; urgency=low * Initial release. LP: #177158 -- Onkar Shinde Tue, 06 May 2008 00:28:35 +0530 debian/compat0000664000000000000000000000000211340327554010372 0ustar 7 debian/source/0000775000000000000000000000000011626014327010472 5ustar debian/source/format0000664000000000000000000000001411340327554011702 0ustar 3.0 (quilt)