This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit 5923a37b1a7b299606ea620b8114a4ed10ba09bf Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 14:55:51 2017 +0200 New build dependency on libbuild-helper-maven-plugin-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 37f8f05..7799c90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ surefire (2.20-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Build the new surefire-logger-api module + - New build dependency on libbuild-helper-maven-plugin-java -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 12:43:01 +0200 diff --git a/debian/control b/debian/control index 98ebfe7..0e9ed25 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: javacc, junit, junit4, + libbuild-helper-maven-plugin-java, libcommons-io-java, libcommons-lang3-java, libfest-assert-java, -- 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

