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 9c1b5d334bc7f0b315c67a2ff9e37ab887ce7113 Author: Chris Lamb <[email protected]> Date: Thu Jul 30 15:32:09 2009 +0200 Ensure parser.java is rebuilt from parser.cup. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25e0f12..7eff169 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jasmin-sable (2.3.0-4) UNRELEASED; urgency=low * Update 03-cup-11-support.diff to modify parser.cup instead of the generated parser.java. + * Ensure parser.java is rebuilt from parser.cup. -- Chris Lamb <[email protected]> Tue, 28 Jul 2009 01:30:38 +0200 diff --git a/debian/rules b/debian/rules index b42e01d..306e6f2 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ endif build: patch build-stamp build-stamp: - ant jasmin-jar + ant build_parser jasmin-jar touch $@ clean: unpatch -- 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

