Package: ssl-cert Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Wednesday, September 19, 2007, I notified you of the beginning of a review process concerning debconf templates for ssl-cert. 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 ssl-cert with these changes right now. The second phase of this process will begin on Wednesday, October 10, 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 31, 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
--- ssl-cert.old/debian/templates 2007-09-16 22:51:16.004883799 +0200 +++ ssl-cert/debian/templates 2007-10-07 08:41:21.264097409 +0200 @@ -1,48 +1,75 @@ +# 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: make-ssl-cert/countryname Type: string -_Default: GB -_Description: Country Name - The two letter code for your Country. (e.g. GB) (countryName) +_DefaultChoice: GB +_Description: Country code: + Please enter the two-letter ISO-3166 code to use in the SSL certificate. + . + It will become the 'countryName' field of the generated SSL certificate. Template: make-ssl-cert/statename Type: string -_Default: Some-State -_Description: State or Province Name - Your state, county or province. (stateOrProvinceName) +_DefaultChoice: Scotland +_Description: State or province name: + Please enter the name of the administrative subdivision to use in the SSL + certificate. + . + It will become the 'stateOrProvinceName' field of the generated SSL + certificate. Template: make-ssl-cert/localityname Type: string -_Default: Some-Locality -_Description: Locality Name - The name of the city or town that you live in. (localityName) +_DefaultChoice: Edinburgh +_Description: Locality name: + Please enter the name of the city or town to use in the SSL + certificate. + . + It will become the 'localityName' field of the generated SSL certificate. Template: make-ssl-cert/organisationname Type: string -_Default: One Organization -_Description: Organisation Name - The name of the company or organisation the certificate is for. - (organisationName) +_DefaultChoice: Example Inc. +_Description: Organization name: + Please enter the name of the company or organization to use in the SSL + certificate. + . + It will become the 'organisationName' field of the generated SSL certificate. Template: make-ssl-cert/ouname Type: string -_Default: One Organization Unit -_Description: Organisational Unit Name - The Division or section of the organisation the certificate is for. - (organisationalUnitName) +_DefaultChoice: Dept. of Examplification +_Description: Organizational unit name: + Please enter the name of the division or section of the organization to use + in the SSL certificate. + . + It will become the 'organisationalUnitName' field of the generated SSL certificate. Template: make-ssl-cert/hostname Type: string Default: localhost -_Description: Host Name - The host name of the server the certificate is for. This must be filled - in. (commonName) +_Description: Host name: + Please enter the host name to use in the SSL certificate. + . + It will become the 'commonName' field of the generated SSL certificate. + . + This value is mandatory. Template: make-ssl-cert/email Type: string Default: [EMAIL PROTECTED] -_Description: Email Address - The email address that should be associated with the certificate. +_Description: Email address: + Please enter the email address to use in the SSL certificate. + . + It will become the 'email' field of the generated SSL certificate. Template: make-ssl-cert/title Type: title -_Description: Configure an SSL Certificate. +_Description: Configure an SSL certificate --- ssl-cert.old/debian/control 2007-09-16 22:51:16.004883799 +0200 +++ ssl-cert/debian/control 2007-10-04 20:00:12.049430709 +0200 @@ -9,8 +9,9 @@ Package: ssl-cert Architecture: all Depends: ${misc:Depends}, openssl, adduser -Description: Simple debconf wrapper for openssl - This is a package to enable unattended installs of software that - need to create ssl certificates. - Basically, it's just a wrapper for openssl req that feeds it the correct - user variables. +Description: simple debconf wrapper for OpenSSL + This package enables unattended installs of packages that + need to create SSL certificates. + . + It is a simple wrapper for OpenSSL's certificate request utility that + feeds it with the correct user variables.