This is an automated email from the git hooks/post-receive script. drazzib pushed a commit to annotated tag debian/0.8_tobrien+git20120905-3 in repository polyglot-maven.
commit e0ffaa993c08f59d7e5c4817f4951f007fde8317 Author: Damien Raude-Morvan <[email protected]> Date: Thu Aug 15 23:45:56 2013 +0200 Fix "FTBFS: dh_auto_clean: ant clean failed to to execute: No such file or directory", actually add Build-Depends on ant (Closes: #713268). --- debian/changelog | 8 ++++++++ debian/control | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cf42023..4e3c1c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +polyglot-maven (0.8~tobrien+git20120905-3) unstable; urgency=low + + * Fix "FTBFS: dh_auto_clean: ant clean failed to to execute: No such + file or directory", actually add Build-Depends on ant (Closes: + #713268). + + -- Damien Raude-Morvan <[email protected]> Thu, 15 Aug 2013 23:45:06 +0200 + polyglot-maven (0.8~tobrien+git20120905-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index eb6de56..2e9e2d3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ 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-Indep: groovy, +Build-Depends-Indep: ant, + groovy, junit4, libasm3-java, libcommons-cli-java, -- 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

