This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch maven-debian-helper-2.0 in repository maven-debian-helper.
commit 85f15f789c3e2baeee70996508042699d71b3783 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 7 13:17:46 2015 +0100 Removed the dependency on maven-deploy-plugin and maven-install-plugin (moved to maven-bundle-plugin) --- debian/changelog | 2 +- debian/control | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45fc289..da50af7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ maven-debian-helper (2.0~exp3) UNRELEASED; urgency=medium * Team upload. * Disable the timestamps and set the locale to en_US when generating the javadoc in the builds using DH (improves the reproducibility). - * Added a dependency on libmaven-install-plugin-java to fix build failures + * Removed the dependency on maven-deploy-plugin (moved to maven-bundle-plugin) * Fixed the mvn-debian script to work with Maven 3.3.9 * Use the maven-plugin-api jar from libmaven3-core-java instead of libmaven2-core-java diff --git a/debian/control b/debian/control index 9ee6ca1..d3ad20a 100644 --- a/debian/control +++ b/debian/control @@ -25,8 +25,6 @@ Architecture: all Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.9), maven (>= 3.3), libmaven-clean-plugin-java, libmaven-compiler-plugin-java, - libmaven-deploy-plugin-java, - libmaven-install-plugin-java, libmaven-jar-plugin-java, libmaven-resources-plugin-java, libmaven-site-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

