Package: solr Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Saturday, September 15, 2007, I notified you of the beginning of a review process concerning debconf templates for solr. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes are suggested, and if you have any objections, let me know in the next 3 days. Please try to avoid uploading solr with these changes right now. The second phase of this process will begin on Wednesday, October 03, 2007, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Wednesday, October 24, 2007. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around <DAY25>, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- solr.old/debian/solr-common.templates 2007-09-14 08:56:34.967674181 +0200 +++ solr/debian/solr-common.templates 2007-09-30 08:30:17.616464068 +0200 @@ -1,8 +1,18 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: solr/purgeindexfiles Type: boolean Default: false -_Description: Remove index files? - The script is about to remove the data directory /var/lib/solr. - If you think you need Solr's index files later, the data - should be kept. - +_Description: Remove Solr index files? + The Solr data directory (/var/lib/solr), and the index files it contains, may + be removed while purging the package. + . + You should not choose this option if you intend to re-use Solr's index + files later. --- solr.old/debian/control 2007-09-14 08:56:34.967674181 +0200 +++ solr/debian/control 2007-09-27 07:21:45.753074902 +0200 @@ -28,14 +28,14 @@ liblucene2-java (>= 2.2), libxpp3-java Recommends: solr-tomcat5.5 (>= ${binary:Version}) | solr-jetty (>= ${binary:Version}) -Description: enterprise search server based on Lucene (common files) +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, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . - Common files for Solr. Install solr-tomcat5.5 or solr-jetty to use Solr under - Tomcat or Jetty. + 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/ @@ -43,13 +43,13 @@ Architecture: all Depends: solr-common (>= ${binary:Version}), tomcat5.5 Conflicts: solr-jetty -Description: enterprise search server based on Lucene (Tomcat integration) +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, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . - This package contains the Tomcat integration files for Solr. + This package provides the Tomcat integration files for Solr. . Homepage: http://lucene.apache.org/solr/ @@ -57,12 +57,12 @@ Architecture: all Depends: solr-common (>= ${binary:Version}), jetty (>= 5.1) Conflicts: solr-tomcat5.5 -Description: enterprise search server based on Lucene (Jetty integration) +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, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . - This package contains the Jetty integration files for Solr. + This package provides the Jetty integration files for Solr. . Homepage: http://lucene.apache.org/solr/