Your message dated Wed, 20 Apr 2005 19:32:04 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#305588: fixed in kbd 1.12-11
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; 20 Apr 2005 22:01:03 +0000
>From [EMAIL PROTECTED] Wed Apr 20 15:01:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ms-2.rz.rwth-aachen.de (ms-dienst.rz.rwth-aachen.de) 
[134.130.3.131] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DONFn-0004xz-00; Wed, 20 Apr 2005 15:01:03 -0700
Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31])
 by ms-dienst.rz.rwth-aachen.de
 (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004))
 with ESMTP id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Thu, 21 Apr 2005 00:01:02 +0200 (MEST)
Received: from relay.rwth-aachen.de ([134.130.3.1])
        by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu,
 21 Apr 2005 00:01:01 +0200 (MEST)
Received: from dustpuppy.kawo2.rwth-aachen.de
 (dustpuppy.kawo2.RWTH-Aachen.DE [134.130.180.5])
        by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j3KM10AX024348  
for
 <[EMAIL PROTECTED]>; Thu, 21 Apr 2005 00:01:00 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by dustpuppy.kawo2.rwth-aachen.de (Postfix) with ESMTP id 78C7A1FC0AA   
for
 <[EMAIL PROTECTED]>; Thu, 21 Apr 2005 00:01:00 +0200 (CEST)
Received: from [127.0.0.1] (fera.kawo2.rwth-aachen.de [134.130.183.83])
        by dustpuppy.kawo2.rwth-aachen.de (Postfix) with ESMTP  id 252391FC0AA; 
Thu,
 21 Apr 2005 00:01:00 +0200 (CEST)
Date: Thu, 21 Apr 2005 00:01:00 +0200
From: Jan Braun <[EMAIL PROTECTED]>
Subject: kbd: bashism (echo -e) in unicode_start/stop
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
X-Mailer: reportbug 3.8
Content-type: multipart/mixed; boundary="Boundary_(ID_jjnsppAr9dPOyVu2NgGFMA)"
X-AntiVirus: checked by AntiVir MailGate (version: 2.0.1.16; AVE: 6.28.0.19;
 VDF: 6.28.0.108; host: dustpuppy.kawo2.rwth-aachen.de)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

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

--Boundary_(ID_jjnsppAr9dPOyVu2NgGFMA)
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline

Package: kbd
Version: 1.12-10
Severity: serious
Tags: patch
Justification: Policy 10.4

Hi,
the unicode_start and unicode_stop scripts in kbd use echo -e with
backslash escape sequences. This is not posix-compatible and breaks (by
outputting a spurious "-e ") when /bin/sh is dash.
The simple fix is to use printf.

regards,
        Jan

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kbd depends on:
ii  console-common              0.7.49       Basic infrastructure for text cons
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  dpkg                        1.10.27      Package maintenance system for Deb
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  sysvinit                    2.86.ds1-1   System-V like init

-- no debconf information

--Boundary_(ID_jjnsppAr9dPOyVu2NgGFMA)
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; NAME=kbd.patch
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=kbd.patch

diff /usr/bin/unicode_start ./unicode_start
41c41
< echo -n -e '\033%G'
---
> printf '\033%%G'
diff /usr/bin/unicode_stop ./unicode_stop
18c18
< echo -n -e '\033%@'
---
> printf '\033%%@'

--Boundary_(ID_jjnsppAr9dPOyVu2NgGFMA)--

---------------------------------------
Received: (at 305588-close) by bugs.debian.org; 20 Apr 2005 23:44:04 +0000
>From [EMAIL PROTECTED] Wed Apr 20 16:44:04 2005
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 1DOOrU-0007jy-00; Wed, 20 Apr 2005 16:44:04 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DOOfs-000624-00; Wed, 20 Apr 2005 19:32:04 -0400
From: Denis Barbier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#305588: fixed in kbd 1.12-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 20 Apr 2005 19:32:04 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: kbd
Source-Version: 1.12-11

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

kbd_1.12-11.diff.gz
  to pool/main/k/kbd/kbd_1.12-11.diff.gz
kbd_1.12-11.dsc
  to pool/main/k/kbd/kbd_1.12-11.dsc
kbd_1.12-11_i386.deb
  to pool/main/k/kbd/kbd_1.12-11_i386.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.
Denis Barbier <[EMAIL PROTECTED]> (supplier of updated kbd 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: Thu, 21 Apr 2005 00:42:22 +0200
Source: kbd
Binary: kbd
Architecture: source i386
Version: 1.12-11
Distribution: unstable
Urgency: medium
Maintainer: Denis Barbier <[EMAIL PROTECTED]>
Changed-By: Denis Barbier <[EMAIL PROTECTED]>
Description: 
 kbd        - Linux console font and keytable utilities
Closes: 305588
Changes: 
 kbd (1.12-11) unstable; urgency=medium
 .
   * unicode_start/stop: Replace echo -e by printf commands.
     Closes: #305588 Thanks, Jan Braun
   * Update debian/watch file.
Files: 
 ccf3c6f10264d93e4bd2126d29eaeca2 598 utils extra kbd_1.12-11.dsc
 9f713afe9b8f94ae3be150e73e902530 30086 utils extra kbd_1.12-11.diff.gz
 0d1e92798105f3d4203e2d4b91794857 341946 utils extra kbd_1.12-11_i386.deb

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

iD8DBQFCZuHD8Ri1lR4WGvsRAohzAJ0fyX2o1alfeDuPxrHLSeqg+2azoQCfTKRO
17gSCdZCnmtyFYQTUHHbmOI=
=hl/O
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to