Author: janpascal-guest Date: 2009-06-09 13:57:16 +0000 (Tue, 09 Jun 2009) New Revision: 8327
Modified: trunk/lucene2/debian/changelog trunk/lucene2/debian/rules Log: Fix cleaning up benchmark test leftovers Modified: trunk/lucene2/debian/changelog =================================================================== --- trunk/lucene2/debian/changelog 2009-06-09 12:41:41 UTC (rev 8326) +++ trunk/lucene2/debian/changelog 2009-06-09 13:57:16 UTC (rev 8327) @@ -3,7 +3,7 @@ * 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 Modified: trunk/lucene2/debian/rules =================================================================== --- trunk/lucene2/debian/rules 2009-06-09 12:41:41 UTC (rev 8326) +++ trunk/lucene2/debian/rules 2009-06-09 13:57:16 UTC (rev 8327) @@ -29,7 +29,7 @@ # '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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

