Andrius Merkys pushed to branch master at Debian Java Maintainers / ddogleg
Commits: d2e88140 by Vladimir Petko at 2025-12-17T14:06:25+13:00 d/rules: Explicitly enable annotation processing (Closes: #1108561). - - - - - 9330df7c by Vladimir Petko at 2025-12-17T14:07:37+13:00 changelog - - - - - c86894d0 by Andrius Merkys at 2026-01-27T08:50:16+00:00 Merge branch 'master' into 'master' Fix Java 25 ftbfs See merge request java-team/ddogleg!1 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ddogleg (0.22+ds-2) UNRELEASED; urgency=medium + + * d/rules: Explicitly enable annotation processing + (Closes: #1108561). + + -- Vladimir Petko <[email protected]> Wed, 17 Dec 2025 14:07:07 +1300 + ddogleg (0.22+ds-1) unstable; urgency=medium * Run tests. ===================================== debian/rules ===================================== @@ -10,10 +10,10 @@ UPSTREAM_VERSION = $(DEB_VERSION_UPSTREAM:%+ds=%) dh $@ --with javahelper override_dh_auto_build: - jh_build --no-javadoc ddogleg-$(UPSTREAM_VERSION).jar --javacopts '-source 11' src/ + jh_build --no-javadoc ddogleg-$(UPSTREAM_VERSION).jar --javacopts '-proc:full -source 11' src/ ln -s ddogleg-$(UPSTREAM_VERSION).jar ddogleg.jar - jh_build --no-javadoc ddogleg-benchmark.jar --javacopts '-source 11' benchmark/ - jh_build --no-javadoc ddogleg-test.jar --javacopts '-source 11' test/ + jh_build --no-javadoc ddogleg-benchmark.jar --javacopts '-proc:full -source 11' benchmark/ + jh_build --no-javadoc ddogleg-test.jar --javacopts '-proc:full -source 11' test/ override_dh_auto_test: java -jar /usr/share/java/junit-platform-console-standalone.jar -cp ddogleg.jar:ddogleg-test.jar --select-package org.ddogleg View it on GitLab: https://salsa.debian.org/java-team/ddogleg/-/compare/ee004835b3993e38ba61e45a636eff8159729a8e...c86894d0ba26d9837a5178c6d31ab4dccfd382a5 -- View it on GitLab: https://salsa.debian.org/java-team/ddogleg/-/compare/ee004835b3993e38ba61e45a636eff8159729a8e...c86894d0ba26d9837a5178c6d31ab4dccfd382a5 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

