This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit cc098afd79fb4c713eed4c0ac9c12fa093c6014e Author: Chris Lamb <[email protected]> Date: Mon Mar 1 17:42:09 2010 +0000 Build-Depend on openjdk-6-jdk instead of java-gcj-compat-dev. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db7e267..c84ebe5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jasmin-sable (2.3.0-5) UNRELEASED; urgency=low * Depend on java2-runtime instead of java-virtual-machine so we can be satisfied by openjdk-6-jre. (Closes: #572058) * Bump Standards-Version. + * Build-Depend on openjdk-6-jdk instead of java-gcj-compat-dev. -- Chris Lamb <[email protected]> Mon, 01 Mar 2010 17:36:31 +0000 diff --git a/debian/control b/debian/control index 3e14b27..481ec4a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Chris Lamb <[email protected]> Build-Depends: debhelper (>= 7), quilt, ant -Build-Depends-Indep: cup (>= 0.11a+20060608), java-gcj-compat-dev +Build-Depends-Indep: cup (>= 0.11a+20060608), openjdk-6-jdk Standards-Version: 3.8.4 Homepage: http://jasmin.sourceforge.net/ Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-jasmin-sable.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

