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 1043f21c5764fc503f9606c24c0628d80b4fbcfe Author: Chris Lamb <[email protected]> Date: Mon Mar 1 17:38:05 2010 +0000 Depend on java2-runtime instead of java-virtual-machine so we can be satisfied by openjdk-6-jre. (Closes: #572058) --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 886fc06..4b86112 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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) + + -- Chris Lamb <[email protected]> Mon, 01 Mar 2010 17:36:31 +0000 + jasmin-sable (2.3.0-4) unstable; urgency=low * Update 03-cup-11-support.diff to modify parser.cup instead of the generated diff --git a/debian/control b/debian/control index eb4d7c2..41999e9 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-jasmin-sable.git Package: jasmin-sable Architecture: all -Depends: java-gcj-compat | java-virtual-machine, cup (>= 0.11a+20060608), ${misc:Depends} +Depends: java-gcj-compat | java2-runtime, cup (>= 0.11a+20060608), ${misc:Depends} Description: Java class (.class) file assembler Jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written in the Java Virtual Machine instruction set in an -- 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

