[axmlrpc] 01/02: Initial packaging

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 22 21:58:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository axmlrpc.

commit ae2fa02b5f803479ced1bc605e68640c3974fe70
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 22 23:48:00 2015 +0200

    Initial packaging
---
 debian/README.source                    |  9 ++++++++
 debian/changelog                        |  5 +++++
 debian/compat                           |  1 +
 debian/control                          | 37 +++++++++++++++++++++++++++++++++
 debian/copyright                        | 28 +++++++++++++++++++++++++
 debian/libaxmlrpc-java-doc.doc-base.api | 10 +++++++++
 debian/libaxmlrpc-java-doc.install      |  1 +
 debian/libaxmlrpc-java.poms             | 28 +++++++++++++++++++++++++
 debian/maven.properties                 |  4 ++++
 debian/maven.rules                      |  2 ++
 debian/pom.xml                          | 34 ++++++++++++++++++++++++++++++
 debian/rules                            | 16 ++++++++++++++
 debian/source/format                    |  1 +
 debian/watch                            |  4 ++++
 14 files changed, 180 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..693148a
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about axmlrpc
+-------------------------
+
+This package was debianized using the mh_make command
+from the maven-debian-helper package.
+
+The build system uses Maven but prevents it from downloading
+anything from the Internet, making the build compliant with
+the Debian policy.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..66802f2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+axmlrpc (1.8.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #790491)
+
+ -- Guillaume Turri <guillaume.turri at gmail.com>  Wed, 22 Jul 2015 23:47:02 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..cd6e135
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: axmlrpc
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Guillaume Turri <guillaume.turri at gmail.com>
+Build-Depends: cdbs,
+               debhelper (>= 9),
+               default-jdk,
+               default-jdk-doc,
+               libmaven-javadoc-plugin-java,
+               maven-debian-helper (>= 1.5)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-java/axmlrpc.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/axmlrpc.git
+Homepage: https://github.com/timroes/aXMLRPC
+
+Package: libaxmlrpc-java
+Architecture: all
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: libaxmlrpc-java-doc, ${maven:OptionalDepends}
+Description: XML-RPC Java library
+ A lightweight Java XML-RPC client designed to run fine on Android.
+ Since there is absolutely no dependency to any android specific library
+ it also works fine in normal Java applications.
+
+Package: libaxmlrpc-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Suggests: libaxmlrpc-java
+Description: XML-RPC Java library -- documentation
+ A lightweight Java XML-RPC client designed to run fine on Android.
+ Since there is absolutely no dependency to any android specific library
+ it also works fine in normal Java applications.
+ .
+ This package contains the API documentation of libaxmlrpc-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..54aef46
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aXMLRPC
+Source: https://github.com/timroes/aXMLRPC
+Files-Excluded: gradlew* gradle/wrapper/*
+
+Files: *
+Copyright: 2011-2012, Tim Roes <mail at timroes.de>
+License: MIT
+
+Files: debian/*
+Copyright: 2015, Guillaume Turri <guillaume.turri at gmail.com>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or substantial
+ portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/libaxmlrpc-java-doc.doc-base.api b/debian/libaxmlrpc-java-doc.doc-base.api
new file mode 100644
index 0000000..41c231e
--- /dev/null
+++ b/debian/libaxmlrpc-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libaxmlrpc-java
+Title: API Javadoc for aXMLRPC
+Author: aXMLRPC developers
+Abstract: This is the API Javadoc provided for the
+ libaxmlrpc-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libaxmlrpc-java/api/index.html
+Files: /usr/share/doc/libaxmlrpc-java/api/*
diff --git a/debian/libaxmlrpc-java-doc.install b/debian/libaxmlrpc-java-doc.install
new file mode 100644
index 0000000..2419466
--- /dev/null
+++ b/debian/libaxmlrpc-java-doc.install
@@ -0,0 +1 @@
+target/apidocs/* usr/share/doc/libaxmlrpc-java/api
diff --git a/debian/libaxmlrpc-java.poms b/debian/libaxmlrpc-java.poms
new file mode 100644
index 0000000..4c165b9
--- /dev/null
+++ b/debian/libaxmlrpc-java.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [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 <parent> tag from the POM
+#   --package=<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=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: 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>: name to use when installing the library in /usr/share/java
+#   --usj-version=<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=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --has-package-version --java-lib --usj-name=axmlrpc
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..7c29bd7
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,4 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..54559fe
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+
+de.timroes aXMLRPC jar s/.*/debian/ * *
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..1ef9b65
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,34 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>de.timroes</groupId>
+	<artifactId>aXMLRPC</artifactId>
+	<version>1.8.0</version>
+	<packaging>jar</packaging>
+	<properties>
+		<debian.hasPackageVersion>
+		</debian.hasPackageVersion>
+		<debian.originalVersion>1.8.0</debian.originalVersion>
+		<debian.package>libaxmlrpc-java</debian.package>
+	</properties>
+	<name>aXMLRPC</name>
+	<description>Lightweight Java XML-RPC working also on Android.</description>
+	<url>https://github.com/timroes/aXMLRPC</url>
+	<licenses>
+		<license>
+			<name>The MIT License (MIT)</name>
+		</license>
+	</licenses>
+	<developers>
+		<developer>
+			<id>timroes</id>
+			<name>Tim Roes</name>
+			<email>mail at timroes.de</email>
+		</developer>
+	</developers>
+	<scm>
+		<connection>scm:git at github.com:timroes/aXMLRPC.git</connection>
+		<developerConnection>scm:git at github.com:timroes/aXMLRPC.git</developerConnection>
+		<url>scm:git at github.com:timroes/aXMLRPC.git</url>
+	</scm>
+</project>
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..076313c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/maven.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+
+pre-build::
+	cp debian/pom.xml .
+	mh_patchpoms -plibaxmlrpc-java --keep-pom-version
+
+clean::
+	rm -f pom.xml
+
+get-orig-source:
+	uscan --download-current-version --force-download --symlink
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..674f421
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/libaxmlrpc-java-$1.tar.gz/" \
+ https://github.com/timroes/aXMLRPC/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axmlrpc.git



More information about the pkg-java-commits mailing list