Tony Mancill pushed to branch master at Debian Java Maintainers / wss4j
Commits: 3f2c258f by tony mancill at 2023-02-05T08:29:23-08:00 Add build-dep on liblog4j1.2-java (Closes: #1028720) - - - - - 3c051982 by tony mancill at 2023-02-05T08:30:59-08:00 Use https URLs for copyright and upstream - - - - - d36e56cb by tony mancill at 2023-02-05T08:31:21-08:00 Remove get-orig-source target from debian/rules - - - - - 4a986d9f by tony mancill at 2023-02-05T08:31:47-08:00 Use debhelper-compat 13 - - - - - 66b585d4 by tony mancill at 2023-02-05T08:32:03-08:00 Set Rules-Requires-Root: no in debian/control - - - - - e0409b3d by tony mancill at 2023-02-05T08:32:17-08:00 Bump Standards-Version to 4.6.2 - - - - - 49f7a3ff by tony mancill at 2023-02-05T08:32:36-08:00 Prepare changelog for upload - - - - - 920f0857 by tony mancill at 2023-02-05T08:34:45-08:00 whitespace - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +wss4j (1.6.19-3) unstable; urgency=medium + + * Add build-dep on liblog4j1.2-java (Closes: #1028720) + * Use https URLs for copyright and upstream + * Remove get-orig-source target from debian/rules + * Use debhelper-compat 13 + * Set Rules-Requires-Root: no in debian/control + * Bump Standards-Version to 4.6.2 + + -- tony mancill <[email protected]> Sun, 05 Feb 2023 08:32:23 -0800 + wss4j (1.6.19-2) unstable; urgency=medium * Team upload. @@ -52,7 +63,7 @@ wss4j (1.6.14-1) unstable; urgency=medium -- Emmanuel Bourg <[email protected]> Wed, 26 Feb 2014 10:20:44 +0100 wss4j (1.6.12-1) unstable; urgency=low - + * New upstream version (Closes: #724138) - Refreshed the patches - Updated debian/copyright ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -6,19 +6,21 @@ Uploaders: Emmanuel Bourg <[email protected]>, tony mancill <[email protected]> Build-Depends: - debhelper (>= 11~), + debhelper-compat (= 13), default-jdk, junit4, libbcprov-java (>= 1.49), libcommons-logging-java, + liblog4j1.2-java, libmaven-bundle-plugin-java, libxalan2-java, libxml-security-java, maven-debian-helper -Standards-Version: 4.2.0 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/wss4j.git Vcs-Browser: https://salsa.debian.org/java-team/wss4j -Homepage: http://ws.apache.org/wss4j/ +Homepage: https://ws.apache.org/wss4j/ +Rules-Requires-Root: no Package: libwss4j-java Architecture: all ===================================== debian/copyright ===================================== @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache WSS4J -Source: http://svn.apache.org/repos/asf/webservices/wss4j/tags/ +Source: https://svn.apache.org/repos/asf/webservices/wss4j/tags/ Files-Excluded: *.jar Files: * ===================================== debian/rules ===================================== @@ -5,6 +5,3 @@ override_dh_installchangelogs: dh_installchangelogs -- ChangeLog.txt - -get-orig-source: - uscan --download-current-version --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/wss4j/-/compare/49ad8e22b1108ee608502421ab7e257afa43f46a...920f085744604b12fa7be954ed1277ef5f957b00 -- View it on GitLab: https://salsa.debian.org/java-team/wss4j/-/compare/49ad8e22b1108ee608502421ab7e257afa43f46a...920f085744604b12fa7be954ed1277ef5f957b00 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

