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 560ebd5aa1e6fd996fc8964b3134d7c0fe9d54fd Author: Chris Lamb <[email protected]> Date: Sun Feb 10 17:14:18 2008 +0000 Update Build-Depends to use java-gcj-compat-dev. Signed-off-by: Chris Lamb <[email protected]> --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 531a62d..f59cb73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jasmin-sable (2.2.4-1) unstable; urgency=low * Add debian/watch. * debian/control: + + Update Build-Depends to use java-gcj-compat-dev. + Add Homepage: field. * debian/rules: diff --git a/debian/control b/debian/control index a0fc0fc..fa27d3f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: jasmin-sable Section: devel Priority: optional Maintainer: Chris Lamb <[email protected]> -Build-Depends: debhelper (>= 5), fastjar, sablevm | java-virtual-machine, jikes-sablevm | java-compiler, quilt +Build-Depends: debhelper (>= 5), quilt +Build-Depends-Indep: ant, java-gcj-compat-dev Standards-Version: 3.7.3 Homepage: http://jasmin.sourceforge.net/ -- 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

