[Git][java-team/java-websocket][main] build and package the javadoc
Rene Engelhard (@rene)
gitlab at salsa.debian.org
Mon Oct 27 16:19:29 GMT 2025
Rene Engelhard pushed to branch main at Debian Java Maintainers / java-websocket
Commits:
8420705d by Rene Engelhard at 2025-10-27T17:18:48+01:00
build and package the javadoc
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+java-websocket (1.6.0-4) unstable; urgency=medium
+
+ * build and package the javadoc
+
+ -- Rene Engelhard <rene at debian.org> Mon, 27 Oct 2025 17:15:17 +0100
+
java-websocket (1.6.0-3) unstable; urgency=medium
* debian/copyright: mention PD status of
=====================================
debian/control
=====================================
@@ -15,6 +15,15 @@ Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java WebSocket client and server implementation in Java
- A barebone WebSocket client and server implementation written 100% in
+ A barebones WebSocket client and server implementation written 100% in
Java
+Package: libjava-websocket-java-doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Java WebSocket client and server implementation in Java -- API documentation
+ A barebones WebSocket client and server implementation written 100% in
+ Java
+ .
+ This package contains the javadoc/API documentation.
+
=====================================
debian/rules
=====================================
@@ -7,6 +7,10 @@ override_dh_auto_clean:
dh_auto_clean
mh_clean
+override_dh_auto_build:
+ dh_auto_build
+ gradle javadoc
+
override_dh_auto_test:
override_dh_auto_install:
View it on GitLab: https://salsa.debian.org/java-team/java-websocket/-/commit/8420705d0cdd79764a95f5d87613f51a87d2267c
--
View it on GitLab: https://salsa.debian.org/java-team/java-websocket/-/commit/8420705d0cdd79764a95f5d87613f51a87d2267c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20251027/ff315406/attachment.htm>
More information about the pkg-java-commits
mailing list