This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit e12efe3de7bb9c2b1f75ef147fdcb13df7c692b2 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 01:20:31 2017 +0200 New build dependency on libassertj-core-java --- debian/changelog | 2 +- debian/control | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0818fc2..5430eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ build-helper-maven-plugin (3.0.0-1) UNRELEASED; urgency=medium * New upstream release - New dependency on libmaven-file-management-java - - New build dependency on testng + - New build dependency on libassertj-core-java and testng - Depend on libmaven3-core-java instead of libmaven2-core-java * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub diff --git a/debian/control b/debian/control index 8b8ed23..620d6af 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Damien Raude-Morvan <[email protected]>, Matthias Schmitz <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2) -Build-Depends-Indep: libmaven-file-management-java, +Build-Depends-Indep: libassertj-core-java, + libmaven-file-management-java, libmaven-invoker-plugin-java, libmaven-plugin-tools-java (>= 3.0), libmaven3-core-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

