This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcofoja-java.
commit 766e227425992d6c1c9f6af8485035497d448335 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 15 16:30:52 2014 +0200 Require ASM 5 for Java 8 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a0ad8a4..1a88b2d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]>, Diane Trout <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, libasm4-java, +Build-Depends: debhelper (>= 9), default-jdk, libasm4-java (>= 5.0~), javahelper (>=0.25), junit4, ant Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/libcofoja-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

