Package: uw-imap Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Sunday, September 23, 2007, I notified you of the beginning of a review process concerning debconf templates for uw-imap. 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 uw-imap with these changes right now. The second phase of this process will begin on Sunday, October 14, 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 Sunday, November 04, 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
--- uw-imap.old/debian/ipopd.templates 2007-09-23 07:18:21.742519063 +0200 +++ uw-imap/debian/ipopd.templates 2007-10-11 07:47:55.946156365 +0200 @@ -1,47 +1,35 @@ +# 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: ipopd/protocol Type: multiselect -Choices: pop2, pop3, pop3s +Choices: pop3, pop3s, pop2 Default: pop3, pop3s -_Description: Wanted server ports: - pop2 = POP 2 on TCP port 109 with TLS support. This is obsolete. - . - pop3 = POP 3 on TCP port 110 with TLS support. - . - pop3s = POP 3 on TCP port 995 with SSL support. - . - Confusingly, the choice of ports made with this package may have been - overridden by locally configured services (or by a broken package). - . - If you want to enforce your choice of ports made with this package, - disregarding any local changes, then you need to *both* select ports - *and* enforce the selection. - . - To make sure you've done both, you can run the following command after - finishing your current installation/reconfiguration: +_Description: Server ports and protocols to support: + Please choose the server ports and protocols to activate. . - dpkg-reconfigure -plow ipopd - . - If in doubt, choose pop3 and pop3s. + pop3: POP 3 on TCP port 110 with TLS support; + pop3s: POP 3 on TCP port 995 with SSL support; + pop2: (obsolete) POP 2 on TCP port 109 with TLS support. + . + It is recommended to activate both pop3 and pop3s. + . + As the ports and protocols choice may have been overridden by local + changes, you may need to enforce the choice and run the package + configuration again with 'dpkg-reconfigure ipopd'. Template: ipopd/force_debconf_choice Type: boolean Default: false _Description: Enforce port selection? - The ipopd daemon supports listening on several ports simultaneously. - A default choice of ports is provided, which you can adjust. - . - Confusingly, the choice of ports made with this package may have been - overridden by locally configured services (and by broken packages - messing with the configuration in a bad way). - . - By default the port selection is respected only on initial installs, - and is ignored on later updates and reconfiguration. - . - If you want to enforce your choice of ports made with this package, - disregarding any local changes, then you need to *both* select ports - *and* enforce the selection. - . - To make sure you've done both, you can run the following command after - finishing your current installation/reconfiguration: + The ipopd daemon supports listening simultaneously on several ports. . - dpkg-reconfigure -plow ipopd + As the ports and protocols choice may have been overridden by local + changes, you may need to enforce the choice and run the package + configuration again with 'dpkg-reconfigure uw-imapd'. --- uw-imap.old/debian/uw-imapd.templates 2007-09-23 07:18:21.742519063 +0200 +++ uw-imap/debian/uw-imapd.templates 2007-10-11 07:47:55.946156365 +0200 @@ -1,48 +1,35 @@ +# 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: uw-imapd/protocol Type: multiselect -Choices: imap2, imap3, imaps +Choices: imap2, imaps, imap3 Default: imap2, imaps -_Description: Wanted server ports: - imap2 = IMAP 4Rev1 (not 2, strangely enough) on TCP port 143 with TLS - support. - . - imap3 = IMAP 3 on TCP port 220 with TLS support. This is obsolete. - . - imaps = IMAP 4Rev1 on TCP port 993 with SSL support. - . - Confusingly, the choice of ports made with this package may have been - overridden by locally configured services (or by a broken package). - . - If you want to enforce your choice of ports made with this package, - disregarding any local changes, then you need to *both* select ports - *and* enforce the selection. - . - To make sure you've done both, you can run the following command after - finishing your current installation/reconfiguration: +_Description: Server ports and protocols to support: + Please choose the server ports and protocols to activate. . - dpkg-reconfigure -plow uw-imapd - . - If in doubt, choose imap2 and imaps. + imap2: IMAP 4rev1 on TCP port 143 with TLS support; + imaps: IMAP 4rev1 on TCP port 993 with SSL support; + imap3: (obsolete) IMAP 3 on TCP port 220 with TLS support. + . + It is recommended to activate both imap2 and imaps. + . + As the ports and protocols choice may have been overridden by local + changes, you may need to enforce the choice and run the package + configuration again with 'dpkg-reconfigure uw-imapd'. Template: uw-imapd/force_debconf_choice Type: boolean Default: false _Description: Enforce port selection? - The uw-imap daemon supports listening on several ports simultaneously. - A default choice of ports is provided, which you can adjust. - . - Confusingly, the choice of ports made with this package may have been - overridden by locally configured services (and by broken packages - messing with the configuration in a bad way). - . - By default the port selection is respected only on initial installs, - and is ignored on later updates and reconfiguration. - . - If you want to enforce your choice of ports made with this package, - disregarding any local changes, then you need to *both* select ports - *and* enforce the selection. - . - To make sure you've done both, you can run the following command after - finishing your current installation/reconfiguration: + The uw-imap daemon supports listening simultaneously on several ports. . - dpkg-reconfigure -plow uw-imapd + As the ports and protocols choice may have been overridden by local + changes, you may need to enforce the choice and run the package + configuration again with 'dpkg-reconfigure uw-imapd'. --- uw-imap.old/debian/control 2007-09-23 07:18:21.742519063 +0200 +++ uw-imap/debian/control 2007-10-08 10:46:50.029773945 +0200 @@ -4,6 +4,7 @@ Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]> Standards-Version: 3.7.2 Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 4.2.0), quilt, patchutils (>= 0.2.25), dh-buildinfo, libpam-dev, libkrb5-dev, comerr-dev, libssl-dev, d-shlibs, perl, po-debconf +Homepage: http://www.washington.edu/imap/ Package: uw-imapd Section: mail @@ -13,23 +14,17 @@ Suggests: mutt | imap-client, logcheck Provides: imap-server Conflicts: imap-server -Description: UW IMAP4rev1 remote mail folder access server +Description: remote mail folder access server using IMAP4rev1 IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. - . - NB! Non-encrypted network transport is discouraged and requires special - configuration of the c-client library to work. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . This package contains imapd, an IMAP4rev1 server daemon which uses the c-client library. - . - Homepage: http://www.washington.edu/imap/ Package: ipopd Section: mail @@ -39,23 +34,17 @@ Conflicts: pop3-server Provides: pop3-server Suggests: logcheck -Description: UW POP2 and POP3 mail server +Description: POP2 and POP3 mail server IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. - . - NB! Non-encrypted network transport is discouraged and requires special - configuration of the c-client library to work. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . This package contains ipopd, a POP2 and POP3 server daemon which uses the c-client library. - . - Homepage: http://www.washington.edu/imap/ Package: libc-client2006j2-dev Section: libdevel @@ -64,90 +53,68 @@ Conflicts: libc-client-dev Replaces: libc-client-dev Provides: libc-client-dev -Description: UW c-client library for mail protocols (development) +Description: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . - NB! Non-encrypted network transport is discouraged and requires special + Non-encrypted network transport is discouraged and requires special configuration of the c-client library to work. . This package contains the static c-client library and development headers. - . - Homepage: http://www.washington.edu/imap/ Package: libc-client2006j2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules, mlock Suggests: uw-mailutils -Description: UW c-client library for mail protocols +Description: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. - . - NB! Non-encrypted network transport is discouraged and requires special - configuration of the c-client library to work. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . This package contains the shared c-client library. - . - Homepage: http://www.washington.edu/imap/ Package: mlock Section: mail Architecture: any Depends: ${shlibs:Depends} -Description: Mailbox locking program from UW +Description: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. - . - NB! Non-encrypted network transport is discouraged and requires special - configuration of the c-client library to work. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . This package contains a program to lock mailbox files to avoid corruption. - . - Homepage: http://www.washington.edu/imap/ Package: uw-mailutils Section: mail Architecture: any Depends: ${shlibs:Depends} -Description: C-client support programs from UW +Description: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . - The UW IMAP toolkit provides the c-client mail-handling library - supporting various network transport methods, filesystem storage - formats, and authentication and autorization methods. - . - NB! The Maildir storage format is currently not supported. - . - NB! Non-encrypted network transport is discouraged and requires special - configuration of the c-client library to work. + The UW (University of Washington) IMAP toolkit provides the c-client + mail-handling library supporting various network transport methods, + file system storage formats, and authentication and authorization + methods. . This package contains helper tools for the libc-client library: - * mailutil: a utility program which helps manage email mailboxes (both - local and IMAP/POP3/NNTP) - * dmail: an MDA (Mail Delivery Agent) for use with procmail - * tmail: an MDA for use with the system mailer (e.g. sendmail, postfix, - etc.) - . - Homepage: http://www.washington.edu/imap/ + - mailutil: utility program which helps manage email mailboxes (both + local and IMAP/POP3/NNTP); + - dmail: MDA (Mail Delivery Agent) for use with procmail; + - tmail: MDA for use with the system mailer (such as Sendmail or Postfix).

