Emmanuel Bourg pushed to branch master at Debian Java Maintainers / gradle-debian-helper
Commits: 1a8c4da6 by Emmanuel Bourg at 2026-09-24T00:31:10+02:00 New dependency on libgradle-kotlin-dsl-java - - - - - db5fd11c by Emmanuel Bourg at 2026-09-24T00:31:10+02:00 Tightened the dependency on gradle to 4.5 - - - - - c412db3d by Emmanuel Bourg at 2026-09-24T00:31:10+02:00 Standards-Version updated to 4.7.4 - - - - - 5fbee98a by Emmanuel Bourg at 2026-09-24T00:31:10+02:00 Fixed the lintian override for the placeholder jar - - - - - bb948075 by Emmanuel Bourg at 2026-09-24T00:33:53+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +gradle-debian-helper (2.5) unstable; urgency=medium + + * New dependency on libgradle-kotlin-dsl-java to build Kotlin DSL projects + * Tightened the dependency on gradle to 4.5 + * Standards-Version updated to 4.7.4 + * Fixed the lintian override for the placeholder jar + + -- Emmanuel Bourg <[email protected]> Thu, 24 Sep 2026 00:33:44 +0200 + gradle-debian-helper (2.4) unstable; urgency=medium * No longer set the --add-opens option, Gradle handles it more accurately ===================================== debian/control ===================================== @@ -7,9 +7,9 @@ Uploaders: Build-Depends: debhelper-compat (= 13), default-jdk-headless | default-jdk, - gradle (>= 4.4.1-18~), + gradle (>= 4.5), maven-debian-helper -Standards-Version: 4.6.2 +Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/java-team/gradle-debian-helper.git Vcs-Browser: https://salsa.debian.org/java-team/gradle-debian-helper @@ -17,7 +17,8 @@ Package: gradle-debian-helper Architecture: all Depends: default-jre-headless | java7-runtime-headless, - gradle (>= 4.4.1-18~), + gradle (>= 4.5), + libgradle-kotlin-dsl-java (>= 0.14.2-2~), maven-repo-helper, ${misc:Depends} Description: Helper tools for building Debian packages with Gradle ===================================== debian/lintian-overrides ===================================== @@ -1 +1 @@ -gradle-debian-helper: codeless-jar usr/share/java/gradle-dependency-placeholder.jar +gradle-debian-helper: codeless-jar [usr/share/java/gradle-dependency-placeholder-1.0.jar] View it on GitLab: https://salsa.debian.org/java-team/gradle-debian-helper/-/compare/bdcfb6a685aba23c0eff27b118e0d0e03bbff20d...bb9480757e908117bcb782b6a6308036feb6869b -- View it on GitLab: https://salsa.debian.org/java-team/gradle-debian-helper/-/compare/bdcfb6a685aba23c0eff27b118e0d0e03bbff20d...bb9480757e908117bcb782b6a6308036feb6869b You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

