(thanks, Justin for the corrections and Jan-Pascal for your constructive remarks and, no, I won't shout...definitely not..having a few days after the "final update" is meant for exactly this: leave a possibility to maintainers for last remarks)
Dear Debian maintainer, On Monday, October 31, 2011, I notified you of the beginning of a review process concerning debconf templates for spotweb. The debian-l10n-english contributors have now reviewed these templates, and the final proposed changes are attached to this update to the original bug report. Please review the suggested changes, and if you have any objections, let me know in the next 3 days. However, please try to avoid uploading spotweb with these changes right now. The second phase of this process will begin on Saturday, November 19, 2011, 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 Saturday, December 10, 2011. 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 Sunday, December 11, 2011, 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. --
Template: spotweb/nntpserver Type: string Default: news.ziggo.nl _Description: NNTP server: Please enter the news (NNTP) server that should be used for SpotWeb. Template: spotweb/nntpuser Type: string _Description: NNTP server username: Please enter the username to use on the news server. Template: spotweb/nntppass Type: password _Description: NNTP server password: Please enter the password to use on the news server. Template: spotweb/nntpenc Type: select Choices-C: false, ssl, tls __Choices: No encryption, SSL, TLS _Description: NNTP server encryption: Please choose the encryption type for communication with the news server. Template: spotweb/nntpport Type: string Default: 119 _Description: NNTP server port: Please enter the port to use on the news server. Port 563 should generally be used when encryption is activated. Template: spotweb/useheaderserver Type: boolean Default: false _Description: Use separate "headers" news server? Please choose this option if you use a separate news server to fetch headers. Template: spotweb/headerserver Type: string Default: _Description: NNTP "headers" server: Please enter the news server that should be used for headers fetching with SpotWeb. Template: spotweb/headeruser Type: string _Description: NNTP "headers" server username: Please enter the username to use on the "headers" news server. Template: spotweb/headerpass Type: password _Description: NNTP "headers" server password: Please enter the password to use on the "headers" news server. Template: spotweb/headerenc Type: select Choices-C: false, ssl, tls __Choices: No encryption, SSL, TLS Choices-C: No encryption, SSL, TLS _Description: NNTP "headers" server encryption: Please choose the encryption type for communication with the "headers" news server. Template: spotweb/headerport Type: string Default: 119 _Description: NNTP "headers" server port: Please enter the port to use on the "header" news server. Port 563 should generally be used when encryption is activated. Template: spotweb/usepostserver Type: boolean Default: false _Description: Use separate "post" (upload) news server? Please choose this option if you use a separate news server for posting spots. Template: spotweb/postserver Type: string Default: _Description: NNTP "post" server: Please enter the news server that should be used for posting spots with SpotWeb. Template: spotweb/postuser Type: string _Description: NNTP "post" server username: Please enter the username to use on the "post" news server. Template: spotweb/postpass Type: password _Description: NNTP "post" server password: Please enter the password to use on the "post" news server. Template: spotweb/postenc Type: select Choices-C: false, ssl, tls __Choices: No encryption, SSL, TLS _Description: NNTP "post" server encryption: Please choose the encryption type for communication with the "post" news server. Template: spotweb/postport Type: string Default: 119 _Description: NNTP "post" server port: Please enter the port to use on the "post" news server. Port 563 should generally be used when encryption is activated.
Source: spotweb Section: web Priority: optional Maintainer: Jan-Pascal van Best <janpas...@vanbest.org> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.0.0), po-debconf, yui-compressor (>= 2.4.2) Standards-Version: 3.9.2 Homepage: https://github.com/spotweb/spotweb Vcs-Git: git://anonscm.debian.org/users/janpascal-guest/spotweb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/janpascal-guest/spotweb.git Package: spotweb Architecture: all Depends: ${misc:Depends}, dbconfig-common, ucf, apache2, libapache2-mod-php5, php5-mysql, php5-curl, php-net-nntp (>= 1.5.0~rc1), php5-gmp, php5-gd, msttcorefonts, libjs-jquery (>= 1.6.2), libjs-jquery-fancybox, libjs-jquery-cookie, libjs-jquery-mousewheel, libjs-jquery-easing, libjs-jquery-ui (>= 1.8.ooops.14) Recommends: mysql-client, mysql-server Suggests: sabnzbdplus, nzbget Description: web interface to search and filter Usenet spots SpotWeb is a web-based version of the decentralized news-indexing system SpotNet, which fetches Usenet "spots" - postings that contain information about uploaded binaries. SpotWeb allows searching, filtering, and viewing of the spots and comments. It integrates with NZB downloaders such as NZBget and SABnzbd+ to download the binaries from Usenet.
--- spotweb.old/debian/spotweb.templates 2011-10-26 20:27:14.512884961 +0200 +++ spotweb/debian/spotweb.templates 2011-11-16 06:02:24.009632391 +0100 @@ -2,95 +2,108 @@ Type: string Default: news.ziggo.nl _Description: NNTP server: - The NNTP (news) server to use for Spotweb. + Please enter the news (NNTP) server that should be used for SpotWeb. Template: spotweb/nntpuser Type: string -_Description: NNTP user name: - The user name op the NNTP server. +_Description: NNTP server username: + Please enter the username to use on the news server. Template: spotweb/nntppass Type: password -_Description: NNTP password: - The password on the NNTP server. +_Description: NNTP server password: + Please enter the password to use on the news server. Template: spotweb/nntpenc Type: select -Choices: false, ssl, tls +Choices-C: false, ssl, tls +__Choices: No encryption, SSL, TLS _Description: NNTP server encryption: - Use encryption on the NNTP server. + Please choose the encryption type for communication with the + news server. Template: spotweb/nntpport Type: string Default: 119 _Description: NNTP server port: - The port to use on the NNTP server (use 563 when encryption is used). + Please enter the port to use on the news server. Port 563 should generally + be used when encryption is activated. Template: spotweb/useheaderserver Type: boolean Default: false -_Description: Use separate 'headers' news server? - Select if you use a separate new server to fetch headers. +_Description: Use separate "headers" news server? + Please choose this option if you use a separate news server to fetch headers. Template: spotweb/headerserver Type: string Default: -_Description: 'headers' server name: - The 'headers' server to use for Spotweb. +_Description: NNTP "headers" server: + Please enter the news server that should be used for headers fetching + with SpotWeb. Template: spotweb/headeruser Type: string -_Description: 'headers' user name: - The user name on the 'headers' server. +_Description: NNTP "headers" server username: + Please enter the username to use on the "headers" news server. Template: spotweb/headerpass Type: password -_Description: 'headers' password: - The password on the 'headers' server. +_Description: NNTP "headers" server password: + Please enter the password to use on the "headers" news server. Template: spotweb/headerenc Type: select -Choices: false, ssl, tls -_Description: 'headers' server encryption: - Use encryption on the 'headers' server. +Choices-C: false, ssl, tls +__Choices: No encryption, SSL, TLS +Choices-C: No encryption, SSL, TLS +_Description: NNTP "headers" server encryption: + Please choose the encryption type for communication with the + "headers" news server. Template: spotweb/headerport Type: string Default: 119 -_Description: 'headers' server port: - The port on the 'headers' server (use 563 when encryption is used). +_Description: NNTP "headers" server port: + Please enter the port to use on the "header" news server. Port 563 should generally + be used when encryption is activated. Template: spotweb/usepostserver Type: boolean Default: false -_Description: Use separate 'post' (upload) news server? - Choose 'true' if you use a separate new server to posts. +_Description: Use separate "post" (upload) news server? + Please choose this option if you use a separate news server for posting + spots. Template: spotweb/postserver Type: string Default: -_Description: 'post' server name: - The 'post' server to use for Spotweb. +_Description: NNTP "post" server: + Please enter the news server that should be used for posting spots + with SpotWeb. Template: spotweb/postuser Type: string -_Description: 'post' user name: - The user name on the 'post' server. +_Description: NNTP "post" server username: + Please enter the username to use on the "post" news server. Template: spotweb/postpass Type: password -_Description: 'post' password: - The password on the 'post' server. +_Description: NNTP "post" server password: + Please enter the password to use on the "post" news server. Template: spotweb/postenc Type: select -Choices: false, ssl, tls -_Description: 'post' server encryption: - Use encryption on the 'post' server. +Choices-C: false, ssl, tls +__Choices: No encryption, SSL, TLS +_Description: NNTP "post" server encryption: + Please choose the encryption type for communication with the + "post" news server. Template: spotweb/postport Type: string Default: 119 -_Description: 'post' server port: - The port on the 'post' server (use 563 when encryption is used). +_Description: NNTP "post" server port: + Please enter the port to use on the "post" news server. Port 563 should generally + be used when encryption is activated. --- spotweb.old/debian/control 2011-10-26 20:27:14.516885051 +0200 +++ spotweb/debian/control 2011-11-16 06:02:30.157781460 +0100 @@ -19,8 +19,9 @@ libjs-jquery-mousewheel, libjs-jquery-easing, libjs-jquery-ui (>= 1.8.ooops.14) Recommends: mysql-client, mysql-server Suggests: sabnzbdplus, nzbget -Description: Web application to search and filter usenet spots - Spotweb is a web-based version of SpotNet. Spotweb downloads spot posting from - Usenet, that contain information about uploaded binaries. Spotweb allows you - to search, filter and view the spots and comments. It integrates with NZB - downloaders such as NZBGet and sabnzb+ to download the binaries from Usenet. +Description: web interface to search and filter Usenet spots + SpotWeb is a web-based version of the decentralized news-indexing system + SpotNet, which fetches Usenet "spots" - postings that contain information + about uploaded binaries. SpotWeb allows searching, filtering, and viewing + of the spots and comments. It integrates with NZB downloaders such as + NZBget and SABnzbd+ to download the binaries from Usenet. --- spotweb.old/debian/changelog 2011-10-26 20:27:14.516885051 +0200 +++ spotweb/debian/changelog 2011-10-26 20:31:52.503662078 +0200 @@ -1,3 +1,11 @@ +spotweb (20111002+dfsg-2) UNRELEASED; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #646747 + * [Debconf translation updates] + + -- Christian Perrier <bubu...@debian.org> Thu, 27 Oct 2011 00:01:52 +0530 + spotweb (20111002+dfsg-1) unstable; urgency=low * Initial release (Closes: #638446).
signature.asc
Description: Digital signature