This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 7ea7ad4235dcb8fe185e96896df139bb61479010 Author: Jan-Pascal van Best <[email protected]> Date: Tue Jun 9 13:57:16 2009 +0000 Fix cleaning up benchmark test leftovers --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55ff367..3ae460d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ lucene2 (2.4.1+ds1-1) unstable; urgency=low * New upstream version (2.4.1). * Changed Section from "text" to the new section "java". - -- Jan-Pascal van Best <[email protected]> Tue, 17 Mar 2009 16:05:06 +0100 + -- Jan-Pascal van Best <[email protected]> Tue, 09 Jun 2009 14:24:27 +0200 lucene2 (2.4.0+ds1-5) unstable; urgency=low diff --git a/debian/rules b/debian/rules index abc6bfe..fdea32d 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ clean:: # 'ant test' in contrib/db leaves some stuff behind... rm -rf $(CURDIR)/contrib/db/bdb/index # Same for 'ant test' in contrib/benchmark - rm -rf $(CURDIR)/contrib/benchmark/temp + rm -rf $(CURDIR)/contrib/benchmark/temp/* rm -rf $(CURDIR)/contrib/benchmark/work/index rm -rf $(CURDIR)/contrib/benchmark/work/reuters rm -rf $(CURDIR)/contrib/benchmark/work/reuters-out -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

