Bug#219632: marked as done (partconf: Debconf templates polishing)
Your message dated Sat, 29 May 2004 18:18:53 -0300
with message-id <20040529211853.GA17354@kitenet.net>
and subject line closing fixed bugs
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; 7 Nov 2003 19:12:13 +0000
>From bubulle@kheops.frmug.org Fri Nov 07 13:12:04 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 1AIC1a-0000Qo-00; Fri, 07 Nov 2003 13:12:02 -0600
Received: from localhost (localhost [127.0.0.1])
by kheops.homeunix.org (Postfix) with ESMTP
id 06D894058; Fri, 7 Nov 2003 20:11:59 +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 07190-05; Fri, 7 Nov 2003 20:11:47 +0100 (CET)
Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org [192.168.1.3])
by kheops.homeunix.org (Postfix) with ESMTP
id D85C24053; Fri, 7 Nov 2003 20:11:46 +0100 (CET)
Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426)
id 12954D06B; Fri, 7 Nov 2003 20:09:41 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============0437183212=="
MIME-Version: 1.0
From: Christian Perrier <bubulle@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: partconf: Debconf templates polishing
X-Mailer: reportbug 2.36
Date: Fri, 07 Nov 2003 20:09:41 +0100
Message-Id: <20031107190941.12954D06B@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=-7.9 required=4.0
tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_11_7
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_7 (1.174.2.15-2003-03-30-exp)
This is a multi-part MIME message sent by reportbug.
--===============0437183212==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: partconf
Severity: normal
Tags: patch d-i
This is the now usual debconf templates "polishing" operation for more
confirmance with th enew cdebconf templates and more consistency among d-i
templates.
Detailed rationale:
@@ -1,11 +1,11 @@
Template: partconf/no-partitions
-Type: note
+Type: error
_Description: No partitions found
No partitions were found in your system. You may need to partition your
hard drives or load additional kernel modules.
A few incorrect "note" tempaltes for errors are converted to error templates.
Type: select
_Choices: ${FSCHOICES}, Create swap space
Default: Create ext2 file system
-_Description: What do you want to do with ${PARTITION}?
+_Description: Action on ${PARTITION}:
This partition does not seem to have a file system. You can create a file
system or swap space on it.
The short description is now shown before the choices...so adapt it to this.
Template: partconf/mountpoint
Type: select
_Choices: /, /usr, /boot, /home, /var, /tmp, Don't mount it, Enter manually
-_Description: Where do you want to mount ${PARTITION}?
+_Description: Mount point for ${PARTITION}:
When a partition is mounted, it is available to the users of the system.
You always need a root ("/") partition, and it's often good to have a
separate partition for /home.
Ditto.
Template: partconf/mountpoint-manual
Type: string
-_Description: Where do you want to mount ${PARTITION}?
+_Description: Mount point for ${PARTITION}:
Please enter where the partition should be mounted.
Ditto.
Template: partconf/umount-failed
Type: error
_Description: Failed to unmount partitions
- An error occurred while unmounting the partitions. Cannot continue.
+ An error occurred while unmounting the partitions. The partition
+ configuration process is aborted.
A bit more explicit.
Template: partconf/internal-create-fs-choice
Type: text
@@ -77,12 +78,12 @@
Template: partconf/sanity-bad-mount
Type: error
-_Description: You have assigned a partition to ${MOUNT}
- It makes no sense to mount a partition on ${MOUNT}. Please change this.
+_Description: Partition assigned to ${MOUNT}
+ Mounting a partition on ${MOUNT} makes no sense. Please change this.
Ditto.
Reformulation....but maybe wrong English.....
Template: partconf/sanity-double-mount
Type: error
-_Description: You have assigned several partitions to ${MOUNT}
+_Description: Several partitions assigned to ${MOUNT}
You cannot assign several partitions to the same mount point. Please
change all but one of them.
Ditto.
@@ -90,34 +91,44 @@
Type: boolean
Default: false
_Description: Ready to create file systems and mount partitions?
+ File systems will be created and partitions mounted.
+ .
WARNING: This will destroy all data on the partitions you have assigned
- file systems to!
+ file systems to.
1) Avoid showing "WARNING...." first in the template
2) Well, as you may know, I'm not in favour of yelling even for warning users.
Template: partconf/failed-mkswap
Type: error
_Description: Failed to create swap space on ${PARTITION}
- An error occurred when the swap space was created on ${PARTITION}. Please
- see tty3 or /var/log/messages for more information.
+ An error occurred when the swap space was created on ${PARTITION}.
+ .
+ Please check the error log on the third console or /var/log/messages
+ for more information.
Separated the "Please..." from the rest of the paragraph. Thus, this will
have to be translated only once..:-)
I have used the same formulation than other packages.....I think "tty3" is
mostly jargon...
.../...
Template: debian-installer/partconf/title
Type: text
# Main menu item
-_Description: Configure and Mount Partitions
+_Description: Configure and mount partitions
No caps.
-- 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)
--===============0437183212==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"
--- partconf.templates.ori 2003-11-07 18:49:04.000000000 +0100
+++ partconf.templates 2003-11-07 20:01:01.000000000 +0100
@@ -1,11 +1,11 @@
Template: partconf/no-partitions
-Type: note
+Type: error
_Description: No partitions found
No partitions were found in your system. You may need to partition your
hard drives or load additional kernel modules.
Template: partconf/no-filesystems
-Type: note
+Type: error
_Description: No file systems found
No usable file systems were found. You may need to load additional kernel
modules.
@@ -34,21 +34,21 @@
Type: select
_Choices: ${FSCHOICES}, Create swap space
Default: Create ext2 file system
-_Description: What do you want to do with ${PARTITION}?
+_Description: Action on ${PARTITION}:
This partition does not seem to have a file system. You can create a file
system or swap space on it.
Template: partconf/mountpoint
Type: select
_Choices: /, /usr, /boot, /home, /var, /tmp, Don't mount it, Enter manually
-_Description: Where do you want to mount ${PARTITION}?
+_Description: Mount point for ${PARTITION}:
When a partition is mounted, it is available to the users of the system.
You always need a root ("/") partition, and it's often good to have a
separate partition for /home.
Template: partconf/mountpoint-manual
Type: string
-_Description: Where do you want to mount ${PARTITION}?
+_Description: Mount point for ${PARTITION}:
Please enter where the partition should be mounted.
Template: partconf/already-mounted
@@ -63,7 +63,8 @@
Template: partconf/umount-failed
Type: error
_Description: Failed to unmount partitions
- An error occurred while unmounting the partitions. Cannot continue.
+ An error occurred while unmounting the partitions. The partition
+ configuration process is aborted.
Template: partconf/internal-create-fs-choice
Type: text
@@ -77,12 +78,12 @@
Template: partconf/sanity-bad-mount
Type: error
-_Description: You have assigned a partition to ${MOUNT}
- It makes no sense to mount a partition on ${MOUNT}. Please change this.
+_Description: Partition assigned to ${MOUNT}
+ Mounting a partition on ${MOUNT} makes no sense. Please change this.
Template: partconf/sanity-double-mount
Type: error
-_Description: You have assigned several partitions to ${MOUNT}
+_Description: Several partitions assigned to ${MOUNT}
You cannot assign several partitions to the same mount point. Please
change all but one of them.
@@ -90,34 +91,44 @@
Type: boolean
Default: false
_Description: Ready to create file systems and mount partitions?
+ File systems will be created and partitions mounted.
+ .
WARNING: This will destroy all data on the partitions you have assigned
- file systems to!
+ file systems to.
Template: partconf/failed-mkswap
Type: error
_Description: Failed to create swap space on ${PARTITION}
- An error occurred when the swap space was created on ${PARTITION}. Please
- see tty3 or /var/log/messages for more information.
+ An error occurred when the swap space was created on ${PARTITION}.
+ .
+ Please check the error log on the third console or /var/log/messages
+ for more information.
Template: partconf/failed-swapon
Type: error
_Description: Failed to activate the swap space on ${PARTITION}
An error occurred when the swap space on ${PARTITION} was activated.
- Please see tty3 or /var/log/messages for more information.
+ .
+ Please check the error log on the third console or /var/log/messages
+ for more information.
Template: partconf/failed-mkfs
Type: error
_Description: Failed to create ${FS} file system on ${PARTITION}
An error occurred when the ${FS} file system was created on ${PARTITION}.
- Please see tty3 or /var/log/messages for more information.
+ .
+ Please check the error log on the third console or /var/log/messages
+ for more information.
Template: partconf/failed-mount
Type: error
_Description: Failed to mount ${PARTITION} on ${MOUNT}
- An error occurred when ${PARTITION} was mounted on ${MOUNT}. Please see
- tty3 or /var/log/messages for more information.
+ An error occurred when ${PARTITION} was mounted on ${MOUNT}.
+ .
+ Please check the error log on the third console or /var/log/messages
+ for more information.
Template: debian-installer/partconf/title
Type: text
# Main menu item
-_Description: Configure and Mount Partitions
+_Description: Configure and mount partitions
--===============0437183212==--
---------------------------------------
Received: (at 219632-done) by bugs.debian.org; 29 May 2004 21:19:49 +0000
>From joey@kitenet.net Sat May 29 14:19:49 2004
Return-path: <joey@kitenet.net>
Received: from kitenet.net [64.62.161.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BUBF7-0000pB-00; Sat, 29 May 2004 14:19:49 -0700
Received: from dragon.kitenet.net (ip46035.poa.virtua.com.br [200.213.46.35])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
by kitenet.net (Postfix) with ESMTP
id 1B7E517ED0; Sat, 29 May 2004 21:19:49 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
id 090B66E0C2; Sat, 29 May 2004 18:18:53 -0300 (BRT)
Date: Sat, 29 May 2004 18:18:53 -0300
From: Joey Hess <joeyh@debian.org>
To: 237291-done@bugs.debian.org, 237419-done@bugs.debian.org,
238353-done@bugs.debian.org, 239997-done@bugs.debian.org,
249344-done@bugs.debian.org, 248676-done@bugs.debian.org,
249786-done@bugs.debian.org, 219632-done@bugs.debian.org,
245224-done@bugs.debian.org, 245982-done@bugs.debian.org
Subject: closing fixed bugs
Message-ID: <20040529211853.GA17354@kitenet.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1"
Content-Disposition: inline
User-Agent: Mutt/1.5.6i
Delivered-To: 219632-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Closing d-i bugs that were marked fixed. If the bug you reported is
still a problem, please write back.
--=20
see shy jo
--RnlQjJ0d97Da+TV1
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAuP49d8HHehbQuO8RAsl9AKCTGCrAKtnxh9Ki8OviyqIcan1UoQCffB6b
j5zy+0V8TUMDq2DM6ZNBLkc=
=IWET
-----END PGP SIGNATURE-----
--RnlQjJ0d97Da+TV1--
Reply to: