Andrius Merkys pushed to branch master at Debian Java Maintainers / msgpack-java
Commits: c4269503 by Andrius Merkys at 2019-09-11T12:22:15Z Extending the long description. - - - - - 8112b420 by Andrius Merkys at 2019-09-11T12:40:01Z Adding ITP bug number. - - - - - ba2cf0a0 by Andrius Merkys at 2019-09-11T12:42:37Z Removing EPL license from debian/copyright. - - - - - 6167a248 by Andrius Merkys at 2019-09-11T12:46:06Z Adding a license for sbt. - - - - - ecd75690 by Andrius Merkys at 2019-09-11T12:48:10Z Adding license paragraph for Guava source. - - - - - 8ed97ab1 by Andrius Merkys at 2019-09-11T12:56:46Z Adding all the author names in debian/copyright. - - - - - e973032e by Andrius Merkys at 2019-09-11T12:59:47Z Adding full text of BSD-3-Clause license. - - - - - f33e1f68 by Andrius Merkys at 2019-09-11T13:02:54Z Bumping debhelper compat. - - - - - d1eb3a5e by Andrius Merkys at 2019-09-11T13:03:33Z Sometimes the maven-repo is not deleted. - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,5 @@ msgpack-java (0.8.17-1) UNRELEASED; urgency=medium - * Initial release (Closes: #nnnn) <nnnn is the bug number of your - ITP> + * Initial release (Closes: #940033) -- Andrius Merkys <[email protected]> Wed, 11 Sep 2019 01:00:19 -0400 ===================================== debian/compat ===================================== @@ -1 +1 @@ -11 +12 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Andrius Merkys <[email protected]>, Build-Depends: - debhelper (>= 11), + debhelper (>= 12), default-jdk, maven-debian-helper (>= 2.1), Build-Depends-Indep: @@ -25,4 +25,10 @@ Depends: Suggests: ${maven:OptionalDepends}, Description: MessagePack for Java - Jackson extension that adds support for MessagePack + MessagePack is a binary serialization format. For example, a small integer can + be encoded in a single byte, and short strings only need a single byte prefix + + the original byte array. MessagePack implementation is already available in + various languages and works as a universal data format. + . + msgpack-java supports serialization and deserialization of Java objects through + jackson-databind. ===================================== debian/copyright ===================================== @@ -3,8 +3,16 @@ Upstream-Name: jackson-dataformat-msgpack Source: http://msgpack.org/ Files: * -Copyright: 2019, MessagePack -License: Apache-2.0 or EPL-1.0 +Copyright: 2019, Sadayuki Furuhashi, Muga Nishizawa, Taro L. Saito, Mitsunori Komatsu, Ozawa Tsuyoshi +License: Apache-2.0 + +Files: sbt +Copyright: 2011, Paul Phillips +License: BSD-3-Clause + +Files: msgpack-core/src/main/java/org/msgpack/core/Preconditions.java +Copyright: 2007, The Guava Authors +License: Apache-2.0 Files: debian/* Copyright: 2019, Andrius Merkys <[email protected]> @@ -14,5 +22,28 @@ 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: EPL-1.0 - TODO: include the full text of the license here +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the author nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ===================================== debian/rules ===================================== @@ -16,3 +16,7 @@ override_dh_auto_configure: test -e ${MSGPACK_MAVEN_DIR}/msgpack-core-debian.jar || \ ln -s ../../../../../../msgpack-core/target/msgpack-core-$(DEB_VERSION_UPSTREAM).jar \ ${MSGPACK_MAVEN_DIR}/msgpack-core-debian.jar + +override_dh_auto_clean: + dh_auto_clean + rm -rf debian/maven-repo View it on GitLab: https://salsa.debian.org/java-team/msgpack-java/compare/4ef7d993e8eddd74f0536afa5f5b6c8fb7547017...d1eb3a5e2d5969edc2310762d69dbccc19f9b1b1 -- View it on GitLab: https://salsa.debian.org/java-team/msgpack-java/compare/4ef7d993e8eddd74f0536afa5f5b6c8fb7547017...d1eb3a5e2d5969edc2310762d69dbccc19f9b1b1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

