[jboss-jms-api] 01/01: Imported Debian patch 1.0.1-1

Markus Koschany apo-guest at moszumanska.debian.org
Tue May 12 16:55:18 UTC 2015


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

apo-guest pushed a commit to branch master
in repository jboss-jms-api.

commit 7278e790d7e49f62a2c2451eb5666d31eb728eca
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue May 12 18:26:35 2015 +0200

    Imported Debian patch 1.0.1-1
---
 debian/README.source                          |  9 +++++
 debian/changelog                              |  5 +++
 debian/compat                                 |  1 +
 debian/control                                | 51 +++++++++++++++++++++++++++
 debian/copyright                              | 50 ++++++++++++++++++++++++++
 debian/libjboss-jms-api-java-doc.doc-base.api | 10 ++++++
 debian/libjboss-jms-api-java-doc.install      |  2 ++
 debian/libjboss-jms-api-java.poms             | 28 +++++++++++++++
 debian/maven.cleanIgnoreRules                 |  1 +
 debian/maven.ignoreRules                      |  2 ++
 debian/maven.properties                       |  5 +++
 debian/maven.publishedRules                   |  2 ++
 debian/maven.rules                            |  2 ++
 debian/rules                                  |  9 +++++
 debian/source/format                          |  1 +
 debian/watch                                  |  4 +++
 16 files changed, 182 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5ea0608
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about jboss-jms-api
+-------------------------------
+
+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..5ba2394
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jboss-jms-api (1.0.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #785133)
+
+ -- Markus Koschany <apo at gambaru.de>  Tue, 12 May 2015 18:26:35 +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..2154910
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: jboss-jms-api
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at gambaru.de>
+Build-Depends:
+ debhelper (>= 9),
+ default-jdk,
+ maven-debian-helper (>= 1.5)
+Build-Depends-Indep:
+ default-jdk-doc,
+ libmaven-bundle-plugin-java,
+ libmaven-javadoc-plugin-java
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-java/jboss-jms-api.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jboss-jms-api.git
+Homepage: https://github.com/jboss/jboss-jms-api_spec
+
+Package: libjboss-jms-api-java
+Architecture: all
+Depends:
+ ${maven:Depends},
+ ${misc:Depends}
+Suggests:
+ libjboss-jms-api-java-doc,
+ ${maven:OptionalDepends}
+Description: Java Message Service (JMS) 1.1 API
+ The JMS API stands for Java Message Service Application Programming Interface,
+ and it is used by applications to send asynchronous business-quality messages
+ to other applications. In the messaging world, messages are not sent directly
+ to other applications. Instead, messages are sent to destinations, known as
+ queues or topics. The JMS API is the standardized interface to a JMS provider,
+ sometimes called a Message Oriented Middleware (MOM) system.
+
+Package: libjboss-jms-api-java-doc
+Architecture: all
+Section: doc
+Depends:
+ ${misc:Depends}
+Recommends:
+ ${maven:DocDepends},
+ ${maven:DocOptionalDepends}
+Suggests:
+ libjboss-jms-api-java
+Description: Documentation for Java Message Service (JMS) 1.1 API
+ The JMS API stands for Java Message Service Application Programming Interface,
+ and it is used by applications to send asynchronous business-quality messages
+ to other applications.
+ .
+ This package contains the API documentation of libjboss-jms-api-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b4bd57e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java(TM) Message Service (JMS) 1.1 API
+Source: https://github.com/jboss/jboss-jms-api_spec
+
+Files: *
+Copyright: 2011, Oracle and/or its affiliates
+License: GPL-2-with-classpath-exception
+
+Files: debian/*
+Copyright: 2015, Markus Koschany <apo at gambaru.de>
+License: GPL-2-with-classpath-exception
+
+License: GPL-2-with-classpath-exception
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License 2 as published by
+ the Free Software Foundation.
+ .
+ This package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ .
+ "CLASSPATH" EXCEPTION TO THE GPL
+ .
+ Certain source files distributed by Oracle America and/or its affiliates are
+ subject to the following clarification and special exception to the GPL, but
+ only where Oracle has expressly included in the particular source file's header
+ the words "Oracle designates this particular file as subject to the "Classpath"
+ exception as provided by Oracle in the LICENSE file that accompanied this code."
+ .
+    Linking this library statically or dynamically with other modules is making
+    a combined work based on this library.  Thus, the terms and conditions of
+    the GNU General Public License cover the whole combination.
+ .
+    As a special exception, the copyright holders of this library give you
+    permission to link this library with independent modules to produce an
+    executable, regardless of the license terms of these independent modules,
+    and to copy and distribute the resulting executable under terms of your
+    choice, provided that you also meet, for each linked independent module,
+    the terms and conditions of the license of that module.  An independent
+    module is a module which is not derived from or based on this library.  If
+    you modify this library, you may extend this exception to your version of
+    the library, but you are not obligated to do so.  If you do not wish to do
+    so, delete this exception statement from your version.
diff --git a/debian/libjboss-jms-api-java-doc.doc-base.api b/debian/libjboss-jms-api-java-doc.doc-base.api
new file mode 100644
index 0000000..e83752b
--- /dev/null
+++ b/debian/libjboss-jms-api-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libjboss-jms-api-java
+Title: API Javadoc for Java(TM) Message Service (JMS) 1.1 API
+Author: Java(TM) Message Service (JMS) 1.1 API developers
+Abstract: This is the API Javadoc provided for the
+ libjboss-jms-api-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjboss-jms-api-java/api/index.html
+Files: /usr/share/doc/libjboss-jms-api-java/api/*
diff --git a/debian/libjboss-jms-api-java-doc.install b/debian/libjboss-jms-api-java-doc.install
new file mode 100644
index 0000000..256e18d
--- /dev/null
+++ b/debian/libjboss-jms-api-java-doc.install
@@ -0,0 +1,2 @@
+
+target/apidocs/* usr/share/doc/libjboss-jms-api-java/api
diff --git a/debian/libjboss-jms-api-java.poms b/debian/libjboss-jms-api-java.poms
new file mode 100644
index 0000000..8545d14
--- /dev/null
+++ b/debian/libjboss-jms-api-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 --no-parent
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..ebc9a76
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,2 @@
+
+org.apache.maven.plugins maven-source-plugin * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..6d181c0
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+project.build.sourceEncoding=UTF-8
+
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..0b4fad5
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1,2 @@
+
+org.jboss.spec.javax.jms jboss-jms-api_1.1_spec jar s/.*/debian/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..0b4fad5
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+
+org.jboss.spec.javax.jms jboss-jms-api_1.1_spec jar s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a81e654
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+export JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+	dh $@ --parallel --buildsystem=maven
+
+
+get-orig-source:
+	uscan --download-current-version --force-download --no-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..f4ba279
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,uversionmangle=s/_/./g;s/\.Beta/~beta/;s/\.Final// \
+https://github.com/jboss/jboss-jms-api_spec/tags \
+.*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)jboss-jms-api_1.1_spec-(\d\S*)\.tar\.gz

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



More information about the pkg-java-commits mailing list