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 82afbd443caf64e3e24f5f3fe679f5636612b93d Author: Chris Lamb <[email protected]> Date: Sun Feb 10 17:18:17 2008 +0000 Update package description. Signed-off-by: Chris Lamb <[email protected]> --- debian/changelog | 4 +++- debian/control | 14 ++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index f59cb73..fb3e780 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,9 @@ jasmin-sable (2.2.4-1) unstable; urgency=low * Add debian/watch. * debian/control: - + Update Build-Depends to use java-gcj-compat-dev. + + Update Build-Depends and Depends to use java-gcj-compat-dev instead + of sablevm. + + Update package description. + Add Homepage: field. * debian/rules: diff --git a/debian/control b/debian/control index fa27d3f..e2dd203 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,11 @@ Homepage: http://jasmin.sourceforge.net/ Package: jasmin-sable Architecture: all -Depends: sablevm | java-virtual-machine -Description: java assembler compiler - Jasmin is a Java ASseMbler INterface. It takes ASCII descriptions for Java - classes, written in a simple assembler-like syntax and using the Java Virtual - Machine instruction set. It converts them into binary Java class files - suitable for loading into a JVM implementation. +Depends: java-gcj-compat | java-virtual-machine +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 + assembler-like syntax. + . + Jasmin converts these input files into binary Java class files (.class) + suitable for executing on an Java Virtual Machine. -- 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

