Your message dated Fri, 16 Apr 2004 12:14:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line really fixed
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; 27 Mar 2004 00:03:23 +0000
>From [EMAIL PROTECTED] Fri Mar 26 16:03:23 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B71IJ-0001Hq-00; Fri, 26 Mar 2004 16:03:23 -0800
Received: from catalunya (host-66-81-197-10.rev.o1.com [66.81.197.10])
by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i2R03INl059086
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
for <[EMAIL PROTECTED]>; Fri, 26 Mar 2004 16:03:21 -0800 (PST)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by catalunya with local (Exim 4.30)
id 1B70Jj-0002ld-EP
for [EMAIL PROTECTED]; Fri, 26 Mar 2004 15:00:47 -0800
Date: Fri, 26 Mar 2004 15:00:47 -0800
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: installs kernel-image package
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6"
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Matt Kraai <[EMAIL PROTECTED]>
X-Virus-Scanned: ClamAV version 'clamd / ClamAV version devel-20040209', clamav-milter
version '0.66m'
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=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: anna
Version: 0.054
Severity: minor
anna installs kernel-image packages. Would the attached patch be
OK?
--
Matt Kraai [EMAIL PROTECTED] http://ftbfs.org/
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Index: packages/anna/anna.c
===================================================================
--- packages/anna/anna.c (revision 11966)
+++ packages/anna/anna.c (working copy)
@@ -123,6 +123,8 @@
continue;
if (!di_system_package_check_subarchitecture(package, subarchitecture))
continue;
+ if (strncmp(package->package, "kernel-image-", 13) == 0)
+ continue;
if (((di_system_package *)package)->kernel_version)
{
--IJpNTDwzlM2Ie8A6--
---------------------------------------
Received: (at 240373-done) by bugs.debian.org; 16 Apr 2004 10:14:07 +0000
>From [EMAIL PROTECTED] Fri Apr 16 03:14:07 2004
Return-path: <[EMAIL PROTECTED]>
Received: from wavehammer.waldi.eu.org (extern.mail.waldi.eu.org) [82.139.196.55]
(postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BEQMJ-000157-00; Fri, 16 Apr 2004 03:14:07 -0700
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
id 3B11B3C014; Fri, 16 Apr 2004 12:14:05 +0200 (CEST)
Date: Fri, 16 Apr 2004 12:14:05 +0200
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: really fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
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=-1.5 required=4.0 tests=BAYES_01 autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
this is fixed.
--
Dismissed. That's a Star Fleet expression for, "Get out."
-- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]