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

Bug#191108: marked as done (kbd-chooser: Wrong variable name in content passed to base-config)



Your message dated Wed, 30 Apr 2003 17:32:19 -0400
with message-id <E19AzBb-0007mP-00@auric.debian.org>
and subject line Bug#191108: fixed in kbd-chooser 0.19
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; 28 Apr 2003 16:17:28 +0000
>From pre@saruman.uio.no Mon Apr 28 11:17:27 2003
Return-path: <pre@saruman.uio.no>
Received: from pat.uio.no [129.240.130.16] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 19ABJm-0004kV-00; Mon, 28 Apr 2003 11:17:26 -0500
Received: from mons.uio.no ([129.240.130.14])
	by pat.uio.no with esmtp (Exim 2.12 #7)
	id 19ABJk-0004LM-00
	for submit@bugs.debian.org; Mon, 28 Apr 2003 18:17:24 +0200
Received: from saruman.uio.no ([129.240.201.202])
	by mons.uio.no with esmtp (Exim 2.12 #7)
	id 19ABJj-0000kc-00; Mon, 28 Apr 2003 18:17:23 +0200
Received: from pre by saruman.uio.no with local (Exim 2.12 #7)
	id 19ABJj-0004aS-00; Mon, 28 Apr 2003 18:17:23 +0200
To: submit@bugs.debian.org
Subject: kbd-chooser: Wrong variable name in content passed to base-config
From: Petter Reinholdtsen <pere@hungry.com>
Message-Id: <[🔎] E19ABJj-0004aS-00@saruman.uio.no>
Sender: Petter Reinholdtsen <petter.reinholdtsen@usit.uio.no>
Date: Mon, 28 Apr 2003 18:17:23 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_01,HAS_PACKAGE
	version=2.53
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)


Package: kbd-chooser
Version: 0.018
Severity: improtant

I just discovered that kbd-chooser is passing the wrong variable to
base-config.  In ~root/dbootstrap_settings, I found the following
lines:

  # Inserted by kbd-chooser.
  KBD="i386/qwerty/no-latin1"

Bug in /usr/lib/base-config/12console-tools, I find the following
code:

  if [ -e /root/dbootstrap_settings ]; then
        . /root/dbootstrap_settings || true
  fi

  if [ ! -e /etc/console-tools/default.kmap.gz ]; then
        if [ "$KEYBD" ]; then
                install-keymap /usr/share/keymaps/${KEYBD}.kmap.gz || true
        elif [ "$SERIALCONSOLE" ]; then
  [...]

I believe 'KBD' in kbd-chooser should be changed to 'KEYBD'.

---------------------------------------
Received: (at 191108-close) by bugs.debian.org; 30 Apr 2003 21:38:02 +0000
>From katie@auric.debian.org Wed Apr 30 16:38:02 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 19AzH8-0000zA-00; Wed, 30 Apr 2003 16:38:02 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19AzBb-0007mP-00; Wed, 30 Apr 2003 17:32:19 -0400
From: Alastair McKinstry <mckinstry@computer.org>
To: 191108-close@bugs.debian.org
X-Katie: $Revision: 1.33 $
Subject: Bug#191108: fixed in kbd-chooser 0.19
Message-Id: <E19AzBb-0007mP-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 30 Apr 2003 17:32:19 -0400
Delivered-To: 191108-close@bugs.debian.org

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

kbd-chooser_0.19.dsc
  to pool/main/k/kbd-chooser/kbd-chooser_0.19.dsc
kbd-chooser_0.19.tar.gz
  to pool/main/k/kbd-chooser/kbd-chooser_0.19.tar.gz
kbd-chooser_0.19_i386.udeb
  to pool/main/k/kbd-chooser/kbd-chooser_0.19_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 191108@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckinstry@computer.org> (supplier of updated kbd-chooser 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: Sun, 27 Apr 2003 09:00:39 +0100
Source: kbd-chooser
Binary: kbd-chooser
Architecture: source i386
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Alastair McKinstry <mckinstry@computer.org>
Description: 
 kbd-chooser - Detect a keyboard and select layout (udeb)
Closes: 191108
Changes: 
 kbd-chooser (0.19) unstable; urgency=low
 .
   * Add es template support, thanks to  Carlos Valdivia Yage.
   * Don't offer "no keyboard" choice unless we're doing a remote install.
   * change prebaseconfig KBD to KEYBD to agree with base-config.
   Closes: #191108.
Files: 
 075e9140930e33c4698d2c747a6ae42d 660 debian-installer standard kbd-chooser_0.19.dsc
 fffa04e6ffd9ea13da1ab8d275ecd52f 42801 debian-installer standard kbd-chooser_0.19.tar.gz
 f4013897ecdf8a34dbd8648a31388805 26748 debian-installer standard kbd-chooser_0.19_i386.udeb

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

iD8DBQE+sD0w+o43kJBROPQRAuiuAKDGNS2T5SFVg3pv2hkW4Wfu+M+qvwCg9m+Q
T4MgPsoJxl9e/TSpfpIT9t4=
=ICkR
-----END PGP SIGNATURE-----



Reply to: