Author: janpascal-guest Date: 2009-02-28 22:13:51 +0000 (Sat, 28 Feb 2009) New Revision: 8018
Modified: trunk/lucene2/debian/changelog trunk/lucene2/debian/control Log: Added Breaks: flag to indicate this lucene version breaks older solr packages Modified: trunk/lucene2/debian/changelog =================================================================== --- trunk/lucene2/debian/changelog 2009-02-28 19:45:13 UTC (rev 8017) +++ trunk/lucene2/debian/changelog 2009-02-28 22:13:51 UTC (rev 8018) @@ -1,3 +1,10 @@ +lucene2 (2.4.0+ds1-4) unstable; urgency=low + + * Added a Breaks: control field to indicate incompatibility with versions + of solr-common before 1.2.0+ds2-3 (Closes: 516291). + + -- Jan-Pascal van Best <[email protected]> Fri, 27 Feb 2009 23:39:14 +0100 + lucene2 (2.4.0+ds1-3) unstable; urgency=low * Re-enable Highlighter unit test because it no longer causes network access Modified: trunk/lucene2/debian/control =================================================================== --- trunk/lucene2/debian/control 2009-02-28 19:45:13 UTC (rev 8017) +++ trunk/lucene2/debian/control 2009-02-28 22:13:51 UTC (rev 8018) @@ -35,6 +35,7 @@ libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.4), libcommons-beanutils-java (>= 1.7.0) +Breaks: solr-common (< 1.2.0+ds2-3) Description: Full-text search engine library for Java(TM) Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

