This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit ddecf30d5db20de17ff27b1520ae7dac009ec861 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 14:28:24 2016 +0100 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dd675ef..464ef6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jdeb (1.4-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Depend on libmaven3-core-java instead of libmaven2-core-java * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 14:14:43 +0100 diff --git a/debian/control b/debian/control index be22777..52dbfd4 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: libmaven-invoker-plugin-java, libbcpg-java (>= 1.51), libcommons-compress-java, libcommons-io-java, - libmaven2-core-java, + libmaven3-core-java, libplexus-utils-java, libmaven-plugin-tools-java, libxz-java diff --git a/debian/maven.rules b/debian/maven.rules index 7f4ec10..34d87f4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,4 @@ org.bouncycastle s/bcpg-jdk15on/bcpg/ * s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * +org.apache.maven maven-* * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

