Tony Mancill pushed to branch master at Debian Java Maintainers / picocli
Commits: 7da6cf34 by tony mancill at 2021-01-18T11:35:48-08:00 Update Uploaders (Closes: #980400) - - - - - be42d6c7 by tony mancill at 2021-01-18T11:36:16-08:00 Use debhelper-compat 13 - - - - - 1826858c by tony mancill at 2021-01-18T11:36:52-08:00 Bump Standards-Version to 4.5.1 - - - - - 61c4dd29 by tony mancill at 2021-01-18T11:37:09-08:00 Set Rules-Requires-Root: no in debian/control - - - - - 59d19449 by tony mancill at 2021-01-18T11:37:49-08:00 Freshen debian/copyright - - - - - 595d5682 by tony mancill at 2021-01-18T11:38:09-08:00 prepare changelog for upload to unstable - - - - - b27eb53d by tony mancill at 2021-01-18T12:02:40-08:00 Add build-dep on jline3 - - - - - 2ef10037 by tony mancill at 2021-01-18T12:10:26-08:00 Disable tests (to emulate g-d-h behavior before DH bump) - - - - - ebad0a9c by tony mancill at 2021-01-18T12:11:53-08:00 prepare changelog for upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +picocli (3.9.6-3) unstable; urgency=medium + + * Update Uploaders (Closes: #980400) + * Use debhelper-compat 13 + * Bump Standards-Version to 4.5.1 + * Set Rules-Requires-Root: no in debian/control + * Freshen debian/copyright + * Add build-dep on jline3 + * Disable tests (to emulate g-d-h behavior before DH bump) + + -- tony mancill <[email protected]> Mon, 18 Jan 2021 12:10:41 -0800 + picocli (3.9.6-2) unstable; urgency=medium * Team upload to unstable. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -2,18 +2,20 @@ Source: picocli Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Miroslav Kravec <[email protected]> +Uploaders: tony mancill <[email protected]> Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), default-jdk, gradle-debian-helper (>= 1.4), groovy (>= 2.4.10), libjline2-java, + libjline3-java, maven-repo-helper -Standards-Version: 4.3.0 +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/picocli.git Vcs-Browser: https://salsa.debian.org/java-team/picocli Homepage: https://picocli.info +Rules-Requires-Root: no Package: libpicocli-java Architecture: all ===================================== debian/copyright ===================================== @@ -21,6 +21,7 @@ Comment: Files: debian/* Copyright: 2018, Miroslav Kravec <[email protected]> + 2021, tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -5,3 +5,6 @@ override_dh_auto_build: dh_auto_build -- jar -x :picocli-examples:compileGroovy -x :picocli-shell-jline3:jar + +# tests are disabled until we have com.github.stefanbirkner:system-rules:1.x +override_dh_auto_test: View it on GitLab: https://salsa.debian.org/java-team/picocli/-/compare/080bfc8d2f026db38732e93bdc3eb0a714267403...ebad0a9cfaa37af29fec796e820a3d8fdddb0dde -- View it on GitLab: https://salsa.debian.org/java-team/picocli/-/compare/080bfc8d2f026db38732e93bdc3eb0a714267403...ebad0a9cfaa37af29fec796e820a3d8fdddb0dde 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

