debian/0000755000000000000000000000000011724462431007172 5ustar debian/watch0000644000000000000000000000022711651051035010215 0ustar version=3 opts="uversionmangle=s/-beta/~beta/,dversionmangle=s/-beta/~beta/" \ http://sf.net/e-xml/ e-xml-([0-9].*)\.tar\.gz debian debian/orig-tar.sh debian/rules0000755000000000000000000000104611724453443010256 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_BUILD_TARGET := jar DEB_JARS := servlet-api-2.5 commons-httpclient commons-logging commons-codec install/libexml-java:: install -m 644 -D exml.jar $(DEB_DESTDIR)/usr/share/java/exml-$(DEB_UPSTREAM_VERSION).jar dh_link usr/share/java/exml-$(DEB_UPSTREAM_VERSION).jar usr/share/java/exml.jar get-orig-source: sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/control0000644000000000000000000000147211724453443010604 0ustar Source: libexml-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath Build-Depends: debhelper (>= 6), cdbs Build-Depends-Indep: default-jdk, ant, libcommons-codec-java, libcommons-logging-java, libcommons-httpclient-java, libservlet2.5-java Standards-Version: 3.9.3 Homepage: http://e-xml.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libexml-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libexml-java Package: libexml-java Architecture: all Depends: ${misc:Depends} Description: e-xml parsing library for java A XML pull-parse library for Java 1.2, designed for processing XML protocol messages in the most efficient way possible. Contains a complete HTTP client library. debian/build.xml0000644000000000000000000000152011651051035011002 0ustar debian/copyright0000644000000000000000000000321611651051035011120 0ustar This package was debianized by Varun Hiremath on Thu, 3 Jul 2008 18:59:13 +0530. It was downloaded from https://sourceforge.net/projects/e-xml Upstream Author: Elias Ross Copyright: (C) 2002-2008 Elias Ross License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. On Debian systems, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2008, Varun Hiremath and is licensed under the LGPL, see `/usr/share/common-licenses/LGPL-2.1'. ---------- Files: amazon-s3/src/main/java/net/noderunner/amazon/s3/* Copyright: 2006 Amazon Digital Services, Inc. or its affiliates. License: This software code is made available "AS IS" without warranties of any kind. You may copy, display, modify and redistribute the software code either by itself or as incorporated into your code; provided that you do not remove any proprietary notices. Your use of this software code is at your own risk and you waive any claim against Amazon Digital Services, Inc. or its affiliates with respect to your use of this software code. debian/compat0000644000000000000000000000000211651051035010361 0ustar 6 debian/source/0000755000000000000000000000000011724462431010472 5ustar debian/source/format0000644000000000000000000000001411651051035011671 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000057411651051035011254 0ustar #!/bin/sh -e # $1 = version TAR=../libexml-java_$1.orig.tar.gz DIR=libexml-java-$1.orig # download source from svn svn export https://e-xml.svn.sourceforge.net/svnroot/e-xml/trunk $DIR GZIP=--best 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 exit 0 debian/ant.properties0000644000000000000000000000024111651051035012060 0ustar project.name=libexml-java class.dir=classes source.dir=src/main/java amazon-s3.dir=amazon-s3 e-xml.dir=e-xml http.dir=http xmlrpc.dir=xmlrpc exml.jar=exml.jar debian/changelog0000644000000000000000000000173611724462060011051 0ustar libexml-java (0.0.20080703-4) unstable; urgency=low * Team upload. * Replace dependencies on Servlet 2.4 library with 2.5. (Closes: #658810) * Bump Standards-Versio to 3.9.3. No changes were required. -- Miguel Landaeta Fri, 02 Mar 2012 23:03:33 -0430 libexml-java (0.0.20080703-3) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #643521). * Bump Standards-Versio to 3.9.2. No changes were required. * Switch to source format 3.0 (quilt). -- Miguel Landaeta Sat, 22 Oct 2011 16:41:57 -0430 libexml-java (0.0.20080703-2) unstable; urgency=low * Team upload. * Remove Java runtime Depends. * Add ${misc:Depends} * Change Section: java. -- Torsten Werner Sun, 07 Aug 2011 17:16:05 +0200 libexml-java (0.0.20080703-1) unstable; urgency=low [ Varun Hiremath ] * Initial Release. (Closes: #506477) -- Torsten Werner Fri, 21 Nov 2008 22:27:25 +0100