This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository avro-java.
commit 819368aedd102f585e690ec1df062fdd9d44cda3 Author: Markus Koschany <[email protected]> Date: Mon Jul 18 21:40:05 2016 +0200 Build-Depend on ant and fix FTBFS Closes: #830456 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 f8c4109..c11517c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,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, junit4, libcommons-compress-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/avro-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

