This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit c2ab8a53f47a01625dc0265fabf9c650dd7358bb Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 18:13:48 2017 +0200 New build dependency on libplexus-maven-plugin-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 00d9413..4b727fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ properties-maven-plugin (1.0.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Build depend on junit4 instead of junit + - New build dependency on libplexus-maven-plugin-java * Build with the DH sequencer instead of CDBS * Removed the *-java-doc package * Moved the package to Git diff --git a/debian/control b/debian/control index b50a7fc..731bed0 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: junit4, libmaven-plugin-tools-java, libmaven2-core-java, + libplexus-maven-plugin-java, libplexus-utils-java, maven-debian-helper (>= 1.5) Standards-Version: 4.0.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

