This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository istack-commons.
commit dfac5bc9c0de0eec2a0bb8edc4f1f69c13233bd1 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 16:15:01 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c64950d..19b8678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ istack-commons (2.17-2) UNRELEASED; urgency=medium * Team upload. + * 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 4df457c..c5f35e3 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-file-management-java, libmaven-plugin-tools-java, - libmaven2-core-java, + libmaven3-core-java, libplexus-archiver-java, libplexus-io-java, testng (>= 6) diff --git a/debian/maven.rules b/debian/maven.rules index 01e8a49..89530ed 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -10,3 +10,5 @@ junit junit jar s/4\..*/4.x/ * * org.apache.maven.shared file-management jar s/.*/debian/ * * org.testng testng jar s/6\..*/6.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * +org.apache.maven maven-plugin-api * s/.*/3.x/ * * +org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/istack-commons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

