Tony Mancill pushed to branch master at Debian Java Maintainers / groovy
Commits: 8e2f479c by tony mancill at 2022-10-02T09:13:23-07:00 Use libservlet-api-java[-doc] packages (Closes: #1020429) - - - - - d0b97c81 by tony mancill at 2022-10-02T09:13:23-07:00 Freshen years in debian/copyright - - - - - cebec5a5 by tony mancill at 2022-10-02T09:34:31-07:00 Remove unused lintian override - - - - - f394377d by tony mancill at 2022-10-02T09:34:31-07:00 Set Rules-Requires-Root: no in debian/control - - - - - d2a24169 by tony mancill at 2022-10-02T09:34:31-07:00 Prepare changelog for upload - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/groovy-doc.lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,22 @@ +groovy (2.4.21-3) unstable; urgency=medium + + * Team upload. + * Use libservlet-api-java[-doc] build-deps (Closes: #1020429) + * Freshen years in debian/copyright + * Update 2.4.21-2 changelog to reflect JLine2 and tests change + * Remove unused lintian override + * Set Rules-Requires-Root: no in debian/control + + -- tony mancill <[email protected]> Sun, 02 Oct 2022 09:34:00 -0700 + groovy (2.4.21-2) unstable; urgency=medium * Team upload. * Fix FTBFS with JANSI 2.4.0. (Closes: #1013355) * Switch to debhelper-compat = 13. * Declare compliance with Debian Policy 4.6.1. + * Update to JLine2 >= 2.13 + * Disable the tests for now -- Markus Koschany <[email protected]> Sat, 25 Jun 2022 21:47:51 +0200 ===================================== debian/control ===================================== @@ -25,8 +25,8 @@ Build-Depends: libjcommander-java, libjline2-java, libqdox-java, - libservlet3.1-java, - libservlet3.1-java-doc, + libservlet-api-java, + libservlet-api-java-doc, libxstream-java, locales-all | language-pack-en, maven-repo-helper, @@ -36,6 +36,7 @@ Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/groovy.git Vcs-Browser: https://salsa.debian.org/java-team/groovy Homepage: http://www.groovy-lang.org +Rules-Requires-Root: no Package: groovy Architecture: all @@ -51,7 +52,7 @@ Depends: libjansi-java, libjline2-java, libqdox-java, - libservlet3.1-java, + libservlet-api-ava, libxstream-java, ${misc:Depends} Recommends: @@ -78,7 +79,7 @@ Package: groovy-doc Section: doc Architecture: all Depends: ${misc:Depends} -Recommends: default-jdk-doc, junit4-doc, libservlet3.1-java-doc +Recommends: default-jdk-doc, junit4-doc, libservlet-api-java-doc Suggests: groovy Description: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great ===================================== debian/copyright ===================================== @@ -27,7 +27,9 @@ Copyright: 2009 Varun Hiremath <[email protected]> 2009 Ludovic Claude <[email protected]> 2010-2017 Miguel Landaeta <[email protected]> 2015, Komal <[email protected]> - 2015-2018, Emmanuel Bourg <[email protected]> + 2015-2022, Emmanuel Bourg <[email protected]> + 2015-2022, Markus Koschany <[email protected]> + 2015-2022, tony mancill <[email protected]> License: GPL-2 Files: debian/patches/* ===================================== debian/groovy-doc.lintian-overrides ===================================== @@ -1,2 +0,0 @@ -groovy-doc: needless-suggest-recommend-libservlet-java - View it on GitLab: https://salsa.debian.org/java-team/groovy/-/compare/d6c532da4bbc2c32c790d20d427555edc361d39f...d2a24169de3e2abd93f3f81ecea72f66ef6268c6 -- View it on GitLab: https://salsa.debian.org/java-team/groovy/-/compare/d6c532da4bbc2c32c790d20d427555edc361d39f...d2a24169de3e2abd93f3f81ecea72f66ef6268c6 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

