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 3c1910af765a03be01f8c2689338e9a7c31d387e Author: Chris Lamb <[email protected]> Date: Mon Feb 16 01:56:30 2009 +0000 Move ant to Build-Depends so it is satisfied in clean target. --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 116ba5f..6429eb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ jasmin-sable (2.3.0-2) unstable; urgency=low * New maintainer email address. + * Move ant to Build-Depends so it is satisfied in the clean target. - -- Chris Lamb <[email protected]> Mon, 16 Feb 2009 01:55:04 +0000 + -- Chris Lamb <[email protected]> Mon, 16 Feb 2009 01:55:47 +0000 jasmin-sable (2.3.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 913eac2..051381b 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: jasmin-sable Section: devel Priority: optional Maintainer: Chris Lamb <[email protected]> -Build-Depends: debhelper (>= 5), quilt -Build-Depends-Indep: ant, java-gcj-compat-dev, cup +Build-Depends: debhelper (>= 5), quilt, ant +Build-Depends-Indep: cup, java-gcj-compat-dev Standards-Version: 3.8.0 Homepage: http://jasmin.sourceforge.net/ Vcs-Git: git://git.chris-lamb.co.uk/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

