debian/0000755000000000000000000000000012175635705007201 5ustar debian/libjdom1-java-doc.doc-base0000644000000000000000000000046711653424420013760 0ustar Document: libjdom1-java Title: Programmer API for jdom release 1.0 Author: http://www.jdom.org/ Abstract: Programmer API of the JDOM 1.0 release a lightweight and fast XML library. Section: Programming Format: HTML Index: /usr/share/doc/libjdom1-java/api/index.html Files: /usr/share/doc/libjdom1-java/api/* debian/maven.ignoreRules0000644000000000000000000000015211653424420012513 0ustar # ignore jdom jaxen and saxpath modules for now. org.jdom jaxen-core org.jdom jaxen-jdom org.jdom saxpath debian/maven.publishedRules0000644000000000000000000000005311653424420013207 0ustar s/jdom/org.jdom/ jdom jar s/1\..*/debian/ debian/maven.rules0000644000000000000000000000015011653424420011345 0ustar s/jdom/org.jdom/ jdom jar s/1\..*/debian/ s/xerces/xml-apis/ s/xmlParserAPIs/xml-apis/ jar s/.*/debian/ debian/watch0000644000000000000000000000026312121130573010213 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ http://githubredir.debian.net/github/hunterhacker/jdom \ /github/hunterhacker/jdom/jdom-(.*).tar.gz \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000145612175634332010262 0ustar #!/usr/bin/make -f VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 | cut -d'-' -f1) UPSTREAM_VERSION := $(shell echo "$(VERSION)" | sed 's/+dfsg//') JAVA_HOME := /usr/lib/jvm/default-java ANT_ARGS := -propertyfile debian/ant.properties ANT := JAVA_HOME=$(JAVA_HOME) ant $(ANT_ARGS) %: dh $@ --buildsystem=ant --with maven_repo_helper,javahelper override_dh_auto_build: $(ANT) dist cp debian/pom.xml core/build/jdom.javadoc.pom override_dh_auto_clean: rm -Rf core/build rm -Rf contrib/build rm -Rf test/build test/tmp test/testOutput rm -Rf dist-1.SNAPSHOT get-orig-source: -uscan --download-version $(UPSTREAM_VERSION) --force-download get-orig-pom: wget -U '' -O debian/pom.xml http://repo1.maven.org/maven2/org/jdom/jdom/$(UPSTREAM_VERSION)/jdom-$(UPSTREAM_VERSION).pom debian/changelog0000644000000000000000000002007612175634332011053 0ustar libjdom1-java (1.1.3-1) unstable; urgency=low [ Emmanuel Bourg ] * New upstream release: - Updated the Maven pom - Dropped the +dfsg qualifier since no non-free feature was removed - Updated debian/orig-tar.sh for the new source layout - Removed the unused lintian overrides * Removed the javadoc jar from the documentation package * debian/control: - Updated Standards-Version to 3.9.4 (no changes) - Use canonical URLs in the Vcs-* fields - Removed java-virtual-machine from the suggested dependencies * debian/copyright: Merged the duplicate Copyright fields [ tony mancill ] * Correct typo in package description. (Closes: #703155) - Thanks to Pascal De Vuyst for the bug report. -- Emmanuel Bourg Mon, 29 Jul 2013 11:20:35 +0200 libjdom1-java (1.1.2+dfsg-2) unstable; urgency=low [ Jakub Adam ] * Fix OSGi metadata after last upload [ Damien Raude-Morvan ] * Add Depends on libjaxen-java for libjdom1-java. -- Damien Raude-Morvan Sun, 20 Nov 2011 18:25:01 +0100 libjdom1-java (1.1.2+dfsg-1) unstable; urgency=low * New upstream release! - d/watch: Update to github. - d/README.source,d/orig-tar.sh: Updated. - d/control: Add Build-Deps on libregexp-java for contrib. * d/control: Add missing Build-Deps on libxerces2-java. * Enable unit testing: - d/control: Add Build-Deps on junit and ant-optional. - d/ant.properties: Set junit.jar property. -- Damien Raude-Morvan Wed, 02 Nov 2011 22:13:47 +0100 libjdom1-java (1.1.1+dfsg-5) unstable; urgency=low [Jakub Adam] * Add OSGi metadata to jar manifest [tony mancill] * Update Vcs-Svn link in debian/control * Fix lintian warnings regarding DEP5 formatting in debian/copyright -- Jakub Adam Mon, 17 Oct 2011 21:12:05 +0200 libjdom1-java (1.1.1+dfsg-4) unstable; urgency=low * Really upload to unstable. -- Damien Raude-Morvan Sun, 07 Aug 2011 18:50:00 +0200 libjdom1-java (1.1.1+dfsg-3) experimental; urgency=low * Upload to unstable. * Bump Standards-Version to 3.9.2 (no changes needed). * Remove Java runtime Depends. * Add lintian-override for libjdom1-java-doc: codeless-jar. * Fix debian/watch to use dversionmangle. -- Damien Raude-Morvan Sun, 07 Aug 2011 18:28:40 +0200 libjdom1-java (1.1.1+dfsg-2) experimental; urgency=low [Ludovic Claude] * Bump Standards-Version to 3.9.1 (no changes needed) * Use source format 3.0 (quilt) * Add --has-package-version to the pom * Replace dh_auto-install with dh $@ --buildsystem=ant --with maven_repo_helper * Install the javadoc jar in the Maven repository [Damien Raude-Morvan] * Remove Arnaud Vandyck from Uploaders -- Ludovic Claude Sun, 05 Dec 2010 00:05:21 +0100 libjdom1-java (1.1.1+dfsg-1) unstable; urgency=low * New upstream version. - Update debian/pom.xml * New libjdom1-java-doc package: - Split API Javadoc from bytecode (Closes: #506366) - Install API Javadoc to /usr/share/doc/libjdom1-java/api/ * Add myself to Uploaders * Build-Depends on default-jdk instead of default-jdk-builddep because we don't build a native GCJ package. * Use Debhelper 7: - Refactor debian/rules file (Closes: #538020) - Define classpath in debian/ant.properties * Bump Standards-Version to 3.8.3 (no changes needed) -- Damien Raude-Morvan Sun, 08 Nov 2009 19:06:15 +0100 libjdom1-java (1.1+dfsg-3) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 12:12:30 +0200 libjdom1-java (1.1+dfsg-2) experimental; urgency=low * Add watch file * Change section to java, bump up Standards-Version to 3.8.1 * Add the Maven POM to the package, * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository -- Ludovic Claude Sat, 16 May 2009 02:32:36 +0100 libjdom1-java (1.1+dfsg-1) unstable; urgency=low * New upstream version. * Updated and machine-interpretable copyright file. * Repacked source tarball to remove binary jar files. * debian/control: Added myself as Uploader, removed Wolfgang. * debian/control: Added Homepage and Vcs-* fields. * debian/control: Bump Standards-Version (no changes needed). * Use debhelper 7 rather instead of cdbs. * (Build-)depend on default-jdk-builddep and default-jre-headless. -- Marcus Better Mon, 29 Sep 2008 11:49:02 +0200 libjdom1-java (1.0-4) unstable; urgency=low * Build with java-gcj-compat-dev and libjaxen-java * Standards-Version 3.7.2 (no changes) -- Arnaud Vandyck Sun, 5 Nov 2006 16:57:26 +0100 libjdom1-java (1.0-3) unstable; urgency=low * Removed libgnujaxp-java dependency - not needed anymore + Updated debian/rules accordingly + Removed dependencies from build-depends and depends * Simplified depends line to kaffe | java1-runtime | java2-runtime * debian/rules: Removed jikes build compiler property * Removed Takashi from Uploaders -- Wolfgang Baer Thu, 5 Jan 2006 10:18:57 +0100 libjdom1-java (1.0-2) unstable; urgency=low * Removed libjdom0-java.links file from old release * libant1.6-java to ant transition * Patched build.xml to build with target=1.3 to support JDK 1.3 * Removed clean:: target - not needed anymore * Added suggests java-virtual-machine * Generated (normal) javadoc through gjdoc + Added javadoc target to ant targets + Removed doxygen stuff (debian/rules, debian/control, doxygen.cfg) + Register documentation with doc-base * Standards-Version 3.6.2 (no changes) * Added myself to uploaders * Upload sponsored by Petter Reinholdtsen -- Wolfgang Baer Sun, 11 Sep 2005 18:36:14 +0200 libjdom1-java (1.0-1) unstable; urgency=low * New upstream release -- Arnaud Vandyck Sun, 21 Nov 2004 16:58:40 +0100 libjdom0-java (0.7b.20020216-3) unstable; urgency=low * xalan is not needed to build and use libjdom! Changed dependency to libgnujaxp-java, removed xalan (Closes: #251390) -- Arnaud Vandyck Mon, 31 May 2004 00:19:42 +0200 libjdom0-java (0.7b.20020216-2) unstable; urgency=low * changed libxalan2-java dependency to libxalan-java (which is in main), thanks to Daniel Schepler (Closes: #251390) -- Arnaud Vandyck Fri, 28 May 2004 15:12:25 +0200 libjdom0-java (0.7b.20020216-1) unstable; urgency=low * changed the source name * I need this old version for libnsuml-java * removed the -doc package (everything is bundled with this package) -- Arnaud Vandyck Tue, 11 May 2004 01:41:11 +0200 jdom (0.7b.20020216-4) unstable; urgency=low * remove dependency for crimson and xerces, and add dependency for xalan2.jar because javax.xml.tarnsform package move to xalan2. (Closes: #140547) -- Takashi Okamoto Sat, 30 Mar 2002 18:42:16 +0900 jdom (0.7b.20020216-3) unstable; urgency=low * use doxygen instead of doc++. * split package into libjdom-java and lijdom-java-doc. -- Takashi Okamoto Tue, 19 Feb 2002 23:31:12 +0900 jdom (0.7b.20020216-2) unstable; urgency=low * add API document by doc++. -- Takashi Okamoto Sun, 17 Feb 2002 22:49:10 +0900 jdom (0.7b.20020216-1) unstable; urgency=low * New upstream. * fixed build error.(Closes: #133716) * remove javadoc because I need SUN's javac to generate javadoc. But I want to put jdom into main. So I gave up generating them. -- Takashi Okamoto Sat, 16 Feb 2002 13:59:47 +0900 jdom (0.7b.20010728-2) unstable; urgency=low * fixed build.sh use ant. ant is contrib package and should not be used for main package.(Closes: #133716) -- Takashi Okamoto Thu, 14 Feb 2002 09:19:35 +0900 jdom (0.7b.20010728-1) unstable; urgency=low * Initial release. * Closes: #106888 (ITP) -- Takashi Okamoto Sat, 28 Jul 2001 21:40:28 +0900 debian/libjdom1-java-doc.install0000644000000000000000000000006712121130573013737 0ustar core/build/apidocs/* /usr/share/doc/libjdom1-java/api/ debian/manifest0000644000000000000000000000061112121130573010710 0ustar /usr/share/java/jdom1.jar: Bundle-ManifestVersion: 2 Bundle-Name: JDOM XML Bundle-Vendor: jdom.org Bundle-SymbolicName: org.jdom Bundle-Version: 1.1.1 Export-Package: org.jdom;version="1.1.1",org.jdom.adapters;version="1.1.1",org.jdom.filter;version="1.1.1",org.jdom.input;version="1.1.1",org.jdom.output;version="1.1.1",org.jdom.transform;version="1.1.1",org.jdom.xpath;version="1.1.1" debian/orig-tar.sh0000755000000000000000000000052612175634332011262 0ustar #!/bin/sh -e VERSION=$(echo $2) TAR=../libjdom1-java_${VERSION}.orig.tar.gz DIR=jdom-jdom-* tar xvfz $3 rm $3 rm -r $DIR/core/lib/* $DIR/test/lib/* $DIR/contrib/lib/* tar -c -z -f $TAR $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/ant.properties0000644000000000000000000000030212121130573012054 0ustar compile.source=1.4 compile.target=1.4 parser.jar=/usr/share/java/xercesImpl.jar jakarta-regexp.jar=/usr/share/java/regexp.jar jaxen.lib.dir=/usr/share/java junit.jar=/usr/share/java/junit.jar debian/source/0000755000000000000000000000000012175635641010500 5ustar debian/source/format0000644000000000000000000000001411653424420011675 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000030612121130573011337 0ustar The upstream source tarball has been repacked, with the following directories removed: * core/lib/ * test/lib/ * contrib/lib/ These contained compiled sources and third-party binary jar files. debian/compat0000644000000000000000000000000211653424420010365 0ustar 7 debian/copyright0000644000000000000000000000534012175634332011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JDOM Upstream-Contact: Jason Hunter, Brett McLaughlin Source: https://github.com/hunterhacker/jdom Files: * Copyright: 2000-2004, Brett McLaughlin 2000-2004, Jason Hunter License: BSD-4 Files: debian/* Copyright: 2008, Marcus Better 2011, Damien Raude-Morvan License: BSD-4 License: BSD-4 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 "JDOM" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact . . 4. Products derived from this software may not be called "JDOM", nor may "JDOM" appear in their name, without prior written permission from the JDOM Project Management . . 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 JDOM Project (http://www.jdom.org/)." Alternatively, the acknowledgment may be graphical using the logos available at http://www.jdom.org/images/logos. . 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 JDOM 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 JDOM Project and was originally created by Jason Hunter and Brett McLaughlin . For more information on the JDOM Project, please see . debian/pom.xml0000644000000000000000000000343512175634332010516 0ustar 4.0.0 org.jdom jdom jar JDOM 1.1.3 A complete, Java-based solution for accessing, manipulating, and outputting XML data http://www.jdom.org JDOM http://www.jdom.org JDOM-interest Mailing List jdom-interest@jdom.org http://jdom.markmail.org/ Similar to Apache License but with the acknowledgment clause removed https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt repo git@github.com:/hunterhacker/jdom scm:git:git@github.com:hunterhacker/jdom scm:git:git@github.com:hunterhacker/jdom hunterhacker Jason Hunter jhunter@servlets.com rolfl Rolf Lear jdom@tuis.net jaxen jaxen 1.1.3 true xerces xercesImpl 2.10.0 true 1.2 debian/libjdom1-java.poms0000644000000000000000000000016712175634332012520 0ustar debian/pom.xml --no-parent --has-package-version --java-lib --usj-name=jdom1 --artifact=core/build/jdom-1.SNAPSHOT.jar debian/control0000644000000000000000000000362512175634332010605 0ustar Source: libjdom1-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Marcus Better , Damien Raude-Morvan , Jakub Adam , Emmanuel Bourg Build-Depends: ant, ant-optional, debhelper (>= 7.0.50~), default-jdk Build-Depends-Indep: javahelper, junit, libjaxen-java, libregexp-java, libxerces2-java, maven-repo-helper (>= 1.5) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjdom1-java/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjdom1-java/ Homepage: http://jdom.org Package: libjdom1-java Architecture: all Depends: libjaxen-java, ${misc:Depends} Suggests: libjdom1-java-doc Description: lightweight and fast library using XML JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. Package: libjdom1-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libjdom1-java Description: lightweight and fast library using XML - documentation JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. . This package contains API documentation (Javadoc) of libjdom1-java.