This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 7c3f1dd3b2e9afa0be624b5159950ae5ec7d51db Author: Jan-Pascal van Best <[email protected]> Date: Fri Feb 6 09:55:10 2009 +0000 Added ${misc:Depends} dependencies to fix possible debhelper dependencies. Cleaned up package description of liblucene2-java (removed list of contrib libraries) --- debian/changelog | 5 ++++- debian/control | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c81d19..5e6f225 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ lucene2 (2.4.0+ds1-3) unstable; urgency=low * Re-enable Highlighter unit test because it no longer causes network access (Closes: 50678). + * Added ${misc:Depends} dependencies to fix possible debhelper dependencies. + * Cleaned up package description of liblucene2-java (removed list of contrib + libraries) - -- Jan-Pascal van Best <[email protected]> Tue, 25 Nov 2008 11:01:26 +0100 + -- Jan-Pascal van Best <[email protected]> Fri, 06 Feb 2009 10:52:58 +0100 lucene2 (2.4.0+ds1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index fc974c4..5cc9798 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Standards-Version: 3.8.0 Package: liblucene2-java Architecture: all -Depends: openjdk-6-jre | java5-runtime, +Depends: ${misc:Depends}, + openjdk-6-jre | java5-runtime, libjtidy-java (>= 7), libjline-java (>= 0.9.5), libcommons-digester-java (>= 1.7), @@ -39,15 +40,14 @@ Description: Full-text search engine library for Java(TM) Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. . - In addition to the Lucene core library, the following contributions are - also included: analyzers ant bdb bdb-je benchmark highlighter lucli - memory misc queries regex similarity snowball spellchecker surround swing - wikipedia wordnet xml-query-parser + This package contains the Lucene core library and a number of additional + (contributed) libraries. Package: liblucene2-java-doc Architecture: all Section: doc -Depends: libregexp-java (>= 1.4), ant-doc +Depends: ${misc:Depends}, + libregexp-java (>= 1.4), ant-doc Description: Documentation for Lucene 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

