This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository closure-compiler.
commit 63a439da184173104be2bcb0130e1230f707dfd3 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 12 13:08:35 2013 +0200 Removed the build dependency on ant1.7 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3586c8e..bceeded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ closure-compiler (20130227+dfsg1-3) UNRELEASED; urgency=low * Backported a change replacing the deprecated LimitInputStream class in Guava with ByteStreams.limit() * Added the watch file + * Removed the build dependency on ant1.7 -- Emmanuel Bourg <[email protected]> Thu, 12 Sep 2013 12:46:47 +0200 diff --git a/debian/control b/debian/control index 8927f26..475d354 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Thomas Koch <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.7.1), junit4, libandroid-json-org-java, libprotobuf-java, libargs4j-java, libguava-java, libjsr305-java, - librhino-java (>= 1.7R4), ant | ant1.7, libjarjar-java, protobuf-compiler, + librhino-java (>= 1.7R4), ant, libjarjar-java, protobuf-compiler, libmaven-ant-tasks-java Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/closure-compiler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

