This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-processor-plugin.
commit fce06776d170a99f49c509f1b3ca9ddb0d73777a Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 11:04:21 2017 +0200 New dependency on libplexus-compiler-java --- debian/changelog | 3 ++- debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d458b2c..0800d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -maven-processor-plugin (2.2.0-1) UNRELEASED; urgency=medium +maven-processor-plugin (3.3.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Depend on libmaven3-core-java instead of libmaven2-core-java + - New dependency on libplexus-compiler-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 15374ab..1c64f74 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), junit4, libmaven-plugin-tools-java (>= 3.2), libmaven3-core-java, + libplexus-compiler-java, maven-debian-helper (>= 1.5) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-processor-plugin.git diff --git a/debian/maven.rules b/debian/maven.rules index 9e88b82..a7f5282 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,4 @@ junit junit jar s/4\..*/4.x/ * * org.apache.maven maven-* * s/.*/3.x/ * * +org.codehaus.plexus plexus-compiler-* * s/.*/2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-processor-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

