Samuel Thibault pushed to branch master at Debian Java Maintainers / isorelax
Commits: 7670f004 by Samuel Thibault at 2022-10-02T11:38:36+02:00 control: Move maven-repo-helper from Build-Depends-Indep to Build-Depends to fix clean rule. - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ isorelax (20041111-13) UNRELEASED; urgency=medium * control: Bump Standards-Version to 4.5.0 (no changes). * watch: Generalize pattern. * control: Update alioth list domain. + * control: Move maven-repo-helper from Build-Depends-Indep to Build-Depends, + to fix clean rule. [ Samuel Thibault ] * Bump debhelper from 10 to 12. ===================================== debian/control ===================================== @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Samuel Thibault <[email protected]>, Giovanni Mascellani <[email protected]> -Build-Depends: debhelper-compat (= 12) -Build-Depends-Indep: default-jdk, ant, ant-doc, maven-repo-helper +Build-Depends: debhelper-compat (= 12), maven-repo-helper +Build-Depends-Indep: default-jdk, ant, ant-doc Rules-Requires-Root: no Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/java-team/isorelax.git View it on GitLab: https://salsa.debian.org/java-team/isorelax/-/commit/7670f0042e36e3a649b4fb6f5a4e14c3713debf3 -- View it on GitLab: https://salsa.debian.org/java-team/isorelax/-/commit/7670f0042e36e3a649b4fb6f5a4e14c3713debf3 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

