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 783e920a93eabd4a4e8139ce4718a94ff414c045 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 08:09:41 2017 +0200 Depend on libmaven-plugin-testing-java (>= 2.1) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 012cb14..53735f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-clean-plugin (3.0.0-1) UNRELEASED; urgency=medium * New upstream release + - Depend on libmaven-plugin-testing-java (>= 2.1) * 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 a80ea58..9b29860 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), default-jdk, libmaven-file-management-java, - libmaven-plugin-testing-java, + libmaven-plugin-testing-java (>= 2.1), libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java, -- 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

