debian/0000755000000000000000000000000012163331474007172 5ustar debian/rules0000755000000000000000000000076412163327103010253 0ustar #!/usr/bin/make -f # debian/rules file for xmlrpc3 (uses cdbs) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/maven.mk VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-) JAVA_HOME := /usr/lib/jvm/default-java DEB_MAVEN_BUILD_TARGET := install DEB_MAVEN_DOC_TARGET := javadoc:javadoc clean:: rm -Rf target -mh_clean get-orig-source:: uscan --force-download --repack --rename debian/watch0000644000000000000000000000015612163327103010217 0ustar version=3 http://archive.apache.org/dist/ws/xmlrpc/sources/(?:apache-)?xmlrpc-(3\.[[:alnum:].]+)-src\.tar\.gz debian/libxmlrpc3-java-doc.install0000644000000000000000000000006212163327103014313 0ustar target/site/apidocs usr/share/doc/libxmlrpc3-java debian/libxmlrpc3-common-java.poms0000644000000000000000000000406712163327103014357 0ustar # List of POM files for the package # Format of this file is: # [option]* # where option can be: # --ignore: ignore this POM and its artifact if any # --ignore-pom: don't install the POM. To use on POM files that are created # temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] # --no-parent: remove the tag from the POM # --package=: an alternative package to use when installing this POM # and its artifact # --has-package-version: to indicate that the original version of the POM is the same as the upstream part # of the version for the package. # --keep-elements=: a list of XML elements to keep in the POM # during a clean operation with mh_cleanpom or mh_installpom # --artifact=: path to the build artifact associated with this POM, # it will be installed when using the command mh_install. [mh_install] # --java-lib: install the jar into /usr/share/java to comply with Debian # packaging guidelines # --usj-name=: name to use when installing the library in /usr/share/java # --usj-version=: version to use when installing the library in /usr/share/java # --no-usj-versionless: don't install the versionless link in /usr/share/java # --dest-jar=: the destination for the real jar. # It will be installed with mh_install. [mh_install] # --classifier=: Optional, the classifier for the jar. Empty by default. # --site-xml=: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # pom.xml --no-parent --has-package-version --package=libxmlrpc3-common-java common/pom.xml --has-package-version --package=libxmlrpc3-common-java --java-lib --artifact=common/target/xmlrpc-common-*.jar client/pom.xml --has-package-version --package=libxmlrpc3-client-java --java-lib --artifact=client/target/xmlrpc-client-*.jar server/pom.xml --has-package-version --package=libxmlrpc3-server-java --java-lib --artifact=server/target/xmlrpc-server-*.jar dist/pom.xml --ignore debian/maven.properties0000644000000000000000000000001712163327103012406 0ustar aggregate=true debian/changelog0000644000000000000000000001012712163327103011037 0ustar libxmlrpc3-java (3.1.3-6) unstable; urgency=low * Removed the dependency on libjaxme-java * Removed the dependency on libapache-pom-java * Build with maven-debian-helper (Closes: #670223) * Added a build dependency on libmaven-install-plugin-java (required to build the aggregated Javadoc) * jh_manifest is now used to add OSGi metadata to the manifests * Removed the unused build steps for the old *-gcj packages * Updated Standards-Version to 3.9.4 (no changes) * Use canonical URLs for the Vcs-* fields -- Emmanuel Bourg Thu, 27 Jun 2013 13:47:56 +0200 libxmlrpc3-java (3.1.3-5) unstable; urgency=low * Install maven metadata: - d/control: Build-Depends on maven-repo-helper. - d/control: Depends on libapache-pom-java. - d/rules: Use mh_install to install JAR and POM. -- Damien Raude-Morvan Mon, 12 Dec 2011 23:27:49 +0100 libxmlrpc3-java (3.1.3-4) unstable; urgency=low [ Jakub Adam ] * Add OSGi metadata to JAR manifests [ Damien Raude-Morvan ] * Fix "java.lang.IllegalStateException: Failed to locate resource: XmlRpcClient.properties": filter property file in d/build.xml (Closes: #581487) -- Damien Raude-Morvan Sat, 19 Nov 2011 17:45:17 +0100 libxmlrpc3-java (3.1.3-3) unstable; urgency=low [ Damien Raude-Morvan ] * d/control: Drop Depends on any JRE as a Java library don't need to depends on a runtime (Java Policy) [ Torsten Werner ] * Update Standards-Version: 3.9.2. -- Torsten Werner Mon, 26 Sep 2011 21:11:07 +0200 libxmlrpc3-java (3.1.3-2) unstable; urgency=low * Let 'maintainers' start with uppercase M. * Remove Thomas from uploaders. * Do no longer build the *-gcj packages. (Closes: #559967) * Switch to source format 3.0. -- Torsten Werner Sat, 10 Apr 2010 23:52:56 +0200 libxmlrpc3-java (3.1.3-1) unstable; urgency=low * New upstream release. * Bump Standards-Version: to 3.8.4 (no changes needed) * Javadoc: - Build-Depends on default-jdk-doc - Link generated Javadoc with it - libxmlrpc3-java-doc now Recommends default-jdk-doc -- Damien Raude-Morvan Sat, 20 Feb 2010 22:52:07 +0100 libxmlrpc3-java (3.1.2-1) unstable; urgency=low * New upstream release. * Build-Depends on debhelper (>= 7). * Update Standards-Version: 3.8.3 - Add 'get-orig-source' target in debian/rules * Add myself as Uploaders. * Register API Javadoc with doc-base. * Depends on libservlet-2.5-java instead of 2.4. * Reword short description of *-gcj packages. -- Damien Raude-Morvan Sat, 03 Oct 2009 13:18:39 +0200 libxmlrpc3-java (3.1-3) unstable; urgency=low * Add myself to Uploaders. * Add missing Depends: ${misc:Depends}. * Do no longer quote the full text of the Apache license. * Change Section: java. * Update Standards-Version: 3.8.2. -- Torsten Werner Mon, 03 Aug 2009 22:20:42 +0200 libxmlrpc3-java (3.1-2) unstable; urgency=low * Build-depends on default-jdk-builddep, and set JAVA_HOME to /usr/lib/jvm/default-java. Closes: #477895. * Remove unneeded gcj build-dependency. * Add missing © in debian/copyright to fix lintian warning. * Bump Standards-Version: to 3.7.3. No changes needed. -- Thomas Girard Sun, 27 Apr 2008 20:12:28 +0000 libxmlrpc3-java (3.1-1) unstable; urgency=low * New upstream release. * Add Homepage:, Vcs-Svn: and Vcs-Browser: control fields. -- Thomas Girard Wed, 24 Oct 2007 11:56:17 +0000 libxmlrpc3-java (3.0-2) unstable; urgency=low * Add missing dependencies. * Ajust sections: all packages belong to the libs section except for libxmlrpc3-java-doc which is in doc. * New packages: o libxmlrpc3-common-java-gcj o libxmlrpc3-client-java-gcj o libxmlrpc3-server-java-gcj -- Thomas Girard Wed, 08 Aug 2007 15:32:41 +0200 libxmlrpc3-java (3.0-1) unstable; urgency=low * Initial release. Closes: #430136. -- Thomas Girard Fri, 22 Jun 2007 17:27:08 +0200 debian/source/0000755000000000000000000000000012163327103010464 5ustar debian/source/format0000644000000000000000000000001412163327103011672 0ustar 3.0 (quilt) debian/maven.ignoreRules0000644000000000000000000000175512163327103012522 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * org.apache.rat apache-rat-plugin * * * * junit junit * * * * jaxme jaxmeapi * * * * debian/compat0000644000000000000000000000000212163327103010362 0ustar 7 debian/libxmlrpc3-server-java.manifest0000644000000000000000000000077712163327103015231 0ustar usr/share/java/xmlrpc-server.jar: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.xmlrpc.server Bundle-Version: 3.1.3 Export-Package: org.apache.xmlrpc.metadata, org.apache.xmlrpc.server, org.apache.xmlrpc.webserver Import-Package: javax.servlet.http, javax.servlet, org.apache.commons.logging, org.apache.xmlrpc.common, org.apache.xmlrpc.metadata, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.util, org.apache.xmlrpc, org.w3c.dom, org.xml.sax debian/libxmlrpc3-client-java.manifest0000644000000000000000000000063412163327103015171 0ustar usr/share/java/xmlrpc-client.jar: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.xmlrpc.client Bundle-Version: 3.1.3 Export-Package: org.apache.xmlrpc.client, org.apache.xmlrpc.client.util Import-Package: org.apache.commons.httpclient, org.apache.xmlrpc.common, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.util, org.apache.xmlrpc, org.xml.sax debian/libxmlrpc3-java-doc.doc-base0000644000000000000000000000051412163327103014324 0ustar Document: libxmlrpc3-java-doc Title: API Javadoc for Apache XMLRPC 3.x Library Author: Apache XMLRPC 3.x developers Abstract: This is the API Javadoc provided by the Apache XMLRPC 3.x Library Section: Programming Format: HTML Index: /usr/share/doc/libxmlrpc3-java/apidocs/index.html Files: /usr/share/doc/libxmlrpc3-java/apidocs/* debian/maven.rules0000644000000000000000000000210112163327103011340 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ s/org.apache.ws.commons.util/org.apache.ws.commons/ ws-commons-util jar s/.*/debian/ * * commons-httpclient commons-httpclient jar s/3\..*/3.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * debian/copyright0000644000000000000000000000445112163327103011123 0ustar This package was debianized by Thomas Girard on Fri, 22 Jun 2007 16:08:19 +0200. It was downloaded from . Upstream Authors: Andrew Evers Siegfried Goeschl Henri Gomez Ryan Hoegg Daniel Rall Leonard Richarson Jon Scott Stevens Hannes Wallnoefer Jochen Wiedmann John Wilson Jason van Zyl Contributors: Gamaliel Amaudruz Alan Burlison Denis Carniel <2nis@aktiv-design.com> Steve Cohen Chris Conrad Landon Fuller Catalin Hritcu Brad Karp Jimisola Laursen Mario Linke Marek Ludha Jason McLaurin Keith McNeill Stanislav Miklik Walter Mundt Andrew Norman Perry Nguyen Jonathan Oexner Mark Petrovic Steffen Pingel Matt Preston Eugene Prokopiev Sir Bode Rafael Ken Weiner Carsten Wolters Juho Yli-Krekola Copyright Holders: © 1999-2006 The Apache Software Foundation License: 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 license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/libxmlrpc3-common-java.manifest0000644000000000000000000000072712163327103015206 0ustar usr/share/java/xmlrpc-common.jar: Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.apache.xmlrpc Bundle-Version: 3.1.3 Export-Package: org.apache.xmlrpc, org.apache.xmlrpc.common, org.apache.xmlrpc.jaxb, org.apache.xmlrpc.parser, org.apache.xmlrpc.serializer, org.apache.xmlrpc.util Import-Package: javax.xml.bind, javax.xml.namespace, javax.xml.parsers, org.apache.ws.commons.serialize, org.apache.ws.commons.util, org.w3c.dom, org.xml.sax debian/control0000644000000000000000000000425412163327103010574 0ustar Source: libxmlrpc3-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Damien Raude-Morvan , Jakub Adam , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, javahelper, libcommons-httpclient-java, libcommons-logging-java, libservlet2.5-java, junit, libws-commons-util-java, default-jdk-doc, maven-debian-helper, libmaven-install-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 Homepage: http://ws.apache.org/xmlrpc/ Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libxmlrpc3-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libxmlrpc3-java Package: libxmlrpc3-common-java Architecture: all Depends: libws-commons-util-java, ${misc:Depends} Description: XML-RPC implementation in Java XML-RPC is a popular protocol using XML over HTTP to implement remote procedure calls. . Apache XML-RPC is a Java implementation of the XML-RPC specification. Package: libxmlrpc3-client-java Architecture: all Depends: libxmlrpc3-common-java (= ${source:Version}), libcommons-httpclient-java, ${misc:Depends} Description: XML-RPC implementation in Java (client side) This package contains the client-side code needed to invoke XML-RPC services. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package. Package: libxmlrpc3-server-java Architecture: all Depends: libxmlrpc3-common-java (= ${source:Version}), libcommons-logging-java, libservlet2.5-java, ${misc:Depends} Description: XML-RPC implementation in Java (server side) This package contains the server-side code needed to write XML-RPC services. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package. Package: libxmlrpc3-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: default-jdk-doc Description: XML-RPC implementation in Java (API documentation) This package contains documentation for Apache XML-RPC library. Both client and server API are documented. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package.