This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository apache-curator.
commit f94c6e97cf607f7d54ff7bf9c1e75ce23dce9e40 Author: Markus Koschany <[email protected]> Date: Mon Jul 18 22:06:48 2016 +0200 Build-Depend on ant and fix FTBFS. Closes: #830430 Thanks: Lucas Nussbaum for the report. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ae8bb76..c9194c3 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: ant, + debhelper (>= 9), default-jdk, libcommons-math-java, libguava-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-curator.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

