This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 564a5493b336f821922e91ca7894e566d19191bc Author: Emmanuel Bourg <[email protected]> Date: Tue May 5 19:50:12 2015 +0200 Accept libmaven-compiler-plugin-java (<< 3.0) as an alternative dependency --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b73aaf..785d0e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-debian-helper (1.6.11) UNRELEASED; urgency=medium * Removed the timestamp from the javadoc files to make the builds reproducible * Export the DEB_CHANGELOG_DATETIME variable with the date of the latest entry in debian/changelog + * Accept libmaven-compiler-plugin-java (<< 3.0) as an alternative dependency -- Emmanuel Bourg <[email protected]> Mon, 04 May 2015 17:39:56 +0200 diff --git a/debian/control b/debian/control index ce39ce9..6347421 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Package: maven-debian-helper Architecture: all Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.9), maven2 (>= 2.2.1-5), libmaven-clean-plugin-java, - libmaven-compiler-plugin-2.5-java, + libmaven-compiler-plugin-2.5-java | libmaven-compiler-plugin-java (<< 3.0~), 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

