Your message dated Tue, 08 Mar 2005 18:17:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296263: fixed in console-common 0.7.51
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; 21 Feb 2005 12:28:11 +0000
>From [EMAIL PROTECTED] Mon Feb 21 04:28:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pizarro.unex.es [158.49.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3Cfa-0002fZ-00; Mon, 21 Feb 2005 04:28:10 -0800
Received: from localhost (almendralejo.unex.es [158.49.8.199])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id 11DAEA1C97
for <[EMAIL PROTECTED]>; Mon, 21 Feb 2005 13:28:09 +0100 (CET)
Received: from pizarro.unex.es ([158.49.8.2])
by localhost (emilio [158.49.17.20]) (amavisd-new, port 10024)
with ESMTP id 08936-09 for <[EMAIL PROTECTED]>;
Mon, 21 Feb 2005 13:29:01 +0100 (CET)
Received: from guadiana.unex.es (guadiana.unex.es [158.49.17.23])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id 20492A1C6A
for <[EMAIL PROTECTED]>; Mon, 21 Feb 2005 13:28:08 +0100 (CET)
Received: from cantor.unex.es ([158.49.18.105])
by guadiana.unex.es with esmtp (Exim 3.35 #1 (Debian))
id 1D3CfY-0003AO-00
for <[EMAIL PROTECTED]>; Mon, 21 Feb 2005 13:28:08 +0100
Date: Mon, 21 Feb 2005 13:25:32 +0100 (CET)
From: Santiago Vila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: console-common: non-posix usage of tail
Message-ID: <[EMAIL PROTECTED]>
X-Debbugs-Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unex.es
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: console-common
Version: 0.7.50
Tags: patch
When upgrading to this version while having _POSIX2_VERSION=200112 in
the environment, this happens:
Looking for keymap to install:
NONE
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
Patch follows:
diff -ru console-common-0.7.50.orig/install-keymap
console-common-0.7.50/install-keymap
--- console-common-0.7.50.orig/install-keymap 2005-02-14 14:45:45.000000000
+0100
+++ console-common-0.7.50/install-keymap 2005-02-21 13:19:23.000000000
+0100
@@ -31,7 +31,7 @@
fi
if [ "$1" = "--version" ]
then
- VERSION=`dpkg -l console-common | tail -1 | awk '{print $3}' `
+ VERSION=`dpkg -l console-common | tail -n 1 | awk '{print $3}' `
# This string can not be localized, and it is not worth trying to
echo "install-keymap: (console-common) " $VERSION
exit 0
Thanks.
---------------------------------------
Received: (at 296263-close) by bugs.debian.org; 8 Mar 2005 23:23:10 +0000
>From [EMAIL PROTECTED] Tue Mar 08 15:23:10 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 1D8o2g-0007Vb-00; Tue, 08 Mar 2005 15:23:10 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D8nww-0004qD-00; Tue, 08 Mar 2005 18:17:14 -0500
From: Alastair McKinstry <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#296263: fixed in console-common 0.7.51
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 08 Mar 2005 18:17:14 -0500
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:
X-CrossAssassin-Score: 2
Source: console-common
Source-Version: 0.7.51
We believe that the bug you reported is fixed in the latest version of
console-common, which is due to be installed in the Debian FTP archive:
console-common_0.7.51.dsc
to pool/main/c/console-common/console-common_0.7.51.dsc
console-common_0.7.51.tar.gz
to pool/main/c/console-common/console-common_0.7.51.tar.gz
console-common_0.7.51_all.deb
to pool/main/c/console-common/console-common_0.7.51_all.deb
dh-consoledata_0.7.51_all.deb
to pool/main/c/console-common/dh-consoledata_0.7.51_all.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.
Alastair McKinstry <[EMAIL PROTECTED]> (supplier of updated console-common
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, 24 Feb 2005 22:06:54 +0000
Source: console-common
Binary: dh-consoledata console-common
Architecture: source all
Version: 0.7.51
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
Changed-By: Alastair McKinstry <[EMAIL PROTECTED]>
Description:
console-common - Basic infrastructure for text console configuration
dh-consoledata - Debhelper-based script to help packaging console data file
Closes: 282693 296263 296424
Changes:
console-common (0.7.51) unstable; urgency=low
.
* Use 'tail -n 1' rather than 'tail -1' in install-keymap. Closes: #296263.
* Debconf translations:
- Added Galician by Jacobo Tarrio. Closes: #296424.
* config.in: Do correct check on boot keymap hash; don't incorrectly
assume its changed. Closes: #282693.
* zh_CN.po: changed comma in template to one accepted by debconf code;
silences warning from lintian.
Files:
65b4f249c9713eb717362f2e89bc50ed 621 utils important console-common_0.7.51.dsc
74b5eb6fc1174925956d71aa92576dd9 252272 utils important
console-common_0.7.51.tar.gz
1e33a892956d6d8d9123152abe567d19 108252 utils important
console-common_0.7.51_all.deb
2a5ccf412503eaa85a45968b803052a5 81174 devel extra
dh-consoledata_0.7.51_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCLi9cQTK/kCo4XFcRAh3UAJwKJzM7ALYKCA9rS5SKsvpTPVsWhQCgiE6D
3Q8lNABNAc46RiPSTrD3O78=
=fr3c
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]