This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 6a510cbcdad1bc04d325d72f13ebe46cb97dd9dc Author: Benjamin Drung <[email protected]> Date: Mon Sep 19 16:16:12 2011 +0000 Run wrap-and-sort. --- debian/control | 65 +++++++++++++++++++++++++++++++------------------------- debian/copyright | 2 +- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/debian/control b/debian/control index fd8a4ff..af070d2 100644 --- a/debian/control +++ b/debian/control @@ -2,43 +2,50 @@ Source: lucene2 Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Barry Hawkins <[email protected]>, - Jeff Breidenbach <[email protected]>, Michael Koch <[email protected]>, Rene Engelhard <[email protected]> +Uploaders: Barry Hawkins <[email protected]>, + Jeff Breidenbach <[email protected]>, + Michael Koch <[email protected]>, + Rene Engelhard <[email protected]> DM-Upload-Allowed: yes Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/lucene2/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/lucene2/ Homepage: http://lucene.apache.org/java/ -Build-Depends: cdbs (>= 0.4.49), debhelper (>= 6), dpatch (>= 2.0), - openjdk-6-jdk, - ant-optional (>= 1.8), ant-contrib, javacc, junit -Build-Depends-Indep: libjline-java (>= 0.9.5), - libcommons-digester-java (>= 1.7), - libregexp-java (>= 1.4), - libdb-java (>= 5.1.4), - libdb-je-java (>= 3.2.68), - libcommons-collections3-java (>= 3.1), - libcommons-logging-java (>= 1.0.4), - libcommons-beanutils-java (>= 1.7.0), - libcommons-compress-java (>= 1.0), - libicu4j-java (>= 3.8.1), - libjtidy-java (>= 7+svn20070309) +Build-Depends: ant-contrib, + ant-optional (>= 1.8), + cdbs (>= 0.4.49), + debhelper (>= 6), + dpatch (>= 2.0), + javacc, + junit, + openjdk-6-jdk +Build-Depends-Indep: libcommons-beanutils-java (>= 1.7.0), + libcommons-collections3-java (>= 3.1), + libcommons-compress-java (>= 1.0), + libcommons-digester-java (>= 1.7), + libcommons-logging-java (>= 1.0.4), + libdb-java (>= 5.1.4), + libdb-je-java (>= 3.2.68), + libicu4j-java (>= 3.8.1), + libjline-java (>= 0.9.5), + libjtidy-java (>= 7+svn20070309), + libregexp-java (>= 1.4) Standards-Version: 3.9.2 Package: liblucene2-java Architecture: all -Depends: ${misc:Depends}, +Depends: ${misc:Depends} Recommends: libcommons-beanutils-java (>= 1.7.0), - libcommons-collections3-java (>= 3.1), - libcommons-compress-java (>= 1.0), - libcommons-digester-java (>= 1.7), - libcommons-logging-java (>= 1.0.4), - libdb-java (>= 5.1.4), - libdb-je-java (>= 3.2.68), - libicu4j-java (>= 3.8.1), - libjline-java (>= 0.9.5), - libjtidy-java (>= 7+svn20070309), - libregexp-java (>= 1.4) -Breaks: solr-common (<< 1.2.0+ds2-3), eclipse-platform (<= 3.5.2-11) + libcommons-collections3-java (>= 3.1), + libcommons-compress-java (>= 1.0), + libcommons-digester-java (>= 1.7), + libcommons-logging-java (>= 1.0.4), + libdb-java (>= 5.1.4), + libdb-je-java (>= 3.2.68), + libicu4j-java (>= 3.8.1), + libjline-java (>= 0.9.5), + libjtidy-java (>= 7+svn20070309), + libregexp-java (>= 1.4) +Breaks: eclipse-platform (<= 3.5.2-11), 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 @@ -51,7 +58,7 @@ Package: liblucene2-java-doc Architecture: all Section: doc Depends: ${misc:Depends} -Recommends: libregexp-java (>= 1.4), ant-doc +Recommends: ant-doc, libregexp-java (>= 1.4) 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 diff --git a/debian/copyright b/debian/copyright index de75262..58010a1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Copyright: 2006-2009 The Apache Software Foundation License: Apache-2 Files: debian/* -Copyright: 2007-2009 Jan-Pascal van Best <[email protected]> +Copyright: 2007-2009 Jan-Pascal van Best <[email protected]> License: Apache-2 Files: src/java/org/apache/lucene/util/UnicodeUtil.java -- 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

