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 9646dcfd6a1a77f05b61ed96d820f88a8096b04c Author: Chris Lamb <[email protected]> Date: Wed May 22 23:45:24 2013 +0100 Fix "Transition package to default java implementation" - apply patch from Ubuntu / James Page. Thanks to gregor herrmann <[email protected]>. (Closes: #683543) Signed-off-by: Chris Lamb <[email protected]> --- debian/changelog | 3 +++ debian/control | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc8d5fe..c3d88db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ jasmin-sable (2.4.0-2) UNRELEASED; urgency=low * Update Vcs-{Browser,Git}. * Bump Standards-Version to 3.9.2. + * Fix "Transition package to default java implementation" - apply patch from + Ubuntu / James Page. Thanks to gregor herrmann <[email protected]>. + (Closes: #683543) -- Chris Lamb <[email protected]> Sat, 26 Feb 2011 22:07:58 +0000 diff --git a/debian/control b/debian/control index 10bd241..76d42d8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Chris Lamb <[email protected]> Build-Depends: debhelper (>= 7.0.50~), quilt, ant -Build-Depends-Indep: cup (>= 0.11a+20060608), openjdk-6-jdk +Build-Depends-Indep: cup (>= 0.11a+20060608), default-jdk Standards-Version: 3.9.2 Homepage: http://jasmin.sourceforge.net/ Vcs-Git: git://github.com/lamby/pkg-jasmin-sable.git @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/lamby/pkg-jasmin-sable Package: jasmin-sable Architecture: all -Depends: java-gcj-compat | java2-runtime, cup (>= 0.11a+20060608), ${misc:Depends} +Depends: default-jre | 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

