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 03205c2bcc4c070abf7402c801a2a934fab784f5 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 01:05:27 2017 +0200 New dependency on libmaven-file-management-java --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c0cfb3..b875d20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -build-helper-maven-plugin (1.10-1) UNRELEASED; urgency=medium +build-helper-maven-plugin (1.11-1) UNRELEASED; urgency=medium * New upstream release + - New dependency on libmaven-file-management-java * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub * Removed the -java-doc package diff --git a/debian/control b/debian/control index c06af0d..ab1391e 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-invoker-plugin-java, +Build-Depends-Indep: libmaven-file-management-java, + libmaven-invoker-plugin-java, libmaven-plugin-tools-java (>= 3.0), libmaven2-core-java, libplexus-utils-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

