Hans-Christoph Steiner pushed to branch master at Debian Java Maintainers / jline3
Commits: 44b13f43 by Samyak Jain at 2020-05-09T03:06:43+05:30 Bumps standard version to 4.5.0 and removes d/compat - - - - - bc1e70f6 by Samyak Jain at 2020-05-09T03:13:35+05:30 Adds metadata in d/upstream - - - - - 5dbbb15b by Samyak Jain at 2020-05-09T21:04:21+05:30 Corrects copyright file - - - - - 85939b5a by Samyak Jain at 2020-05-09T21:19:12+05:30 Add myself as uploaders - - - - - aef49e2c by Samyak Jain at 2020-05-09T22:29:09+05:30 Add an autopkgtest - - - - - ae23c28a by Samyak Jain at 2020-05-09T22:51:30+05:30 Updates d/copyright to correct license - - - - - d23ded95 by Samyak Jain at 2020-05-09T23:02:51+05:30 Updates d/changelog for 3.3.1-1 release - - - - - 41796932 by Hans-Christoph Steiner at 2020-05-20T14:19:50+02:00 add author names to debian/copyright - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - + debian/tests/control - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,12 @@ jline3 (3.3.1-1) unstable; urgency=medium - * Initial release (Closes: #933328) + [ Saif Abdul Cassim ] + * Initial upstream branch. (Closes: #933328) + * New upstream version 3.3.1 - -- Saif Abdul Cassim <[email protected]> Thu, 01 Aug 2019 01:37:57 +0200 + [ Samyak Jain ] + * Bumps standard version to 4.5.0 and removes d/compat + * Adds metadata in d/upstream + * Corrects copyright file + + -- Samyak Jain <[email protected]> Sat, 09 May 2020 21:04:27 +0530 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -1,30 +1,30 @@ Source: jline3 +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Saif Abdul Cassim <[email protected]>, + Samyak Jain <[email protected]> Section: java Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Saif Abdul Cassim <[email protected]> -Build-Depends: - debhelper (>= 11), - junit4, - libbuild-helper-maven-plugin-java, - libjna-java, - libjuniversalchardet-java, - libmaven-bundle-plugin-java, - libmaven-dependency-plugin-java, - libmaven-source-plugin-java, - maven-debian-helper -Standards-Version: 4.4.0 +Build-Depends: debhelper-compat (=12), + junit4, + libbuild-helper-maven-plugin-java, + libjna-java, + libjuniversalchardet-java, + libmaven-bundle-plugin-java, + libmaven-dependency-plugin-java, + libmaven-source-plugin-java, + maven-debian-helper +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/java-team/jline3 Vcs-Git: https://salsa.debian.org/java-team/jline3.git Homepage: https://github.com/jline/jline3 +Rules-Requires-Root: no Package: libjline3-java Architecture: all -Depends: - junit4, - libjna-java, - libjuniversalchardet-java, - ${misc:Depends} +Depends: junit4, + libjna-java, + libjuniversalchardet-java, + ${misc:Depends} Description: Console input handling library JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline but with additional ===================================== debian/copyright ===================================== @@ -1,13 +1,25 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jline3 Source: https://github.com/jline/jline3 -Files-Excluded: *.exe - mvnw* - .mvn - .travis* Files: * -Copyright: 2000-2017, Dieter Wimberger +Copyright: 2002-2017, Guillaume Nodet + 2002-2016, Matti Rintanikkola + 2002-2016, Jason Dillon +License: BSD-3-clause + +Files: builtins/* + reader/src/main/java/org/jline/reader/EOFError.java + reader/src/main/java/org/jline/reader/SyntaxError.java + terminal-jna/src/main/java/org/jline/terminal/impl/jna/win/AnsiOutputStream.java +Copyright: 2002-2016, Guillaume Nodet +License: Apache-2.0 + +Files: debian/* +Copyright: 2020, Saif Abdul Cassim <[email protected]> +License: BSD-3-clause +Comment: The Debian packaging is licensed under the same terms as the original package. + License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following @@ -39,8 +51,33 @@ License: BSD-3-clause IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Files: debian/* -Copyright: 2019, Saif Abdul Cassim <[email protected]> License: Apache-2.0 - On Debian systems, the complete text of the Apache version 2.0 license - can be found in "/usr/share/common-licenses/Apache-2.0". + 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 JLine 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 OWNER 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/tests/control ===================================== @@ -0,0 +1,4 @@ +Test-Command: ./build demo +Depends: @, @builddeps@ +Restrictions: allow-stderr + ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,9 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/jline/jline3/issues +Bug-Submit: https://github.com/jline/jline3/issues +Changelog: https://github.com/jline/jline3/tags +Contact: https://github.com/jline/jline3/issues +Name: jline3 +Repository: https://github.com/jline/jline3.git +Repository-Browse: https://github.com/jline/jline3 View it on GitLab: https://salsa.debian.org/java-team/jline3/-/compare/23fa5987c057e9527bf88c334149173bfe058320...41796932e619d094dbb2653e74a87e2a23d539b2 -- View it on GitLab: https://salsa.debian.org/java-team/jline3/-/compare/23fa5987c057e9527bf88c334149173bfe058320...41796932e619d094dbb2653e74a87e2a23d539b2 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

