Your message dated Mon, 10 Jan 2005 19:32:02 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285166: fixed in kernel-package 8.119
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; 11 Dec 2004 04:29:02 +0000
>From [EMAIL PROTECTED] Fri Dec 10 20:29:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from out005pub.verizon.net (out005.verizon.net) [206.46.170.143] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CcysQ-0002RJ-00; Fri, 10 Dec 2004 20:29:02 -0800
Received: from [192.168.1.3] ([4.5.64.250]) by out005.verizon.net
          (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Fri, 10 Dec 2004 22:29:01 -0600
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 10 Dec 2004 20:23:06 -0800
From: Josh Triplett <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 
Debian/1.7.3-5
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bash_completion.d/make-kpkg prints grep error messages if .config
 doesn't exist
X-Enigmail-Version: 0.86.1.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="------------enigE36AC63E50B1F013BFE2C5C2"
X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from 
[4.5.64.250] at Fri, 10 Dec 2004 22:29:01 -0600
Delivered-To: [EMAIL PROTECTED]
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: 

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigE36AC63E50B1F013BFE2C5C2
Content-Type: multipart/mixed;
 boundary="------------060409040008080103050808"

This is a multi-part message in MIME format.
--------------060409040008080103050808
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: kernel-package
Version: 8.117
Tags: patch

The bash_completion script for make-kpkg uses grep to check for
CONFIG_BLK_DEV_INITRD in .config, but does not prevent grep from
printing error messages if .config does not exist.  This makes the
completion nearly unusable when .config does not exist, due to the error
messages mixing with the command-line and completion text.  The attached
patch corrects this problem.

- Josh Triplett

--------------060409040008080103050808
Content-Type: text/x-patch;
 name="kernel-package-completion-handle-no-dot-config.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kernel-package-completion-handle-no-dot-config.patch"

diff -Naur kernel-package-8.117.orig/_make-kpkg kernel-package-8.117/_make-kpkg
--- kernel-package-8.117.orig/_make-kpkg        2004-11-17 08:33:32.000000000 
-0800
+++ kernel-package-8.117/_make-kpkg     2004-12-10 20:13:48.000000000 -0800
@@ -37,7 +37,8 @@
     [[ "$CROSS_COMPILE" ]] && paroptions=${paroptions//--cross[-_]compile}
     [[ "$KPKG_ARCH" ]] && paroptions=${paroptions/--arch}
     [[ "$KPKG_SUBARCH" ]] && paroptions=${paroptions/--subarch}
-    [[ $( grep CONFIG_BLK_DEV_INITRD .config | cut -d= -f2) == "y" ]] && \
+    [[ $(grep CONFIG_BLK_DEV_INITRD .config 2>/dev/null \
+        | cut -d= -f2) == "y" ]] && \
        [[ "$INITRD" == "YES" ]] && paroptions=${paroptions/--initrd}
 
     for (( i=0; i < ${#COMP_WORDS}-1; i++ )); do

--------------060409040008080103050808--

--------------enigE36AC63E50B1F013BFE2C5C2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFBunYyGJuZRtD+evsRAqHVAJ9xX/MekkMOzW8lL8yud5B0Ia27RgCcCefQ
+1SBg/C8VJOfFsJD9dpV7/U=
=Ss/h
-----END PGP SIGNATURE-----

--------------enigE36AC63E50B1F013BFE2C5C2--

---------------------------------------
Received: (at 285166-close) by bugs.debian.org; 11 Jan 2005 00:38:23 +0000
>From [EMAIL PROTECTED] Mon Jan 10 16:38:23 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 1CoA3D-00061t-00; Mon, 10 Jan 2005 16:38:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Co9x4-0007BU-00; Mon, 10 Jan 2005 19:32:02 -0500
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#285166: fixed in kernel-package 8.119
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 10 Jan 2005 19:32:02 -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: 

Source: kernel-package
Source-Version: 8.119

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

kernel-package_8.119.dsc
  to pool/main/k/kernel-package/kernel-package_8.119.dsc
kernel-package_8.119.tar.gz
  to pool/main/k/kernel-package/kernel-package_8.119.tar.gz
kernel-package_8.119_all.deb
  to pool/main/k/kernel-package/kernel-package_8.119_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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated kernel-package 
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: Mon, 10 Jan 2005 17:39:31 -0600
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 8.119
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 285166 287937 288540
Changes: 
 kernel-package (8.119) unstable; urgency=low
 .
   * Bug fix: "kernel-package: Improvements for kernel_grub_rm.sh script",
     thanks to Javier Fernández-Sanguino Peña. I created my own patch,
     rather than using the one in the report, but thanks for pointing this
     out.                                                 (Closes: #287937).
   * Bug fix: "mismatch between lilo.conf and the actual filename
     &quot;initrd.old&quot;.", thanks to David Robin. The fix is actually
     thanks to Khalid Aziz, who noticed that in one corner case the
     symbolic link was moved to the wrong location.       (Closes: #288540).
   * Bug fix: "bash_completion.d/make-kpkg prints grep error messages if
     .config doesn't exist", thanks to Josh Triplett      (Closes: #285166).
Files: 
 b49f41970b5ac5ea3d39f83c59a4c51f 483 misc optional kernel-package_8.119.dsc
 1eba1747d5c2bf18fc3e66c72ec07ecd 491966 misc optional 
kernel-package_8.119.tar.gz
 b26a0a29ce1d12cd353b992dc9376345 349848 misc optional 
kernel-package_8.119_all.deb

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

iD8DBQFB4xtBIbrau78kQkwRAp0eAJ9GIfesGll5TEi2M01vU2oCn8q0ZACgkKSq
l2lkHx+VFNOBC/mFdYKfIrk=
=dYJA
-----END PGP SIGNATURE-----


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

Reply via email to