This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit c5d633d1ec2d9a18d4cb8abd6f57c3c1ecaaba77 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 23 16:12:51 2013 +0000 Put back the dependency on Guava (required by maven-ant-helper) --- debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c6fe797..4c56787 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ maven-plugin-tools (2.8-3) unstable; urgency=low * Team upload. * debian/control: - - Removed the unused dependency on libgoogle-collections-java + - Replaced libgoogle-collections-java with libguava-java as a build + dependency (required by the modello task of maven-ant-helper) - Updated Standards-Version to 3.9.4 (no changes) - Use canonical URLs for the Vcs-* fields * debian/rules: Added a clean target to allow rebuilds diff --git a/debian/control b/debian/control index ec39779..c5937f2 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends-Indep: ant, junit, libclassworlds-java, libdoxia-sitetools-java, + libguava-java, libjtidy-java, libmaven-reporting-impl-java, libmaven2-core-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

