This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 71a861126fc8e226884d4600e3760f8c75f1aa12 Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 10 18:01:37 2015 +0200 Build depend on libmaven-compiler-plugin-2.5-java instead of libmaven-compiler-plugin-java --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 07778ac..65cb521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ surefire (2.17-1) UNRELEASED; urgency=low * debian/orig-tar.sh: - Use XZ compression for the upstream tarball - Reworked to pull the sources from the Apache Git repository + * Build depend on libmaven-compiler-plugin-2.5-java + instead of libmaven-compiler-plugin-java * debian/watch: Updated to watch the tags on the Github mirror * debian/control: Updated Standards-Version to 3.9.6 (no changes) * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index de04b4d..9951f83 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: ant, libjsr305-java, libmaven-clean-plugin-java, libmaven-common-artifact-filters-java, - libmaven-compiler-plugin-java, + libmaven-compiler-plugin-2.5-java, libmaven-install-plugin-java, libmaven-jar-plugin-java, libmaven-plugin-tools-java (>= 3.2), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

