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

Bug#223762: marked as done (netcfg: Debconf templates polishing - 2nd round)



Your message dated Mon, 22 Dec 2003 21:20:21 -0500
with message-id <E1AYc9l-0004lk-00@auric.debian.org>
and subject line Bug#223762: fixed in netcfg 0.35
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; 12 Dec 2003 07:52:58 +0000
>From christian.perrier@onera.fr Fri Dec 12 01:52:56 2003
Return-path: <christian.perrier@onera.fr>
Received: from onera.onera.fr [144.204.65.4] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AUhr5-0007gb-00; Fri, 12 Dec 2003 01:36:55 -0600
Received: from mykerinos.onera (localhost [127.0.0.1])
        by onera.onera.fr  with ESMTP id hBC7ar1C028048;
        Fri, 12 Dec 2003 08:36:53 +0100 (MET)
Received: from localhost (mykerinos.onera [127.0.0.1])
	by mykerinos.onera (Postfix) with ESMTP
	id 3FD47D064; Fri, 12 Dec 2003 08:36:53 +0100 (CET)
Received: from mykerinos.onera ([127.0.0.1])
	by localhost (mykerinos [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 05603-06; Fri, 12 Dec 2003 08:36:52 +0100 (CET)
Received: by mykerinos.onera (Postfix, from userid 7426)
	id 34AEAD063; Fri, 12 Dec 2003 08:36:52 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============1128956509=="
MIME-Version: 1.0
From: Christian Perrier <bubulle@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: netcfg: Debconf templates polishing - 2nd round
X-Mailer: reportbug 2.37
Date: Fri, 12 Dec 2003 08:36:52 +0100
Message-Id: <[🔎] 20031212073652.34AEAD063@mykerinos.onera>
X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at mykerinos
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_11 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_11
X-Spam-Level: 

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

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

Package: netcfg
Severity: normal
Tags: patch

The recent modifications for handling DHCP network configuration have
introduced new templates in the package.

Some of these have minor inconsistencies with the existing templates, mostly
formulation (use "DHCP network configuration" instead or easier to
understand "dynamic addressing" blah bah). There are also doubles spaces
here and there because of lines ending with a space in the original
tempaltes file.

The attached patch suggests some modifications. Rationale:

 Template: netcfg/get_method
 Type: select
-Default: configure network with DHCP
-_Choices: configure network with DHCP, manual network configuration
-_Description: Network configuration method
- Networking can either be configure by DHCP or by manually 
- entering all the information. If you choose DHCP and 
+Default: Dynamic addressing (DHCP)
+_Choices: Dynamic addressing (DHCP), Static addressing (manual)
+_Description: Network configuration method:
+ Networking can either be configure by DHCP or by manually
+ entering all the information. If you choose DHCP and
  debian-installer is unable to get a working configuration
  from a DHCP Server on you network you will be offered to configure
  your network manually after the atempt to configure it by DHCP. If

This is kinda cosmetic : use of a Cap at the beginning of choices.
Reformulate the choices....

Hmmm, while I write this, I think that probably maintainer scripts should be
updated accordingly.

@@ -30,7 +30,7 @@
 Type: select
 Choices: ${ifchoices}
 _Description: Interface:
- Please choose the interface you want to configure. All currently 
+ Please choose the interface you want to configure. All currently
  detected interfaces on your system are shown below. Please choose the
  type of your primary network interface. This interface will be used
  for installing the Debian system (via NFS or HTTP).

Final space

@@ -70,7 +70,7 @@
 Type: error
 _Description: No network interfaces detected
  No network interfaces were found. The installation
- system was unable to find a network device.  
+ system was unable to find a network device. 
  .
  You may need to load a specific module for your network card, if you really
  own one. For this, go back to the network hardware detection step.

Final space

diff -Nru netcfg.ori/debian/netcfg-dhcp.templates netcfg/debian/netcfg-dhcp.templates
--- netcfg.ori/debian/netcfg-dhcp.templates	2003-12-12 08:02:08.000000000 +0100
+++ netcfg/debian/netcfg-dhcp.templates	2003-12-12 08:11:16.000000000 +0100
@@ -2,7 +2,7 @@
 Type: string
 _Description: DHCP hostname:
  You may need to supply a DHCP host name. If you are using
- a cable modem, you might need to specify an account number here.  
+ a cable modem, you might need to specify an account number here.
  .
  Most other users can just leave this blank.


Final space

@@ -37,13 +37,13 @@
 Type: boolean
 Default: false
 _Description: Do you want to retry DHCP network configuration?
- No IP address was offered during DHCP network configuration. Sometimes
- DHCP servers are really slow. In this case you can retry.
+ No IP address was offered during DHCP network configuration.  DHCP servers
+ are sometimes really slow. In this case you can retry.

Sounds better to me...But I'm sometimes wrong..:-)


 Template: netcfg/dhcp-title
 Type: text
 #  Title displayed when configuring this package
-_Description: DHCP Network Configuration
+_Description: Dynamic network configuration (DHCP)

For consistency with menu entries, choices, etc.


 Template: debian-installer/netcfg-dhcp/title
 Type: text
diff -Nru netcfg.ori/debian/netcfg-static.templates netcfg/debian/netcfg-static.templates
--- netcfg.ori/debian/netcfg-static.templates	2003-12-12 08:02:08.000000000 +0100
+++ netcfg/debian/netcfg-static.templates	2003-12-12 08:09:41.000000000 +0100
@@ -59,7 +59,7 @@
 Template: netcfg/static-title
 Type: text
 #  Title displayed when configuring this package
-_Description: Static Network Configuration
+_Description: Static network configuration
 
No caps everywhere. We're not german people, are we? :-)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykerinos 2.6.0-test11 #1 Sat Dec 6 08:21:32 CET 2003 i686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8)


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

diff -Nru netcfg.ori/debian/netcfg-common.templates netcfg/debian/netcfg-common.templates
--- netcfg.ori/debian/netcfg-common.templates	2003-12-12 08:02:08.000000000 +0100
+++ netcfg/debian/netcfg-common.templates	2003-12-12 08:09:00.000000000 +0100
@@ -1,10 +1,10 @@
 Template: netcfg/get_method
 Type: select
-Default: configure network with DHCP
-_Choices: configure network with DHCP, manual network configuration
-_Description: Network configuration method
- Networking can either be configure by DHCP or by manually 
- entering all the information. If you choose DHCP and 
+Default: Dynamic addressing (DHCP)
+_Choices: Dynamic addressing (DHCP), Static addressing (manual)
+_Description: Network configuration method:
+ Networking can either be configure by DHCP or by manually
+ entering all the information. If you choose DHCP and
  debian-installer is unable to get a working configuration
  from a DHCP Server on you network you will be offered to configure
  your network manually after the atempt to configure it by DHCP. If
@@ -30,7 +30,7 @@
 Type: select
 Choices: ${ifchoices}
 _Description: Interface:
- Please choose the interface you want to configure. All currently 
+ Please choose the interface you want to configure. All currently
  detected interfaces on your system are shown below. Please choose the
  type of your primary network interface. This interface will be used
  for installing the Debian system (via NFS or HTTP).
@@ -70,7 +70,7 @@
 Type: error
 _Description: No network interfaces detected
  No network interfaces were found. The installation
- system was unable to find a network device.  
+ system was unable to find a network device. 
  .
  You may need to load a specific module for your network card, if you really
  own one. For this, go back to the network hardware detection step.
diff -Nru netcfg.ori/debian/netcfg-dhcp.templates netcfg/debian/netcfg-dhcp.templates
--- netcfg.ori/debian/netcfg-dhcp.templates	2003-12-12 08:02:08.000000000 +0100
+++ netcfg/debian/netcfg-dhcp.templates	2003-12-12 08:11:16.000000000 +0100
@@ -2,7 +2,7 @@
 Type: string
 _Description: DHCP hostname:
  You may need to supply a DHCP host name. If you are using
- a cable modem, you might need to specify an account number here.  
+ a cable modem, you might need to specify an account number here.
  .
  Most other users can just leave this blank.
 
@@ -37,13 +37,13 @@
 Type: boolean
 Default: false
 _Description: Do you want to retry DHCP network configuration?
- No IP address was offered during DHCP network configuration. Sometimes
- DHCP servers are really slow. In this case you can retry.
+ No IP address was offered during DHCP network configuration.  DHCP servers
+ are sometimes really slow. In this case you can retry.
 
 Template: netcfg/dhcp-title
 Type: text
 #  Title displayed when configuring this package
-_Description: DHCP Network Configuration
+_Description: Dynamic network configuration (DHCP)
 
 Template: debian-installer/netcfg-dhcp/title
 Type: text
diff -Nru netcfg.ori/debian/netcfg-static.templates netcfg/debian/netcfg-static.templates
--- netcfg.ori/debian/netcfg-static.templates	2003-12-12 08:02:08.000000000 +0100
+++ netcfg/debian/netcfg-static.templates	2003-12-12 08:09:41.000000000 +0100
@@ -59,7 +59,7 @@
 Template: netcfg/static-title
 Type: text
 #  Title displayed when configuring this package
-_Description: Static Network Configuration
+_Description: Static network configuration
 
 Template: debian-installer/netcfg-static/title
 Type: text

--===============1128956509==--

---------------------------------------
Received: (at 223762-close) by bugs.debian.org; 23 Dec 2003 04:50:21 +0000
>From rdonald@auric.debian.org Mon Dec 22 22:50:21 2003
Return-path: <rdonald@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AYcDy-0005WM-00; Mon, 22 Dec 2003 20:24:42 -0600
Received: from rdonald by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AYc9l-0004lk-00; Mon, 22 Dec 2003 21:20:21 -0500
From: Joey Hess <joeyh@debian.org>
To: 223762-close@bugs.debian.org
X-Katie: lisa $Revision: 1.26 $
Subject: Bug#223762: fixed in netcfg 0.35
Message-Id: <E1AYc9l-0004lk-00@auric.debian.org>
Sender: Randall Donald <rdonald@auric.debian.org>
Date: Mon, 22 Dec 2003 21:20:21 -0500
Delivered-To: 223762-close@bugs.debian.org

Source: netcfg
Source-Version: 0.35

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

netcfg-dhcp_0.35_i386.udeb
  to pool/main/n/netcfg/netcfg-dhcp_0.35_i386.udeb
netcfg-static_0.35_i386.udeb
  to pool/main/n/netcfg/netcfg-static_0.35_i386.udeb
netcfg_0.35.dsc
  to pool/main/n/netcfg/netcfg_0.35.dsc
netcfg_0.35.tar.gz
  to pool/main/n/netcfg/netcfg_0.35.tar.gz
netcfg_0.35_i386.udeb
  to pool/main/n/netcfg/netcfg_0.35_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 223762@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (supplier of updated netcfg 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: Mon, 15 Dec 2003 12:40:51 -0500
Source: netcfg
Binary: netcfg-static netcfg-dhcp netcfg
Architecture: source i386
Version: 0.35
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
Description: 
 netcfg     - Configure the network (udeb)
 netcfg-dhcp - Configure the network via DHCP (udeb)
 netcfg-static - Configure a static network (udeb)
Closes: 223762
Changes: 
 netcfg (0.35) unstable; urgency=low
 .
   * André Luís Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
   * KÄ?stutis BiliÅ«nas
     - Updated Lithuanian translation
   * Christian Perrier
     - Debconf templates polishing (Closes: #223762)
   * Joey Hess
     - English fixes.
   * Kenshi Muto
     - Update Japanese translation (ja.po)
   * Oliver Elphick
     - More template polishing.
   * Verok Istvan
     - Updated Hungarian translation
   * Claus Hindsgaul
     - Updated Danish translation.
Files: 
 d30eaf61a8354357b03f647adee14308 786 debian-installer optional netcfg_0.35.dsc
 e94142f63eb4b694d270be229ceb4707 67384 debian-installer optional netcfg_0.35.tar.gz
 38683d90bf8dfd019c3276ec9cdb826e 27424 debian-installer optional netcfg_0.35_i386.udeb
 076084796d55f26739bb0a9255dfd776 21480 debian-installer optional netcfg-dhcp_0.35_i386.udeb
 138ecb4abb29393b834949b572a0275b 23902 debian-installer optional netcfg-static_0.35_i386.udeb

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

iD8DBQE/3fKE2tp5zXiKP0wRAoLOAKCVKwsZOT3ptLb2Ilz6Yz3zp8WV3ACfVXJe
hfaj9sBvWAR4GY5QzZn1pyw=
=xWy4
-----END PGP SIGNATURE-----



Reply to: