Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven
Commits: 6dcafed3 by Emmanuel Bourg at 2021-01-20T08:36:20+01:00 Fixed the mh_resolve_dependencies error truncating the package dependencies (Closes: #980526) - - - - - 2 changed files: - debian/changelog - debian/maven.rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +maven (3.6.3-3) unstable; urgency=medium + + * Fixed the mh_resolve_dependencies error truncating the package dependencies + (Closes: #980526) + + -- Emmanuel Bourg <[email protected]> Wed, 20 Jan 2021 08:35:59 +0100 + maven (3.6.3-2) unstable; urgency=medium * Depend on Guice no_aop (Closes: #948310, #980467) ===================================== debian/maven.rules ===================================== @@ -10,3 +10,6 @@ org.codehaus.plexus plexus-component-metadata maven-plugin s/1.7.1/1.5.5/ * * org.apache.maven apache-maven pom s/.*/3.x/ * * org.apache.maven maven-parent pom s/33/debian/ * * org.apache.maven maven* * s/.*/3.x/ * * + +# Required to avoid an error with mh_resolve_dependencies +com.google.inject guice * s/.*/debian/ s/no_aop// * View it on GitLab: https://salsa.debian.org/java-team/maven/-/commit/6dcafed3cd4deaacd5a491e3ffc6bab96c003457 -- View it on GitLab: https://salsa.debian.org/java-team/maven/-/commit/6dcafed3cd4deaacd5a491e3ffc6bab96c003457 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

