[Git][java-team/java-websocket][main] upport nodoc build profile
Rene Engelhard (@rene)
gitlab at salsa.debian.org
Sun Nov 16 20:31:56 GMT 2025
Rene Engelhard pushed to branch main at Debian Java Maintainers / java-websocket
Commits:
8fbe6e82 by Rene Engelhard at 2025-11-16T18:27:20+01:00
upport nodoc build profile
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+java-websocket (1.6.0-6) UNRELEASED; urgency=medium
+
+ * support nodoc build profile
+
+ -- Rene Engelhard <rene at debian.org> Tue, 28 Oct 2025 17:36:45 +0100
+
java-websocket (1.6.0-5) unstable; urgency=medium
* add debian/watch
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper-compat (= 13), default-jdk, gradle-debian-helper, maven-repo-helper, default-jdk-doc
+Build-Depends: debhelper-compat (= 13), default-jdk, gradle-debian-helper, maven-repo-helper, default-jdk-doc <!nodoc>
Build-Depends-Indep: junit4 (>= 4.13.1), libslf4j2-java (>= 2.0.13)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/java-websocket.git
@@ -22,6 +22,7 @@ Package: libjava-websocket-java-doc
Architecture: all
Depends: ${misc:Depends}
Recommends: default-jdk-doc
+Build-Profiles: <!nodoc>
Description: Java WebSocket client and server implementation in Java -- API documentation
A barebones WebSocket client and server implementation written 100% in
Java
=====================================
debian/rules
=====================================
@@ -9,7 +9,9 @@ override_dh_auto_clean:
override_dh_auto_build:
dh_auto_build
+ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
dh_auto_build -- javadoc
+endif
override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/java-team/java-websocket/-/commit/8fbe6e823ad84a81fefbdc7e1d4c796c07df63bc
--
View it on GitLab: https://salsa.debian.org/java-team/java-websocket/-/commit/8fbe6e823ad84a81fefbdc7e1d4c796c07df63bc
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/20251116/38a3edf0/attachment.htm>
More information about the pkg-java-commits
mailing list