Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javamail
Commits: 80feb2d8 by Emmanuel Bourg at 2024-10-28T11:35:11+01:00 Removed the -java-doc package - - - - - 3dce5809 by Emmanuel Bourg at 2024-10-28T11:35:17+01:00 Standards-Version updated to 4.7.0 - - - - - c49c90d4 by Emmanuel Bourg at 2024-10-28T11:35:23+01:00 Switch to debhelper level 13 - - - - - 0395cf77 by Emmanuel Bourg at 2024-10-28T11:35:38+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - − debian/libmail-java-doc.doc-base.api - − debian/libmail-java-doc.install Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +javamail (1.6.5-3) unstable; urgency=medium + + * Removed the -java-doc package + * Standards-Version updated to 4.7.0 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Mon, 28 Oct 2024 11:35:31 +0100 + javamail (1.6.5-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -4,9 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), default-jdk, - default-jdk-doc, javahelper, junit4, libactivation-java, @@ -14,10 +13,9 @@ Build-Depends: libmaven-bundle-plugin-java (>= 2.3.7-2~), libmaven-dependency-plugin-java, libmaven-install-plugin-java, - libmaven-javadoc-plugin-java, libmaven-source-plugin-java (>= 2.1), maven-debian-helper (>= 1.6.7) -Standards-Version: 4.5.0 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/javamail.git Vcs-Browser: https://salsa.debian.org/java-team/javamail Homepage: https://jakartaee.github.io/mail-api @@ -25,7 +23,7 @@ Homepage: https://jakartaee.github.io/mail-api Package: libmail-java Architecture: all Depends: libactivation-java, ${maven:Depends}, ${misc:Depends} -Suggests: libmail-java-doc, ${maven:OptionalDepends} +Suggests: ${maven:OptionalDepends} Description: JavaMail API Reference Implementation The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. @@ -33,15 +31,3 @@ Description: JavaMail API Reference Implementation This is the reference implementation of the JavaMail API. It supports SMTP, POP3, IMAP (including Gmail features) and Delivery Status Notifications parsing. - -Package: libmail-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libmail-java -Description: JavaMail API Reference Implementation (documentation) - The JavaMail API provides a platform-independent and protocol-independent - framework to build mail and messaging applications. - . - This package contains the API documentation of libmail-java. ===================================== debian/libmail-java-doc.doc-base.api deleted ===================================== @@ -1,10 +0,0 @@ -Document: libmail-java -Title: API Javadoc for JavaMail -Author: Oracle -Abstract: This is the API Javadoc provided for the - libmail-java libraries. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libmail-java/api/index.html -Files: /usr/share/doc/libmail-java/api/* ===================================== debian/libmail-java-doc.install deleted ===================================== @@ -1 +0,0 @@ -target/site/apidocs/* usr/share/doc/libmail-java/api/ View it on GitLab: https://salsa.debian.org/java-team/javamail/-/compare/5a1f133abe83e651b87b742aee89a24f85761929...0395cf7777af05c9d04b67343b65969acd77027a -- View it on GitLab: https://salsa.debian.org/java-team/javamail/-/compare/5a1f133abe83e651b87b742aee89a24f85761929...0395cf7777af05c9d04b67343b65969acd77027a 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

