[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#218209: marked as done (grub-installer: Debconf templates polishing)



Your message dated Tue, 04 Nov 2003 17:47:58 -0500
with message-id <E1AH9xu-0003ji-00@auric.debian.org>
and subject line Bug#218209: fixed in grub-installer 0.23
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; 29 Oct 2003 18:36:55 +0000
>From bubulle@kheops.frmug.org Wed Oct 29 12:36:24 2003
Return-path: <bubulle@kheops.frmug.org>
Received: from lns-th2-5f-81-56-227-253.adsl.proxad.net (kheops.homeunix.org) [81.56.227.253] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AEvB3-00087y-00; Wed, 29 Oct 2003 12:36:18 -0600
Received: from localhost (localhost [127.0.0.1])
	by kheops.homeunix.org (Postfix) with ESMTP
	id 2901B4076; Wed, 29 Oct 2003 19:36:16 +0100 (CET)
Received: from kheops.homeunix.org ([127.0.0.1])
	by localhost (kheops [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 22145-02; Wed, 29 Oct 2003 19:36:05 +0100 (CET)
Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org [192.168.1.3])
	by kheops.homeunix.org (Postfix) with ESMTP
	id 2D706407A; Wed, 29 Oct 2003 19:35:36 +0100 (CET)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
	id 03081D066; Wed, 29 Oct 2003 19:33:28 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0577927272=="
MIME-Version: 1.0
From: Christian Perrier <bubulle@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: grub-installer: Debconf templates polishing
X-Mailer: reportbug 2.36
Date: Wed, 29 Oct 2003 19:33:28 +0100
Message-Id: <20031029183328.03081D066@mykerinos.kheops.frmug.org>
X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at kheops.frmug.org
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-9.4 required=4.0
	tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_10_28
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_28 (1.174.2.15-2003-03-30-exp)

This is a multi-part MIME message sent by reportbug.

--===============0577927272==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: grub-installer
Severity: normal
Tags: patch d-i

The following proposed changes to debconf templates would make them more
compliant to the proposed "Debconf Templates Style Guide" recently proposed
for discussion.

-_Description: On which device should GRUB be installed?
+_Description: Device for boot loader installation:

Same proposal for aboot-installer. This is a string template, so opened
prompting.

-_Description: Unable to install grub in /target/.  Continue anyway?
- The grub package failed to install into /target/.  It is required to
- install GRUB as a boot loader.  The install problem might be unrelated to
- grub, and it might work to continue anyway.
+_Description: GRUB installation failed.  Continue anyway?
+ The grub package failed to install into /target/.  Installing GRUB
+ as a boot loader is a required step.  The install problem might however be
+ unrelated to GRUB, so continuing the installation may be possible.

Shorter question. A full phrase makes the translators work too difficult.
Moreover, here the short description should give a general idea of what
happened and the extended description give details.

s/grub/GRUB for coherency, except when we talk about the package name.
Repeated in some other places.

 Template: grub-installer/grub-install-failed
-Type: note
+Type: error

As far as I have understood, error messages should use the "error" type.

 Template: grub-installer/update-grub-failed
-Type: note
+Type: error

Ditto.

 Template: debian-installer/grub-installer/title
 Type: text
 #  Main menu item
-_Description: Install GRUB on a hard disk
+_Description: Install GRUB boot loader on a hard disk

Well, more detailed and informative, imho.....
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.4.22 #2 Mon Sep 29 15:12:10 CEST 2003 i686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)


--===============0577927272==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

--- templates.ori	2003-10-29 18:39:12.000000000 +0100
+++ templates	2003-10-29 19:31:28.000000000 +0100
@@ -1,7 +1,7 @@
 Template: grub-installer/bootdev
 Type: string
 Default: (hd0)
-_Description: On which device should GRUB be installed?
+_Description: Device for boot loader installation:
  GRUB needs to install the stage 1 boot loader on a bootable device. This
  is usually the first hard drive. Note that GRUB counts devices differently
  than the Linux kernel, so the first one is usually '(hd0)'. Leave this at
@@ -10,21 +10,21 @@
 Template: grub-installer/apt-install-failed
 Type: boolean
 Default: yes
-_Description: Unable to install grub in /target/.  Continue anyway?
- The grub package failed to install into /target/.  It is required to
- install GRUB as a boot loader.  The install problem might be unrelated to
- grub, and it might work to continue anyway.
+_Description: GRUB installation failed.  Continue anyway?
+ The grub package failed to install into /target/.  Installing GRUB
+ as a boot loader is a required step.  The install problem might however be
+ unrelated to GRUB, so continuing the installation may be possible.
 
 Template: grub-installer/grub-install-failed
-Type: note
-_Description: Unable to install grub in ${BOOTDEV}
+Type: error
+_Description: Unable to install GRUB in ${BOOTDEV}
  Executing 'grub-install ${BOOTDEV}' failed.
  .
  This is a fatal error.
 
 Template: grub-installer/update-grub-failed
-Type: note
-_Description: Unable to configure grub
+Type: error
+_Description: Unable to configure GRUB
  Executing 'update-grub' failed.
  .
  This is a fatal error.
@@ -56,4 +56,4 @@
 Template: debian-installer/grub-installer/title
 Type: text
 #  Main menu item
-_Description: Install GRUB on a hard disk
+_Description: Install GRUB boot loader on a hard disk

--===============0577927272==--

---------------------------------------
Received: (at 218209-close) by bugs.debian.org; 4 Nov 2003 22:53:38 +0000
>From katie@auric.debian.org Tue Nov 04 16:53:38 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AHA3O-0002iH-00; Tue, 04 Nov 2003 16:53:38 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AH9xu-0003ji-00; Tue, 04 Nov 2003 17:47:58 -0500
From: Petter Reinholdtsen <pere@debian.org>
To: 218209-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#218209: fixed in grub-installer 0.23
Message-Id: <E1AH9xu-0003ji-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 04 Nov 2003 17:47:58 -0500
Delivered-To: 218209-close@bugs.debian.org

Source: grub-installer
Source-Version: 0.23

We believe that the bug you reported is fixed in the latest version of
grub-installer, which is due to be installed in the Debian FTP archive:

grub-installer_0.23.dsc
  to pool/main/g/grub-installer/grub-installer_0.23.dsc
grub-installer_0.23.tar.gz
  to pool/main/g/grub-installer/grub-installer_0.23.tar.gz
grub-installer_0.23_i386.udeb
  to pool/main/g/grub-installer/grub-installer_0.23_i386.udeb



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 218209@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated grub-installer 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  4 Nov 2003 23:32:36 +0100
Source: grub-installer
Binary: grub-installer
Architecture: source i386
Version: 0.23
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Closes: 218027 218209
Changes: 
 grub-installer (0.23) unstable; urgency=low
 .
   * Jure Cuhalev
     - Add Slovenian translation. Closes: #218027.
   * Petter Reinholdtsen
     - Update templates.  Patch from Christian Perrier. (Closes: #218209)
     - Reorder grub and lilo, swapping menu item value.
   * Kenshi Muto
     - Update Japanese translation (ja.po)
   * Christian Perrier
     - Update French translation (fr.po)
   * Bart Cornelis
     - Update Dutch translation (nl.po)
   * André Luís Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
   * Safir Secerovic, Amila Akagic
     - Add Bosnian translation (bs.po).
   * Claus Hindsgaul
     - Update da (Danish) translation.
   * Miroslav Kure
     - Update Czech (cs.po) translation.
Files: 
 0dab95a11822be49744fe9aafc2407cc 687 debian-installer optional grub-installer_0.23.dsc
 c322dec4baf43e4afc1bc2593314b0c6 28782 debian-installer optional grub-installer_0.23.tar.gz
 2c48780f2aa9ddd40a723d19b14f4de8 5778 debian-installer optional grub-installer_0.23_i386.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/qClA20zMSyow1ykRAi0XAKDdsRPtbFMLJvagRV7oL7ISUGmkaQCguxk5
ldkqrZQaYe5PO3ePgo3asxI=
=hAAa
-----END PGP SIGNATURE-----



Reply to: