Author: janpascal-guest Date: 2007-11-28 20:46:14 +0000 (Wed, 28 Nov 2007) New Revision: 4883
Modified: trunk/solr/debian/changelog trunk/solr/debian/control Log: Updated control fields: Vcs-* and Homepage Modified: trunk/solr/debian/changelog =================================================================== --- trunk/solr/debian/changelog 2007-11-28 20:22:19 UTC (rev 4882) +++ trunk/solr/debian/changelog 2007-11-28 20:46:14 UTC (rev 4883) @@ -1,3 +1,9 @@ +solr (1.2.0+ds1-3~pre1) unstable; urgency=low + + * Updated control file for new Vcs-* and Homepage fields + + -- Jan-Pascal van Best <[EMAIL PROTECTED]> Wed, 28 Nov 2007 21:17:22 +0100 + solr (1.2.0+ds1-2) unstable; urgency=low * Run unit tests during build (closes: #441890). Modified: trunk/solr/debian/control =================================================================== --- trunk/solr/debian/control 2007-11-28 20:22:19 UTC (rev 4882) +++ trunk/solr/debian/control 2007-11-28 20:46:14 UTC (rev 4883) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Jan-Pascal van Best <[EMAIL PROTECTED]> -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/solr/ -XS-Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/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, sun-java5-jdk (>= 1.5.0), ant (>= 1.7.0), ant-optional (>= 1.7.0), @@ -30,6 +30,7 @@ liblucene2-java (>= 2.2), 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, @@ -38,13 +39,12 @@ . This package provides the common files for Solr. Install solr-tomcat5.5 or solr-jetty to use Solr under Tomcat or Jetty. - . - Homepage: http://lucene.apache.org/solr/ Package: solr-tomcat5.5 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, @@ -53,12 +53,12 @@ . This package provides the Tomcat integration files for Solr. . - Homepage: http://lucene.apache.org/solr/ Package: solr-jetty 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, @@ -67,4 +67,3 @@ . This package provides the Jetty integration files for Solr. . - Homepage: http://lucene.apache.org/solr/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

