This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-reporting-impl.
commit 08b75bf8024f0a2abb57515fc8cd6573a8f94d9e Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 28 01:07:07 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 4 +++- debian/control | 4 ++-- debian/maven.rules | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index ae718ad..32673c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -maven-reporting-impl (2.3-2) UNRELEASED; urgency=medium +maven-reporting-impl (3.0.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.1.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index e6b004d..790580b 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends-Indep: default-jdk-doc, libdoxia-sitetools-java, libmaven-doxia-tools-java, libmaven-javadoc-plugin-java, - libmaven2-core-java, - libmaven2-core-java-doc, + libmaven-reporting-api-java, + libmaven3-core-java, libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 4.1.0 diff --git a/debian/maven.rules b/debian/maven.rules index c73d307..3b62ef4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -15,5 +15,6 @@ # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x -org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * * +org.apache.maven maven-* * s/.*/3.x/ * * +org.apache.maven.reporting maven-reporting-api * s/.*/3.x/ * * junit junit jar s/3\..*/3.x/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-reporting-impl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

