This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository polyglot-maven.
commit 750bdeee99810458385edea727d12e65a1bafa63 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 30 12:52:53 2015 +0100 Build depend on libmaven3-core-java instead of maven --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f6c57f..a838c2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ polyglot-maven (0.8~tobrien+git20120905-3) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Maven 3.3.3 (Closes: #796454) * Removed the unused build dependency on libasm3-java (Closes: #800865) + * Build depend on libmaven3-core-java instead of maven * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 21:58:45 +0100 diff --git a/debian/control b/debian/control index 40182fe..4cf090e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.5) +Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.5), ant Build-Depends-Indep: groovy, junit4, libcommons-cli-java, @@ -11,7 +11,7 @@ Build-Depends-Indep: groovy, libplexus-classworlds2-java, libplexus-containers1.5-java, libplexus-utils2-java, - maven (>= 3.3.3-4~) + libmaven3-core-java (>= 3.3.3-4~) Standards-Version: 3.9.6 Homepage: https://github.com/tobrien/polyglot-maven Vcs-Git: git://anonscm.debian.org/pkg-java/polyglot-maven.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

