Author: janpascal-guest Date: 2008-04-26 19:52:51 +0000 (Sat, 26 Apr 2008) New Revision: 6279
Modified: trunk/solr/debian/control Log: Fixed Homepage: tags in control file Modified: trunk/solr/debian/control =================================================================== --- trunk/solr/debian/control 2008-04-26 16:18:48 UTC (rev 6278) +++ trunk/solr/debian/control 2008-04-26 19:52:51 UTC (rev 6279) @@ -3,6 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Jan-Pascal van Best <[EMAIL PROTECTED]> +Homepage: http://lucene.apache.org/solr/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/solr/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/solr/ Build-Depends: cdbs, debhelper (>= 4.1.0), dpatch (>= 2.0), po-debconf, @@ -30,7 +31,6 @@ liblucene2-java (>= 2.3), libxpp3-java (>= 1.1.3.4.0) Recommends: solr-tomcat5.5 (>= ${binary:Version}) | solr-jetty (>= ${binary:Version}) -Homepage: http://lucene.apache.org/solr/ Description: enterprise search server based on Lucene - common files Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, @@ -44,7 +44,6 @@ Architecture: all Depends: solr-common (>= ${binary:Version}), tomcat5.5 (>= 5.5.20) Conflicts: solr-jetty -Homepage: http://lucene.apache.org/solr/ Description: enterprise search server based on Lucene - Tomcat integration Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, @@ -57,7 +56,6 @@ #Architecture: all #Depends: solr-common (>= ${binary:Version}), jetty (>= 5.1) #Conflicts: solr-tomcat5.5 -#Homepage: http://lucene.apache.org/solr/ #Description: enterprise search server based on Lucene - Jetty integration # Solr is an open source enterprise search server based on the Lucene # Java search library, with XML/HTTP and JSON APIs, hit highlighting, _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

