This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlbeans-maven-plugin.
commit 4a31ea24104457555a9221bf2d57ab841df14c71 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 30 23:50:40 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 4 ++-- debian/maven.rules | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b4a8025..e0f4eb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xmlbeans-maven-plugin (2.3.3-4) UNRELEASED; urgency=medium * Team upload. + * Depend on libmaven3-core-java instead of libmaven2-core-java * Removed the *-java-doc package * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 diff --git a/debian/control b/debian/control index 2e743f3..c044f4d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10), default-jdk, libmaven-plugin-tools-java, - libmaven2-core-java, + libmaven3-core-java, libplexus-utils-java, libxml-commons-resolver1.1-java, libxmlbeans-java (>= 2.5.0-4), @@ -22,7 +22,7 @@ Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Maven XMLBeans Plugin - A Maven 2 plugin which parses xsd files and produces a corresponding + Maven plugin which parses xsd files and produces a corresponding object model based on the Apache XML Beans parser. . The plugin produces two sets of output files referred to as diff --git a/debian/maven.rules b/debian/maven.rules index 764d060..b74593a 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,3 +16,5 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ +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/xmlbeans-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

