[reactive-streams] 01/02: Initial packaging
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 16 13:13:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository reactive-streams.
commit d342167bdaf0f263d86d9062642a930ddc1758a4
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jul 16 15:02:42 2015 +0200
Initial packaging
---
debian/.mh/pom.properties | 8 ++
debian/.mh/pom.properties.keep | 8 ++
debian/.mh/reactive-streams-1.0.0.jar | Bin 0 -> 2200 bytes
debian/.mh/reactive-streams-1.0.0.pom | 40 ++++++
debian/.mh/reactive-streams-debian.pom | 40 ++++++
debian/README.source | 9 ++
debian/changelog | 5 +
debian/compat | 1 +
debian/control | 20 +++
debian/copyright | 134 +++++++++++++++++++++
debian/files | 1 +
debian/libreactive-streams-java.debhelper.log | 20 +++
debian/libreactive-streams-java.poms | 28 +++++
debian/libreactive-streams-java.substvars | 2 +
debian/libreactive-streams-java/DEBIAN/control | 14 +++
debian/libreactive-streams-java/DEBIAN/md5sums | 5 +
.../libreactive-streams-java/changelog.Debian.gz | Bin 0 -> 164 bytes
.../share/doc/libreactive-streams-java/copyright | 134 +++++++++++++++++++++
.../usr/share/java/reactive-streams-1.0.0.jar | Bin 0 -> 2200 bytes
.../usr/share/java/reactive-streams.jar | 1 +
.../1.0.0/reactive-streams-1.0.0.jar | 1 +
.../1.0.0/reactive-streams-1.0.0.pom | 40 ++++++
.../debian/reactive-streams-debian.jar | 1 +
.../debian/reactive-streams-debian.pom | 40 ++++++
debian/maven.cleanIgnoreRules | 1 +
debian/maven.ignoreRules | 1 +
debian/maven.properties | 5 +
debian/maven.publishedRules | 1 +
debian/maven.rules | 2 +
debian/orig-tar.sh | 18 +++
debian/patches/01-disable-modules.patch | 19 +++
debian/patches/series | 1 +
debian/pom.xml | 30 +++++
debian/rules | 22 ++++
debian/source/format | 1 +
debian/watch | 2 +
36 files changed, 655 insertions(+)
diff --git a/debian/.mh/pom.properties b/debian/.mh/pom.properties
new file mode 100644
index 0000000..98ece26
--- /dev/null
+++ b/debian/.mh/pom.properties
@@ -0,0 +1,8 @@
+#POM properties
+#Thu Jul 16 14:59:20 CEST 2015
+version=1.0.0
+groupId=org.reactivestreams
+debianVersion=debian
+type=jar
+classifier=
+artifactId=reactive-streams
diff --git a/debian/.mh/pom.properties.keep b/debian/.mh/pom.properties.keep
new file mode 100644
index 0000000..469d445
--- /dev/null
+++ b/debian/.mh/pom.properties.keep
@@ -0,0 +1,8 @@
+#POM properties
+#Thu Jul 16 14:59:19 CEST 2015
+version=1.0.0
+groupId=org.reactivestreams
+debianVersion=debian
+type=jar
+classifier=
+artifactId=reactive-streams
diff --git a/debian/.mh/reactive-streams-1.0.0.jar b/debian/.mh/reactive-streams-1.0.0.jar
new file mode 100644
index 0000000..fddd54a
Binary files /dev/null and b/debian/.mh/reactive-streams-1.0.0.jar differ
diff --git a/debian/.mh/reactive-streams-1.0.0.pom b/debian/.mh/reactive-streams-1.0.0.pom
new file mode 100644
index 0000000..2649e17
--- /dev/null
+++ b/debian/.mh/reactive-streams-1.0.0.pom
@@ -0,0 +1,40 @@
+<?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>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ <version>1.0.0</version>
+ <packaging>jar</packaging><properties>
+
+ <debian.hasPackageVersion/>
+
+ <debian.mavenRules>org.reactivestreams reactive-streams jar s/.*/debian/ * *</debian.mavenRules>
+
+ <debian.originalVersion>1.0.0</debian.originalVersion>
+
+ <debian.package>libreactive-streams-java</debian.package>
+ </properties>
+
+ <name>reactive-streams</name>
+ <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
+ <url>http://www.reactive-streams.org/</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>CC0</name>
+ <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>reactive-streams-sig</id>
+ <name>Reactive Streams SIG</name>
+ <url>http://www.reactive-streams.org/</url>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git at github.com:reactive-streams/reactive-streams.git</connection>
+ <url>git at github.com:reactive-streams/reactive-streams.git</url>
+ </scm>
+</project>
\ No newline at end of file
diff --git a/debian/.mh/reactive-streams-debian.pom b/debian/.mh/reactive-streams-debian.pom
new file mode 100644
index 0000000..97baf09
--- /dev/null
+++ b/debian/.mh/reactive-streams-debian.pom
@@ -0,0 +1,40 @@
+<?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>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ <version>debian</version>
+ <packaging>jar</packaging><properties>
+
+ <debian.hasPackageVersion/>
+
+ <debian.mavenRules>org.reactivestreams reactive-streams jar s/.*/debian/ * *</debian.mavenRules>
+
+ <debian.originalVersion>1.0.0</debian.originalVersion>
+
+ <debian.package>libreactive-streams-java</debian.package>
+ </properties>
+
+ <name>reactive-streams</name>
+ <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
+ <url>http://www.reactive-streams.org/</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>CC0</name>
+ <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>reactive-streams-sig</id>
+ <name>Reactive Streams SIG</name>
+ <url>http://www.reactive-streams.org/</url>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git at github.com:reactive-streams/reactive-streams.git</connection>
+ <url>git at github.com:reactive-streams/reactive-streams.git</url>
+ </scm>
+</project>
\ No newline at end of file
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..341c79a
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about reactive-streams
+----------------------------------
+
+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..b1377bf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+reactive-streams (1.0.0-1) unstable; urgency=medium
+
+ * Initial release (Closes: #792565)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 16 Jul 2015 12:37:39 +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..7746a6f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: reactive-streams
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper, gradle
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-java/reactive-streams.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/reactive-streams.git
+Homepage: http://www.reactive-streams.org
+
+Package: libreactive-streams-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}
+Description: Standard for asynchronous stream processing with non-blocking backpressure
+ Reactive Streams is an initiative to provide a standard for asynchronous
+ stream processing with non-blocking back pressure. This encompasses efforts
+ aimed at runtime environments (JVM and JavaScript) as well as network
+ protocols.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..175ae9c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,134 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: reactive-streams
+Source: http://www.reactive-streams.org/
+
+Files: *
+Copyright: 2014-2015, Reactive Streams SIG
+License: CC0-1.0
+
+Files: debian/*
+Copyright: 2015, Emmanuel Bourg <ebourg at apache.org>
+License: Apache-2.0
+ On Debian systems, the full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'
+
+License: CC0-1.0
+ CC0 1.0 Universal
+ .
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+ .
+ Statement of Purpose
+ .
+ The laws of most jurisdictions throughout the world automatically confer
+ exclusive Copyright and Related Rights (defined below) upon the creator
+ and subsequent owner(s) (each and all, an "owner") of an original work of
+ authorship and/or a database (each, a "Work").
+ .
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without fear
+ of later claims of infringement build upon, modify, incorporate in other
+ works, reuse and redistribute as freely as possible in any form whatsoever
+ and for any purposes, including without limitation commercial purposes.
+ These owners may contribute to the Commons to promote the ideal of a free
+ culture and the further production of creative, cultural and scientific
+ works, or to gain reputation or greater distribution for their Work in
+ part through the use and efforts of others.
+ .
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+ is an owner of Copyright and Related Rights in the Work, voluntarily
+ elects to apply CC0 to the Work and publicly distribute the Work under its
+ terms, with knowledge of his or her Copyright and Related Rights in the
+ Work and the meaning and intended legal effect of CC0 on those rights.
+ .
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
+ protected by copyright and related or neighboring rights ("Copyright and
+ Related Rights"). Copyright and Related Rights include, but are not
+ limited to, the following:
+ .
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+ iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+ vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+ .
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
+ irrevocably and unconditionally waives, abandons, and surrenders all of
+ Affirmer's Copyright and Related Rights and associated claims and causes
+ of action, whether now known or unknown (including existing as well as
+ future claims and causes of action), in the Work (i) in all territories
+ worldwide, (ii) for the maximum duration provided by applicable law or
+ treaty (including future time extensions), (iii) in any current or future
+ medium and for any number of copies, and (iv) for any purpose whatsoever,
+ including without limitation commercial, advertising or promotional
+ purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+ member of the public at large and to the detriment of Affirmer's heirs and
+ successors, fully intending that such Waiver shall not be subject to
+ revocation, rescission, cancellation, termination, or any other legal or
+ equitable action to disrupt the quiet enjoyment of the Work by the public
+ as contemplated by Affirmer's express Statement of Purpose.
+ .
+ 3. Public License Fallback. Should any part of the Waiver for any reason
+ be judged legally invalid or ineffective under applicable law, then the
+ Waiver shall be preserved to the maximum extent permitted taking into
+ account Affirmer's express Statement of Purpose. In addition, to the
+ extent the Waiver is so judged Affirmer hereby grants to each affected
+ person a royalty-free, non transferable, non sublicensable, non exclusive,
+ irrevocable and unconditional license to exercise Affirmer's Copyright and
+ Related Rights in the Work (i) in all territories worldwide, (ii) for the
+ maximum duration provided by applicable law or treaty (including future
+ time extensions), (iii) in any current or future medium and for any number
+ of copies, and (iv) for any purpose whatsoever, including without
+ limitation commercial, advertising or promotional purposes (the
+ "License"). The License shall be deemed effective as of the date CC0 was
+ applied by Affirmer to the Work. Should any part of the License for any
+ reason be judged legally invalid or ineffective under applicable law, such
+ partial invalidity or ineffectiveness shall not invalidate the remainder
+ of the License, and in such case Affirmer hereby affirms that he or she
+ will not (i) exercise any of his or her remaining Copyright and Related
+ Rights in the Work or (ii) assert any associated claims and causes of
+ action with respect to the Work, in either case contrary to Affirmer's
+ express Statement of Purpose.
+ .
+ 4. Limitations and Disclaimers.
+ .
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..c94ecb5
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libreactive-streams-java_1.0.0-1_all.deb java optional
diff --git a/debian/libreactive-streams-java.debhelper.log b/debian/libreactive-streams-java.debhelper.log
new file mode 100644
index 0000000..02e2834
--- /dev/null
+++ b/debian/libreactive-streams-java.debhelper.log
@@ -0,0 +1,20 @@
+dh_auto_configure
+override_dh_auto_build dh_auto_build
+dh_auto_build
+dh_auto_test
+dh_prep
+override_dh_auto_install dh_link
+override_dh_auto_install dh_link
+override_dh_auto_install dh_link
+dh_auto_install
+dh_installdocs
+dh_installchangelogs
+dh_perl
+dh_link
+dh_compress
+dh_fixperms
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dh_builddeb
diff --git a/debian/libreactive-streams-java.poms b/debian/libreactive-streams-java.poms
new file mode 100644
index 0000000..3c42933
--- /dev/null
+++ b/debian/libreactive-streams-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]
+#
+debian/pom.xml --has-package-version --java-lib --artifact=api/build/libs/reactive-streams-*.jar
diff --git a/debian/libreactive-streams-java.substvars b/debian/libreactive-streams-java.substvars
new file mode 100644
index 0000000..978fc8b
--- /dev/null
+++ b/debian/libreactive-streams-java.substvars
@@ -0,0 +1,2 @@
+misc:Depends=
+misc:Pre-Depends=
diff --git a/debian/libreactive-streams-java/DEBIAN/control b/debian/libreactive-streams-java/DEBIAN/control
new file mode 100644
index 0000000..dcbc860
--- /dev/null
+++ b/debian/libreactive-streams-java/DEBIAN/control
@@ -0,0 +1,14 @@
+Package: libreactive-streams-java
+Source: reactive-streams
+Version: 1.0.0-1
+Architecture: all
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Installed-Size: 32
+Section: java
+Priority: optional
+Homepage: http://www.reactive-streams.org
+Description: Standard for asynchronous stream processing with non-blocking backpressure
+ Reactive Streams is an initiative to provide a standard for asynchronous
+ stream processing with non-blocking back pressure. This encompasses efforts
+ aimed at runtime environments (JVM and JavaScript) as well as network
+ protocols.
diff --git a/debian/libreactive-streams-java/DEBIAN/md5sums b/debian/libreactive-streams-java/DEBIAN/md5sums
new file mode 100644
index 0000000..9059e0a
--- /dev/null
+++ b/debian/libreactive-streams-java/DEBIAN/md5sums
@@ -0,0 +1,5 @@
+1c5d110d9a48e205295cace689ec9a59 usr/share/doc/libreactive-streams-java/changelog.Debian.gz
+342c36f9ce2ec60a6eb434cfb8f283aa usr/share/doc/libreactive-streams-java/copyright
+c41f3b75f76f9dfa4b5cfa84d489a107 usr/share/java/reactive-streams-1.0.0.jar
+f7d306e5387c5179bc8b552c6f79f83e usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.pom
+96addefebb58fe39ffd3d36617a4eb46 usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.pom
diff --git a/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/changelog.Debian.gz b/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/changelog.Debian.gz
new file mode 100644
index 0000000..d8fddc6
Binary files /dev/null and b/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/changelog.Debian.gz differ
diff --git a/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/copyright b/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/copyright
new file mode 100644
index 0000000..175ae9c
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/doc/libreactive-streams-java/copyright
@@ -0,0 +1,134 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: reactive-streams
+Source: http://www.reactive-streams.org/
+
+Files: *
+Copyright: 2014-2015, Reactive Streams SIG
+License: CC0-1.0
+
+Files: debian/*
+Copyright: 2015, Emmanuel Bourg <ebourg at apache.org>
+License: Apache-2.0
+ On Debian systems, the full text of the Apache-2.0 license
+ can be found in the file '/usr/share/common-licenses/Apache-2.0'
+
+License: CC0-1.0
+ CC0 1.0 Universal
+ .
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+ .
+ Statement of Purpose
+ .
+ The laws of most jurisdictions throughout the world automatically confer
+ exclusive Copyright and Related Rights (defined below) upon the creator
+ and subsequent owner(s) (each and all, an "owner") of an original work of
+ authorship and/or a database (each, a "Work").
+ .
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without fear
+ of later claims of infringement build upon, modify, incorporate in other
+ works, reuse and redistribute as freely as possible in any form whatsoever
+ and for any purposes, including without limitation commercial purposes.
+ These owners may contribute to the Commons to promote the ideal of a free
+ culture and the further production of creative, cultural and scientific
+ works, or to gain reputation or greater distribution for their Work in
+ part through the use and efforts of others.
+ .
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+ is an owner of Copyright and Related Rights in the Work, voluntarily
+ elects to apply CC0 to the Work and publicly distribute the Work under its
+ terms, with knowledge of his or her Copyright and Related Rights in the
+ Work and the meaning and intended legal effect of CC0 on those rights.
+ .
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
+ protected by copyright and related or neighboring rights ("Copyright and
+ Related Rights"). Copyright and Related Rights include, but are not
+ limited to, the following:
+ .
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+ iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+ vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+ .
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
+ irrevocably and unconditionally waives, abandons, and surrenders all of
+ Affirmer's Copyright and Related Rights and associated claims and causes
+ of action, whether now known or unknown (including existing as well as
+ future claims and causes of action), in the Work (i) in all territories
+ worldwide, (ii) for the maximum duration provided by applicable law or
+ treaty (including future time extensions), (iii) in any current or future
+ medium and for any number of copies, and (iv) for any purpose whatsoever,
+ including without limitation commercial, advertising or promotional
+ purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+ member of the public at large and to the detriment of Affirmer's heirs and
+ successors, fully intending that such Waiver shall not be subject to
+ revocation, rescission, cancellation, termination, or any other legal or
+ equitable action to disrupt the quiet enjoyment of the Work by the public
+ as contemplated by Affirmer's express Statement of Purpose.
+ .
+ 3. Public License Fallback. Should any part of the Waiver for any reason
+ be judged legally invalid or ineffective under applicable law, then the
+ Waiver shall be preserved to the maximum extent permitted taking into
+ account Affirmer's express Statement of Purpose. In addition, to the
+ extent the Waiver is so judged Affirmer hereby grants to each affected
+ person a royalty-free, non transferable, non sublicensable, non exclusive,
+ irrevocable and unconditional license to exercise Affirmer's Copyright and
+ Related Rights in the Work (i) in all territories worldwide, (ii) for the
+ maximum duration provided by applicable law or treaty (including future
+ time extensions), (iii) in any current or future medium and for any number
+ of copies, and (iv) for any purpose whatsoever, including without
+ limitation commercial, advertising or promotional purposes (the
+ "License"). The License shall be deemed effective as of the date CC0 was
+ applied by Affirmer to the Work. Should any part of the License for any
+ reason be judged legally invalid or ineffective under applicable law, such
+ partial invalidity or ineffectiveness shall not invalidate the remainder
+ of the License, and in such case Affirmer hereby affirms that he or she
+ will not (i) exercise any of his or her remaining Copyright and Related
+ Rights in the Work or (ii) assert any associated claims and causes of
+ action with respect to the Work, in either case contrary to Affirmer's
+ express Statement of Purpose.
+ .
+ 4. Limitations and Disclaimers.
+ .
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/debian/libreactive-streams-java/usr/share/java/reactive-streams-1.0.0.jar b/debian/libreactive-streams-java/usr/share/java/reactive-streams-1.0.0.jar
new file mode 100644
index 0000000..fddd54a
Binary files /dev/null and b/debian/libreactive-streams-java/usr/share/java/reactive-streams-1.0.0.jar differ
diff --git a/debian/libreactive-streams-java/usr/share/java/reactive-streams.jar b/debian/libreactive-streams-java/usr/share/java/reactive-streams.jar
new file mode 120000
index 0000000..4a1aeca
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/java/reactive-streams.jar
@@ -0,0 +1 @@
+reactive-streams-1.0.0.jar
\ No newline at end of file
diff --git a/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.jar b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.jar
new file mode 120000
index 0000000..d3df57e
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.jar
@@ -0,0 +1 @@
+../../../../../java/reactive-streams-1.0.0.jar
\ No newline at end of file
diff --git a/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.pom b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.pom
new file mode 100644
index 0000000..2649e17
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.pom
@@ -0,0 +1,40 @@
+<?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>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ <version>1.0.0</version>
+ <packaging>jar</packaging><properties>
+
+ <debian.hasPackageVersion/>
+
+ <debian.mavenRules>org.reactivestreams reactive-streams jar s/.*/debian/ * *</debian.mavenRules>
+
+ <debian.originalVersion>1.0.0</debian.originalVersion>
+
+ <debian.package>libreactive-streams-java</debian.package>
+ </properties>
+
+ <name>reactive-streams</name>
+ <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
+ <url>http://www.reactive-streams.org/</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>CC0</name>
+ <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>reactive-streams-sig</id>
+ <name>Reactive Streams SIG</name>
+ <url>http://www.reactive-streams.org/</url>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git at github.com:reactive-streams/reactive-streams.git</connection>
+ <url>git at github.com:reactive-streams/reactive-streams.git</url>
+ </scm>
+</project>
\ No newline at end of file
diff --git a/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.jar b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.jar
new file mode 120000
index 0000000..d3df57e
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.jar
@@ -0,0 +1 @@
+../../../../../java/reactive-streams-1.0.0.jar
\ No newline at end of file
diff --git a/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.pom b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.pom
new file mode 100644
index 0000000..97baf09
--- /dev/null
+++ b/debian/libreactive-streams-java/usr/share/maven-repo/org/reactivestreams/reactive-streams/debian/reactive-streams-debian.pom
@@ -0,0 +1,40 @@
+<?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>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ <version>debian</version>
+ <packaging>jar</packaging><properties>
+
+ <debian.hasPackageVersion/>
+
+ <debian.mavenRules>org.reactivestreams reactive-streams jar s/.*/debian/ * *</debian.mavenRules>
+
+ <debian.originalVersion>1.0.0</debian.originalVersion>
+
+ <debian.package>libreactive-streams-java</debian.package>
+ </properties>
+
+ <name>reactive-streams</name>
+ <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
+ <url>http://www.reactive-streams.org/</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>CC0</name>
+ <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>reactive-streams-sig</id>
+ <name>Reactive Streams SIG</name>
+ <url>http://www.reactive-streams.org/</url>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git at github.com:reactive-streams/reactive-streams.git</connection>
+ <url>git at github.com:reactive-streams/reactive-streams.git</url>
+ </scm>
+</project>
\ No newline at end of file
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..8b13789
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..e593715
--- /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
+
+maven.test.skip=true
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..3ac9d75
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+
+org.reactivestreams reactive-streams jar s/.*/debian/ * *
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..d4e090f
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+PACKAGE=$(dpkg-parsechangelog -S Source)
+VERSION=$2
+DIR=${PACKAGE}-${VERSION}
+TAR=../${PACKAGE}_${VERSION}.orig.tar.xz
+
+mkdir $DIR
+tar -xf $3 --strip-components=1 -C $DIR
+rm $3
+XZ_OPT=--best tar cJvf $TAR \
+ --exclude '.travis.yml' \
+ --exclude 'gradlew*' \
+ --exclude 'gradle/wrapper/*' \
+ $DIR
+rm -rf $DIR
+
diff --git a/debian/patches/01-disable-modules.patch b/debian/patches/01-disable-modules.patch
new file mode 100644
index 0000000..6f4e8ff
--- /dev/null
+++ b/debian/patches/01-disable-modules.patch
@@ -0,0 +1,19 @@
+Description: Build only the api module
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/settings.gradle
++++ b/settings.gradle
+@@ -1,9 +1,9 @@
+ rootProject.name = 'reactive-streams'
+ include ':reactive-streams'
+-include ':reactive-streams-tck'
+-include ':reactive-streams-examples'
++//include ':reactive-streams-tck'
++//include ':reactive-streams-examples'
+
+ project(':reactive-streams').projectDir = "$rootDir/api" as File
+-project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
+-project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
++//project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
++//project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..20578d5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-disable-modules.patch
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..24016ea
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.reactivestreams</groupId>
+ <artifactId>reactive-streams</artifactId>
+ <version>1.0.0</version>
+ <name>reactive-streams</name>
+ <description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
+ <url>http://www.reactive-streams.org/</url>
+ <inceptionYear>2014</inceptionYear>
+ <licenses>
+ <license>
+ <name>CC0</name>
+ <url>http://creativecommons.org/publicdomain/zero/1.0/</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>reactive-streams-sig</id>
+ <name>Reactive Streams SIG</name>
+ <url>http://www.reactive-streams.org/</url>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git at github.com:reactive-streams/reactive-streams.git</connection>
+ <url>git at github.com:reactive-streams/reactive-streams.git</url>
+ </scm>
+</project>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cf00715
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME := /usr/lib/jvm/default-java
+
+%:
+ dh $@
+
+override_dh_auto_build:
+ dh_auto_build
+ gradle --offline --stacktrace --refresh-dependencies --gradle-user-home .gradle jar
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -Rf build .gradle buildSrc/.gradle/ buildSrc/build/
+ rm -Rf api/build
+ mh_clean
+
+override_dh_auto_install:
+ mh_install -plibreactive-streams-java
+
+get-orig-source:
+ uscan --download-current-version --rename --force-download
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..6d2e915
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/reactive-streams/reactive-streams-jvm/tags .*/v([\d\.]+).tar.gz debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/reactive-streams.git
More information about the pkg-java-commits
mailing list