[pkg-java] r3960 - trunk/lucene2/debian
janpascal-guest at alioth.debian.org
janpascal-guest at alioth.debian.org
Wed Aug 1 20:31:29 UTC 2007
Author: janpascal-guest
Date: 2007-08-01 20:31:29 +0000 (Wed, 01 Aug 2007)
New Revision: 3960
Modified:
trunk/lucene2/debian/changelog
trunk/lucene2/debian/rules
Log:
re-enabled tests
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2007-08-01 20:31:24 UTC (rev 3959)
+++ trunk/lucene2/debian/changelog 2007-08-01 20:31:29 UTC (rev 3960)
@@ -1,3 +1,9 @@
+lucene2 (2.2.0-1~pre4) unstable; urgency=low
+
+ * Re-enabled running tests in debuild
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Sat, 23 Jun 2007 22:36:00 +0200
+
lucene2 (2.2.0-1~pre3) unstable; urgency=low
* Based on upstream 2.2.0 official release tarball
Modified: trunk/lucene2/debian/rules
===================================================================
--- trunk/lucene2/debian/rules 2007-08-01 20:31:24 UTC (rev 3959)
+++ trunk/lucene2/debian/rules 2007-08-01 20:31:29 UTC (rev 3960)
@@ -74,7 +74,7 @@
$(ANT) build-contrib
$(ANT) war-demo
# Skipping until production time...
- # $(ANT) test
+ $(ANT) test
$(ANT) javadocs
touch build-indep-stamp
More information about the pkg-java-commits
mailing list