This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 4f74c5003bc7087389b19e648c9d128f82d7cd30 Author: Jan-Pascal van Best <[email protected]> Date: Sat Feb 28 22:13:51 2009 +0000 Added Breaks: flag to indicate this lucene version breaks older solr packages --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index dcd1230..867d21e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 5cc9798..7bf0610 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Depends: ${misc:Depends}, 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 -- 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

