Dear Debian maintainer, On Friday, June 07, 2013, I sent you a notification about the beginning of a review action on debconf templates for ircd-hybrid.
Then, I sent you a bug report with rewritten templates and announcing the beginning of the second phase of this action: call for translation updates. Translators have been working hard and here is now the result of their efforts. Please consider using it EVEN if you committed files to your development tree as long as they were reported. The attached tarball contains: - debian/changelog with the list of changes - debian/control with rewrites of packages' descriptions - debian/<templates> with all the rewritten templates file(s) - debian/po/*.po with all PO files (existing ones and new ones) As said, please use *at least* the PO files as provided here, preferrably over those sent by translators in their bug reports. All of them have been checked and reformatted. In some cases, formatting errors have been corrected. The patch.rfr file contains a patch for the templates and control file(s) alone. Please note that this patch applies to the templates and control file(s) of your package as of Friday, June 07, 2013. If your package was updated in the meantime, I may have updated my reference copy....but I also may have missed that. This is indeed why I suggested you do not modified such files while the review process was running, remember..:-) It is now safe to upload a new package version with these changes. Please notify me of your intents with regards to this. There is of course no hurry to update your package but feel free to contact me in case you would need sponsoring or any other action to fix this. --
patch.tar.gz
Description: Binary data
--- ircd-hybrid.old/debian/ircd-hybrid.templates 2013-06-03 07:12:27.370436479 +0200 +++ ircd-hybrid/debian/ircd-hybrid.templates 2013-06-21 07:20:35.672993398 +0200 @@ -1,36 +1,32 @@ -Template: ircd-hybrid/no-more-ssl -Type: boolean -Default: true -_Description: All OpenSSL support is now disabled by default; continue? - Due to licensing issues ircd-hybrid is no longer built by default with - OpenSSL. This will be addressed in a future release, pending a rewrite - of the SSL layer with GNUTLS. - . - If any of your existing server links take advantage of cryptlinks, refer - to /usr/share/doc/ircd-hybrid/CRYPTLINKS.txt to find out how to build - ircd-hybrid with SSL support (easily.) +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-engl...@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. Template: ircd-hybrid/restart_on_upgrade Type: boolean Default: true _Description: Restart ircd-hybrid on each upgrade? - You may choose whether or not you want to restart the ircd-hybrid - daemon every time you install a new version of this package. + Please choose whether the ircd-hybrid daemon should be restarted + every time a new version of this package is installed. . - Sometimes, you do not want to do this. For instance, if you are doing - the upgrade and loading IRCd modules at runtime. Failing to restart - the daemon would probably lead you to problems. + Automatic restarts may be problematic if, for instance, the server is + running with manually loaded modules, which will need to be reloaded + after the restart. . - If you refuse, you have to restart ircd-hybrid yourself if you - upgraded, by typing `invoke-rc.d ircd-hybrid restart' whenever it - suits you. + If you reject this option, you will have to restart ircd-hybrid via + "service ircd-hybrid restart" when needed. Template: ircd-hybrid/upgrade_secure_links_warn Type: boolean Default: true _Description: Upgrade ircd-hybrid to version without cryptlink support? - ircd-hybrid 8.x includes a change to the way secure server links are - implemented, which is not backwards-compatible with ircd-hybrid 7.x, + The 8.x version of ircd-hybrid includes a change to the way secure server + links are implemented, which is not backwards-compatible with ircd-hybrid 7.x, from which you are upgrading. . If you have any secure server links (cryptlinks) configured with this @@ -42,8 +38,8 @@ Type: boolean Default: true _Description: Upgrade ircd-hybrid to version without compatible services? - ircd-hybrid 8.x includes a change to the way services are supported, which - which is not compatible with hybserv. + The 8.x version of ircd-hybrid includes a change to the way services are + supported, losing compatibility with hybserv. . - It is planned to package anope, a Hybrid 8 compatible services system, - later. + The recommended services daemon for Hybrid 8 is Anope, for which no + package is available yet, although one is planned. --- ircd-hybrid.old/debian/control 2013-06-03 07:12:27.370436479 +0200 +++ ircd-hybrid/debian/control 2013-06-19 06:57:28.691178843 +0200 @@ -28,23 +28,20 @@ Description: high-performance secure IRC server ircd-hybrid is a stable, high-performance IRC server that features: . - * If enabled, SSL client support and server-to-server RSA encryption. - * Compressed server links - * Channel exceptions (+e) and invitation exceptions (+I). - * New configuration file format. - * Halfops (+h) and anti-spam user mode +g. - * Dynamically loadable modules. + * If enabled, SSL client support and server-to-server RSA encryption; + * Compressed server links; + * Channel exceptions (+e) and invitation exceptions (+I); + * New configuration file format; + * Halfops (+h) and anti-spam user mode +g; + * Dynamically loadable modules; * Channel and nickname RESV's (reservations). - . - It is also the IRC server of choice on the venerable EFnet, although - EFnet also uses the Ratbox, ComStud, and the Hybrid 6 IRCDs. Package: hybrid-dev Section: devel Architecture: all Depends: ${misc:Depends} Suggests: ircd-hybrid -Description: development files for ircd-hybrid +Description: high-performance secure IRC server - development files These are the headers used when writing modules for ircd-hybrid. For more information on how to write these modules, see the ircd-hybrid documentation or example_module.c in the source code for ircd-hybrid. --- ircd-hybrid.old/debian/changelog 2013-06-03 07:12:27.370436479 +0200 +++ ircd-hybrid/debian/changelog 2013-07-14 08:47:14.804430449 +0200 @@ -1,3 +1,21 @@ +ircd-hybrid (1:8.0.9.dfsg.1-3) UNRELEASED; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #710876 + * [Debconf translation updates] + * Russian (Yuri Kozlov). Closes: #714096 + * Portuguese (Américo Monteiro). Closes: #714432 + * Swedish (Martin Bagge / brother). Closes: #714647 + * Czech (Miroslav Kure). Closes: #715137 + * German (Helge Kreutzmann). Closes: #715197 + * Italian (Beatrice Torracca). Closes: #715389 + * Japanese (Hideki Yamane (Debian-JP)). Closes: #715432 + * Spanish; (Camaleón). Closes: #715476 + * Polish (Michał Kułach). Closes: #715514 + * French (Christian Perrier). Closes: #716888 + + -- Christian Perrier <bubu...@debian.org> Mon, 03 Jun 2013 19:27:22 +0200 + ircd-hybrid (1:8.0.9.dfsg.1-2) unstable; urgency=low * Upload to unstable (Closes: #701439)
signature.asc
Description: Digital signature