This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-directory-server.
commit c724c1e2fc62d87519477ee4353031e2a62cc61e Author: Emmanuel Bourg <[email protected]> Date: Tue May 17 15:23:28 2016 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87be844..ab6342b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apache-directory-server (2.0.0~M15-4) UNRELEASED; urgency=medium * Transition to Jetty 9 * Build with the DH sequencer instead of CDBS + * Depend on libmaven3-core-java instead of libmaven2-core-java * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 85bb46e..0b02379 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: ant, liblog4j1.2-java (>= 1.2.17), libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, - libmaven2-core-java, + libmaven3-core-java, libmavibot-java, libmina2-java, libplexus-utils2-java (>= 2.x), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-directory-server.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

