This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-clean-plugin.
commit 0ae879c2314a31ffce029a01fbf7aa84b8f39ee9 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 08:10:49 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 53735f6..5bfa0ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-clean-plugin (3.0.0-1) UNRELEASED; urgency=medium * New upstream release - Depend on libmaven-plugin-testing-java (>= 2.1) + - Depend on libmaven3-core-java instead of libmaven2-core-java * Relocate the version 2.5 used by Maven 3.1.1+ to the current one * Removed the javadoc package * No longer install the plugin jar in /usr/share/java diff --git a/debian/control b/debian/control index 9b29860..bb895e3 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libmaven-file-management-java, libmaven-plugin-testing-java (>= 2.1), libmaven-plugin-tools-java, - libmaven2-core-java, + libmaven3-core-java, libplexus-utils-java, maven-debian-helper (>= 2.2) Standards-Version: 4.0.0 diff --git a/debian/maven.rules b/debian/maven.rules index 8b13789..a6ba263 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1,4 @@ +org.apache.maven maven-plugin-api * s/.*/3.x/ * * +org.apache.maven maven-core * s/.*/3.x/ * * +org.apache.maven maven-compat * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

