Tony Mancill pushed to branch master at Debian Java Maintainers / syncany
Commits: a90075e2 by tony mancill at 2022-10-17T19:45:36-07:00 Add build-dep on libservlet-api-java - - - - - f79d8b19 by tony mancill at 2022-10-17T19:57:37-07:00 Remove java.servlet-api from maven.rules - - - - - a0b5ba6e by tony mancill at 2022-10-17T19:57:37-07:00 Bump Standards-Version to 4.6.1 - - - - - bbd5cc5a by tony mancill at 2022-10-17T19:57:37-07:00 Add lintian overrides for upstream HTML files - - - - - 0a5fc099 by tony mancill at 2022-10-17T19:57:37-07:00 Freshen years in debian/copyright - - - - - 21b6a116 by tony mancill at 2022-10-17T19:57:37-07:00 Prepare changelog for upload - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/maven.rules - + debian/source/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +syncany (0.4.9~alpha-5) experimental; urgency=medium + + * Team upload. + * Add build-dep on libservlet-api-java and remove java.servlet-api + from maven.rules (Closes: #1021935) + * Bump Standards-Version to 4.6.1 + * Add lintian overrides for upstream HTML files + + -- tony mancill <[email protected]> Mon, 17 Oct 2022 19:52:50 -0700 + syncany (0.4.9~alpha-4) experimental; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -21,12 +21,13 @@ Build-Depends: libjoptsimple-java, libjpathwatch-java (>= 0.95-2), libsemver-java, + libservlet-api-java, libsimple-xml-java, libstax-java, libtomcat9-java, libundertow-java, junit5 -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/java-team/syncany Vcs-Git: https://salsa.debian.org/java-team/syncany.git Homepage: https://www.syncany.org ===================================== debian/copyright ===================================== @@ -20,8 +20,8 @@ Copyright: Jared Breland <[email protected]> License: LGPL-3 Files: debian/* -Copyright: 2015-2021, Markus Koschany <[email protected]> - 2021, tony mancill <[email protected]> +Copyright: 2015-2022, Markus Koschany <[email protected]> + 2021-2022, tony mancill <[email protected]> License: GPL-3+ License: GPL-3+ ===================================== debian/maven.rules ===================================== @@ -1,5 +1,4 @@ org.bouncycastle s/bcprov-jdk15on/bcprov/ * s/.*/debian/ * * org.bouncycastle s/bcpkix-jdk15on/bcpkix/ * s/.*/debian/ * * -javax.servlet javax.servlet-api * s/.*/3.1/ * * javax.websocket javax.websocket-api s/.*/1.0/ * * ===================================== debian/source/lintian-overrides ===================================== @@ -0,0 +1,4 @@ +# long source lines from upstream sources +syncany source: source-is-missing [syncany-lib/src/main/resources/org/syncany/plugins/oauth/BadRequestWebResponse.html] +syncany source: source-is-missing [syncany-lib/src/main/resources/org/syncany/plugins/oauth/ValidWebResponse.html] + View it on GitLab: https://salsa.debian.org/java-team/syncany/-/compare/dd87ebc80d3820dcca0118a54eaeee8fd353ea1f...21b6a1168d45ff96da02e1339757bf093553e9be -- View it on GitLab: https://salsa.debian.org/java-team/syncany/-/compare/dd87ebc80d3820dcca0118a54eaeee8fd353ea1f...21b6a1168d45ff96da02e1339757bf093553e9be 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

