This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository access-modifier-checker.
commit 29abfe25dbb4f4614b4cd0d936ff178e22b40f78 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 10:20:24 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 3 +-- debian/maven.rules | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53b0139..f3c2646 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ access-modifier-checker (1.12-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * Depend on libmaven3-core-java instead of libmaven2-core-java * Set the source encoding to UTF-8 * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 6117c8e..44fd56b 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Build-Depends-Indep: libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-scm-java, - libmaven2-core-java, - libmaven2-core-java-doc, + libmaven3-core-java, libmetainf-services-java, libmetainf-services-java-doc, libmaven-plugin-tools-java (>= 2.8) diff --git a/debian/maven.rules b/debian/maven.rules index 40c0091..000c128 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -18,3 +18,5 @@ junit junit jar s/3\..*/3.x/ * * s/org.jvnet.hudson/org.jenkins-ci/ annotation-indexer * s/.*/debian/ * * +org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * +org.apache.maven maven-* * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/access-modifier-checker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

