Your message dated Thu, 11 Mar 2004 15:47:13 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#209393: fixed in diskless 0.3.18.0.3 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Sep 2003 17:51:31 +0000 >From [EMAIL PROTECTED] Tue Sep 09 12:51:27 2003 Return-path: <[EMAIL PROTECTED]> Received: from frmug-gw.frmug.org (lists.frmug.org) [193.56.58.252] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19wmeE-0006pV-00; Tue, 09 Sep 2003 12:51:26 -0500 Received: by lists.frmug.org (Postfix/TLS, from userid 66) id C6414221CE; Tue, 9 Sep 2003 19:51:27 +0200 (CEST) Received: from mykerinos.kheops.frmug.org (unknown [192.168.1.3]) by kheops.kheops.frmug.org (Postfix) with ESMTP id 9A0404057; Tue, 9 Sep 2003 19:29:33 +0200 (CEST) Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426) id 88574D144; Tue, 9 Sep 2003 18:39:33 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============0699315676==" MIME-Version: 1.0 From: Christian Perrier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: diskless: Please switch to gettext-based debconf templates X-Mailer: reportbug 2.27 Date: Tue, 09 Sep 2003 18:39:33 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-11.3 required=4.0 tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF autolearn=ham version=2.53-bugs.debian.org_2003_8_27 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp) This is a multi-part MIME message sent by reportbug. --===============0699315676== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: diskless Version: N/A Severity: wishlist Tags: patch (this text is generic for "po-debconf switch" bug reports. If something is specific to your package, look at the end of this BR) Using the "new" gettext format for debconf templates helps for templates translations. For instance, detecting outdated or untranslated strings becomes considerably easier. It also keeps track of who did which translation. The attached patch does the required modifications : - debian/control modification for dependencies (see below) - execute "debconf-gettextize debian/*templates*" - removed files left by debconf-gettextize (*.templates.old which are the old-style templates and *.templates.xx which are the former translated templates - french translation proofreading (the file is debian/po/fr.po) if a french translation (partial or not) already existed for the templates Then diff file creation.... I, in the same time, started to work on a french translation if none was there. In such case, the fr.po file will be sent to you through another BR. If you want to reproduce this by yourself instead of applying the patch, you have to do: -install po-debconf on your system -go to the debian directory -read man po-debconf..:-) -run "debconf-gettextize *.templates" -read the output -change Build-Depends or Build-Depends-Indep (see below) Then you will pick up the fr.po file from my own patch (I often make small corrections to existing french translations to make them conformant to the existing standards of the Debian french l10n team). Build Dependencies of the package have to become the following : Build-Depends(-Indep) should list "debhelper (>= 4.1.16)" (debhelper depends upon po-debconf) if you use debhelper, or "po-debconf" directly if you don't (but, then, please look at po-debconf man page) For more details, see po-debconf documentation, especially "man 7 po-debconf" Read this if you're concerned with backports : -------------------------------------------- Please note that the suggested modifications will make your package a little bit harder to backport to earlier Debian releases. If this is a concern to you, you may try to adopt the method used by the openssh package and detailed by Colin Watson in http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html". This patch does not includes this method as this would make it too invasive, IMHO. So, preserving backportability is up to you... Additional notes, specific to this package : -------------------------------------------- I've changed some trivial english errors in original templates and removed all question marks in short descriptions for templates (look strange and useless). As this package is orphaned, I intend to NMU/QA Upload it as soon as the french translation of the templates will have been proofread. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux mykerinos 2.4.21 #1 jeu jui 24 08:36:17 CEST 2003 i686 Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1 (ignored: LC_ALL set to fr_FR) --===============0699315676== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch" diff -Nru ./diskless-0.3.18.0.2.ori/debian/control ./diskless-0.3.18.0.2/debian/control --- ./diskless-0.3.18.0.2.ori/debian/control 2003-09-08 18:12:47.000000000 +0200 +++ ./diskless-0.3.18.0.2/debian/control 2003-09-09 18:00:49.000000000 +0200 @@ -3,7 +3,7 @@ Priority: extra Maintainer: QA Group <[EMAIL PROTECTED]> Standards-Version: 3.5.5 -Build-Depends-Indep: debhelper (>= 3.0.0), jade, docbook-dsssl, sgml-data, docbook-xml +Build-Depends-Indep: debhelper (>= 4.1.16), jade, docbook-dsssl, sgml-data, docbook-xml Package: diskless Architecture: all diff -Nru ./diskless-0.3.18.0.2.ori/debian/diskless-image-secure.templates ./diskless-0.3.18.0.2/debian/diskless-image-secure.templates --- ./diskless-0.3.18.0.2.ori/debian/diskless-image-secure.templates 2003-09-08 18:12:47.000000000 +0200 +++ ./diskless-0.3.18.0.2/debian/diskless-image-secure.templates 2003-09-09 18:12:20.000000000 +0200 @@ -1,76 +1,76 @@ Template: diskless-image/master Type: string Default: master -Description: Name of master? - This option specifies the default name for the master host. This - is required to be setup by some debian packages. It should have - an entry in the DNS. +_Description: Name of master + This option specifies the default name for the master host. This is + required to be setup by some debian packages. It should have an entry in + the DNS. Template: diskless-image/nfsserver Type: string Default: 192.168.87.129 -Description: NFS server address? +_Description: NFS server address This specifies the address of the central NFS server where to mount - partitions from on the clients. It is recommended that this - contain the IP address, although this is not required. + partitions from on the clients. It is recommended that this contain the IP + address, although this is not required. Template: diskless-image/nfsimagedir Type: string Default: /var/lib/diskless/default/root -Description: NFS image directory mount point? - This options specifies the path which will be used by the clients - to mount the NFS image directory. +_Description: NFS image directory mount point + This option specifies the path which will be used by the clients to mount + the NFS image directory. Template: diskless-image/nfshostsdir Type: string Default: /var/lib/diskless/default -Description: Hosts' directories mount point? - This options specifies the path which will be used by the clients - to their private read-write directories. The IP address - will be appended to the end of this path. +_Description: Hosts directories mount point + This option specifies the path which will be used by the clients to their + private read-write directories. The IP address will be appended to the + end of this path. Template: diskless-image/nfshomedir Type: string Default: /home -Description: NFS exported home directories? - This specifies where /home on the clients should be mounted from your - NFS server. Examples are /home, /tftpboot/home, etc. This directory must - be exported on your NFS server via /etc/exports, and will be mounted as - /home. Set this value to "none", if you don't want to mount /home (in - this case, /home will be an empty read-only directory). +_Description: NFS exported home directories + This specifies where /home on the clients should be mounted from your NFS + server. Examples are /home, /tftpboot/home, etc. This directory must be + exported on your NFS server via /etc/exports, and will be mounted as + /home. Set this value to "none", if you don't want to mount /home (in this + case, /home will be an empty read-only directory). Template: diskless-image/nameserver Type: string Default: 127.0.0.1 -Description: IP address of nameserver? - This option specifies the default nameserver for each client in - this group. +_Description: IP address of nameserver + This option specifies the default nameserver for each client in this + group. Template: diskless-image/domain Type: string Default: chocbit.org.au -Description: Domain? - This option specifies the default DNS domain for each client in - this group. +_Description: Domain + This option specifies the default DNS domain for each client in this + group. Template: diskless-image/maildomain Type: string Default: chocbit.org.au -Description: Default mail domain? - This option specifies the default domain name to be used for out going mail. - The mail host name specified in the host setup will be appended to the - start of this value to form the FQDN. +_Description: Default mail domain + This option specifies the default domain name to be used for out going + mail. The mail host name specified in the host setup will be appended to + the start of this value to form the FQDN. Template: diskless-image/mailroute Type: string Default: smtp -Description: Default mail route? +_Description: Default mail route All mail, incoming and outgoing, is routed via this server. Template: diskless-image/devfs Type: select -Choices: yes, no +_Choices: yes, no Default: no -Description: Use DEVFS for /dev? +_Description: Use DEVFS for /dev? This option specifies whether or not you want to use the DEVFS system available via patch for Linux 2.2.x or 2.3.x (not tested). diff -Nru ./diskless-0.3.18.0.2.ori/debian/diskless-image-simple.templates ./diskless-0.3.18.0.2/debian/diskless-image-simple.templates --- ./diskless-0.3.18.0.2.ori/debian/diskless-image-simple.templates 2003-09-08 18:12:47.000000000 +0200 +++ ./diskless-0.3.18.0.2/debian/diskless-image-simple.templates 2003-09-09 18:27:00.000000000 +0200 @@ -1,76 +1,76 @@ Template: diskless-image/master Type: string Default: master -Description: Name of master? - This option specifies the default name for the master host. This - is required to be setup by some debian packages. It should have - an entry in the DNS. +_Description: Name of master + This option specifies the default name for the master host. This is + required to be setup by some Debian packages. It should have an entry in + the DNS. Template: diskless-image/nfsserver Type: string Default: 192.168.87.129 -Description: NFS server address? +_Description: NFS server address This specifies the address of the central NFS server where to mount - partitions from on the clients. It is recommended that this - contain the IP address, although this is not required. + partitions from on the clients. It is recommended that this contain the IP + address, although this is not required. Template: diskless-image/nfsimagedir Type: string Default: /var/lib/diskless/default/root -Description: NFS image directory mount point? - This options specifies the path which will be used by the clients - to mount the NFS image directory. +_Description: NFS image directory mount point + This option specifies the path which will be used by the clients to mount + the NFS image directory. Template: diskless-image/nfshostsdir Type: string Default: /var/lib/diskless/default -Description: Hosts' directories mount point? - This options specifies the path which will be used by the clients - to their private read-write directories. The IP address - will be appended to the end of this path. +_Description: Hosts directories mount point + This option specifies the path which will be used by the clients to their + private read-write directories. The IP address will be appended to the + end of this path. Template: diskless-image/nfshomedir Type: string Default: /home -Description: NFS exported home directories? - This specifies where /home on the clients should be mounted from your - NFS server. Examples are /home, /tftpboot/home, etc. This directory must - be exported on your NFS server via /etc/exports, and will be mounted as - /home. Set this value to "none", if you don't want to mount /home (in - this case, /home will be an empty read-only directory). +_Description: NFS exported home directories + This specifies where /home on the clients should be mounted from your NFS + server. Examples are /home, /tftpboot/home, etc. This directory must be + exported on your NFS server via /etc/exports, and will be mounted as + /home. Set this value to "none", if you don't want to mount /home (in this + case, /home will be an empty read-only directory). Template: diskless-image/nameserver Type: string Default: 127.0.0.1 -Description: IP address of nameserver? - This option specifies the default nameserver for each client in - this group. +_Description: IP address of nameserver + This option specifies the default nameserver for each client in this + group. Template: diskless-image/domain Type: string Default: chocbit.org.au -Description: Domain? - This option specifies the default DNS domain for each client in - this group. +_Description: Domain + This option specifies the default DNS domain for each client in this + group. Template: diskless-image/maildomain Type: string Default: chocbit.org.au -Description: Default mail domain? - This option specifies the default domain name to be used for out going mail. - The mail host name specified in the host setup will be appended to the - start of this value to form the FQDN. +_Description: Default mail domain + This option specifies the default domain name to be used for out going + mail. The mail host name specified in the host setup will be appended to + the start of this value to form the FQDN. Template: diskless-image/mailroute Type: string Default: smtp -Description: Default mail route? +_Description: Default mail route All mail, incoming and outgoing, is routed via this server. Template: diskless-image/devfs Type: select -Choices: yes, no +_Choices: yes, no Default: no -Description: Use DEVFS for /dev? +_Description: Use DEVFS for /dev? This option specifies whether or not you want to use the DEVFS system available via patch for Linux 2.2.x or 2.3.x (not tested). diff -Nru ./diskless-0.3.18.0.2.ori/debian/po/POTFILES.in ./diskless-0.3.18.0.2/debian/po/POTFILES.in --- ./diskless-0.3.18.0.2.ori/debian/po/POTFILES.in 1970-01-01 01:00:00.000000000 +0100 +++ ./diskless-0.3.18.0.2/debian/po/POTFILES.in 2003-09-09 18:00:50.000000000 +0200 @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] diskless-image-secure.templates +[type: gettext/rfc822deb] diskless-image-simple.templates diff -Nru ./diskless-0.3.18.0.2.ori/debian/po/templates.pot ./diskless-0.3.18.0.2/debian/po/templates.pot --- ./diskless-0.3.18.0.2.ori/debian/po/templates.pot 1970-01-01 01:00:00.000000000 +0100 +++ ./diskless-0.3.18.0.2/debian/po/templates.pot 2003-09-09 18:27:05.000000000 +0200 @@ -0,0 +1,159 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2003-09-09 18:27+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" +"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Description +#: ../diskless-image-secure.templates:4 ../diskless-image-simple.templates:4 +msgid "Name of master" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:4 +msgid "" +"This option specifies the default name for the master host. This is required " +"to be setup by some debian packages. It should have an entry in the DNS." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:12 ../diskless-image-simple.templates:12 +msgid "NFS server address" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:12 ../diskless-image-simple.templates:12 +msgid "" +"This specifies the address of the central NFS server where to mount " +"partitions from on the clients. It is recommended that this contain the IP " +"address, although this is not required." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:20 ../diskless-image-simple.templates:20 +msgid "NFS image directory mount point" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:20 ../diskless-image-simple.templates:20 +msgid "" +"This option specifies the path which will be used by the clients to mount " +"the NFS image directory." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:27 ../diskless-image-simple.templates:27 +msgid "Hosts directories mount point" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:27 ../diskless-image-simple.templates:27 +msgid "" +"This option specifies the path which will be used by the clients to their " +"private read-write directories. The IP address will be appended to the end " +"of this path." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:35 ../diskless-image-simple.templates:35 +msgid "NFS exported home directories" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:35 ../diskless-image-simple.templates:35 +msgid "" +"This specifies where /home on the clients should be mounted from your NFS " +"server. Examples are /home, /tftpboot/home, etc. This directory must be " +"exported on your NFS server via /etc/exports, and will be mounted as /home. " +"Set this value to \"none\", if you don't want to mount /home (in this case, /" +"home will be an empty read-only directory)." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:45 ../diskless-image-simple.templates:45 +msgid "IP address of nameserver" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:45 ../diskless-image-simple.templates:45 +msgid "" +"This option specifies the default nameserver for each client in this group." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:52 ../diskless-image-simple.templates:52 +msgid "Domain" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:52 ../diskless-image-simple.templates:52 +msgid "" +"This option specifies the default DNS domain for each client in this group." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:59 ../diskless-image-simple.templates:59 +msgid "Default mail domain" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:59 ../diskless-image-simple.templates:59 +msgid "" +"This option specifies the default domain name to be used for out going mail. " +"The mail host name specified in the host setup will be appended to the start " +"of this value to form the FQDN." +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:67 ../diskless-image-simple.templates:67 +msgid "Default mail route" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:67 ../diskless-image-simple.templates:67 +msgid "All mail, incoming and outgoing, is routed via this server." +msgstr "" + +#. Choices +#: ../diskless-image-secure.templates:72 ../diskless-image-simple.templates:72 +msgid "yes, no" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:74 ../diskless-image-simple.templates:74 +msgid "Use DEVFS for /dev?" +msgstr "" + +#. Description +#: ../diskless-image-secure.templates:74 ../diskless-image-simple.templates:74 +msgid "" +"This option specifies whether or not you want to use the DEVFS system " +"available via patch for Linux 2.2.x or 2.3.x (not tested)." +msgstr "" + +#. Description +#: ../diskless-image-simple.templates:4 +msgid "" +"This option specifies the default name for the master host. This is required " +"to be setup by some Debian packages. It should have an entry in the DNS." +msgstr "" --===============0699315676==-- --------------------------------------- Received: (at 209393-close) by bugs.debian.org; 11 Mar 2004 20:53:44 +0000 >From [EMAIL PROTECTED] Thu Mar 11 12:53:44 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B1XBX-0003be-00; Thu, 11 Mar 2004 12:53:43 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1B1X5F-0005fR-00; Thu, 11 Mar 2004 15:47:13 -0500 From: Christian Perrier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.45 $ Subject: Bug#209393: fixed in diskless 0.3.18.0.3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 11 Mar 2004 15:47:13 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_08 X-Spam-Level: Source: diskless Source-Version: 0.3.18.0.3 We believe that the bug you reported is fixed in the latest version of diskless, which is due to be installed in the Debian FTP archive: diskless-image-secure_0.3.18.0.3_all.deb to pool/main/d/diskless/diskless-image-secure_0.3.18.0.3_all.deb diskless-image-simple_0.3.18.0.3_all.deb to pool/main/d/diskless/diskless-image-simple_0.3.18.0.3_all.deb diskless_0.3.18.0.3.dsc to pool/main/d/diskless/diskless_0.3.18.0.3.dsc diskless_0.3.18.0.3.tar.gz to pool/main/d/diskless/diskless_0.3.18.0.3.tar.gz diskless_0.3.18.0.3_all.deb to pool/main/d/diskless/diskless_0.3.18.0.3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christian Perrier <[EMAIL PROTECTED]> (supplier of updated diskless package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 9 Mar 2004 16:28:00 +0100 Source: diskless Binary: diskless-image-secure diskless-image-simple diskless Architecture: source all Version: 0.3.18.0.3 Distribution: unstable Urgency: low Maintainer: QA Group <[EMAIL PROTECTED]> Changed-By: Christian Perrier <[EMAIL PROTECTED]> Description: diskless - Generate NFS file structure for diskless boot. diskless-image-secure - Files required for secure NFS-Root image. diskless-image-simple - Files required for simple NFS-Root image. Closes: 209393 210463 Changes: diskless (0.3.18.0.3) unstable; urgency=low . * QA upload for fixing l10n bugs * Switch to gettext for debconf templates. Closes: #209393 * French debconf translation. Closes: #210463 * Replaced /usr/lib/sgml by /usr/share/sgml. This fixes a potential FTBFS bug Files: 984014a18e4f2befdd9715e83b439225 600 misc extra diskless_0.3.18.0.3.dsc 9955ebde79bf2f46da4706cf9b2cac56 59678 misc extra diskless_0.3.18.0.3.tar.gz 58eaab537af15ee435bb2d38045aacb5 36066 misc extra diskless_0.3.18.0.3_all.deb 8efd8ae3c12c174456f6af32d4f8d885 13974 misc extra diskless-image-simple_0.3.18.0.3_all.deb 44493ed1644b59c5e4f41fb98f74621d 17634 misc extra diskless-image-secure_0.3.18.0.3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFATeLa1OXtrMAUPS0RAoVyAKCPy9w4BkPsGo0NSAq1FjuvfXhnVgCeOmcH nkTu6Meh8uH/TvaMtgwR+CU= =Qq1i -----END PGP SIGNATURE-----