This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gettext-maven-plugin.
commit fccbc37b690b371c94bdbb6a3095c974f98141c0 Author: Emmanuel Bourg <[email protected]> Date: Sun Aug 27 23:37:45 2017 +0200 Depend on libmaven-reporting-api-java instead of libmaven2-core-java --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/maven.rules | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5011f24..6082bcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gettext-maven-plugin (1.2.9-2) UNRELEASED; urgency=medium + + * Team upload. + * Depend on libmaven-reporting-api-java instead of libmaven2-core-java + + -- Emmanuel Bourg <[email protected]> Sun, 27 Aug 2017 23:37:18 +0200 + gettext-maven-plugin (1.2.9-1) unstable; urgency=medium * Initial release (Closes: #867613) diff --git a/debian/control b/debian/control index 51f3421..06566ad 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: default-jdk, maven-debian-helper (>= 2.1), libmaven-plugin-tools-java (>= 3.5), + libmaven-reporting-api-java, libmaven-reporting-impl-java, - libmaven2-core-java, libmaven3-core-java (>= 2.0), libplexus-utils2-java Standards-Version: 4.0.0 diff --git a/debian/maven.rules b/debian/maven.rules index 850f7bb..f410151 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ -org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * * org.codehaus.plexus plexus-utils jar s/.*/2.x/ * * -org.apache.maven maven * * s/.*/3.x/ * * +org.apache.maven maven-* * s/.*/3.x/ * * +org.apache.maven.reporting maven-reporting-api * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gettext-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

