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 f68b221582da1d0a99fd449fd29145b8208a9c97 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 23 20:57:05 2013 +0000 Tightened the versioned dependency on maven-ant-helper --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4c56787..7da4a2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-plugin-tools (2.8-3) unstable; urgency=low * debian/control: - Replaced libgoogle-collections-java with libguava-java as a build dependency (required by the modello task of maven-ant-helper) + - Tightened the versioned dependency on 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 c5937f2..6964c08 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends-Indep: ant, libplexus-velocity-java, libqdox-java, libxbean-java, - maven-ant-helper (>> 4), + maven-ant-helper (>= 7.8), maven-repo-helper, velocity Standards-Version: 3.9.4 -- 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

