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 f7e6ba54a48d3f3768098d38986cd1c937d20934 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 27 09:36:08 2015 +0100 Added a dependency on libmaven-install-plugin-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7e600f0..dcb1b94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +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 -- Emmanuel Bourg <[email protected]> Fri, 27 Nov 2015 09:24:11 +0100 diff --git a/debian/control b/debian/control index 28e889f..9ee6ca1 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.9), maven (>= 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

