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 1e4c80561ee1826531ac0c2fb8aab4b59866424e Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 10:07:55 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 4 +++- debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fca5779..d458b2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -maven-processor-plugin (2.0.8-3) UNRELEASED; urgency=medium +maven-processor-plugin (2.2.0-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Depend on libmaven3-core-java instead of libmaven2-core-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 eb0fc12..15374ab 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, junit4, libmaven-plugin-tools-java (>= 3.2), - libmaven2-core-java, + libmaven3-core-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 e85291e..9e88b82 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ junit junit jar s/4\..*/4.x/ * * +org.apache.maven maven-* * s/.*/3.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

