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

Bug#187110: marked as done (discover-data-udeb: Please rewrite how the short list is constructed)



Your message dated Mon, 8 Mar 2004 02:56:56 -0500
with message-id <20040308075656.GG2901@squee.verizon.net>
and subject line Closing
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; 1 Apr 2003 08:22:52 +0000
>From pere@gigs.hungry.com Tue Apr 01 02:22:51 2003
Return-path: <pere@gigs.hungry.com>
Received: from ngt093.uio.no (minerva.intern) [129.240.242.93] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 190H2h-00021Z-00; Tue, 01 Apr 2003 02:22:51 -0600
Received: from pere by minerva.intern with local (Exim 3.35 #1 (Debian))
	id 190H2f-0002f7-00; Tue, 01 Apr 2003 10:22:49 +0200
To: submit@bugs.debian.org
Subject: discover-data-udeb: Please rewrite how the short list is constructed
From: Petter Reinholdtsen <pere@hungry.com>
Message-Id: <E190H2f-0002f7-00@minerva.intern>
Sender: Petter Reinholdtsen <pere@gigs.hungry.com>
Date: Tue, 01 Apr 2003 10:22:49 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-0.4 required=4.0
	tests=HAS_PACKAGE,SPAM_PHRASE_00_01,SUBJECT_IS_LIST
	version=2.44
X-Spam-Level: 


Package: discover-data-udeb
Version:1.2002.08.21-1.1

Please apply this patch to discover-data-udeb.  It make the list of
recognized HW larger, while skipping the HW where the module to load
is unknown.  I dropped sound, vidoe and tvcards as the udeb package is
used during installation, and there is no use for either at that
stage.

The pci list I am using increased from 23 to 33 kib, which I think is
acceptable.  It is still way below the full list of 193 kib.

Here is a changelog entry:

  * Rewrite how the short HW list is constructed.  Skip all cards with
    unknown or ignore in the module field, and skip groups video, tvcard
    and sound.

Index: Makefile
===================================================================
RCS file: /var/lib/cvs/skolelinux/src/rebuilds/discover-data/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -p -u -r1.2 -r1.3
--- Makefile    30 Jan 2003 18:13:32 -0000      1.2
+++ Makefile    1 Apr 2003 08:15:33 -0000       1.3
@@ -21,7 +21,7 @@ shorthwlists: $(hwlists_DATA)
        do \
            discoverfn=`basename $$discoverdb`; \
            cat $$discoverdb | \
-               awk 'BEGIN { FS = "\t"; CURRENTVENDOR = ""; LASTVENDOR = "Nonexistent Vendor" }; /^[^\t]/ { CURRENTVENDOR = $$0 }; /^\t/ && $$3 ~ /(scsi|ether|cdrom)/ { if (CURRENTVENDOR != LASTVENDOR) print CURRENTVENDOR; print $$0; LASTVENDOR = CURRENTVENDOR }' \
+               awk 'BEGIN { FS = "\t"; CURRENTVENDOR = ""; LASTVENDOR = "Nonexistent Vendor" }; /^[^\t]/ { CURRENTVENDOR = $$0 }; /^\t/ && $$3 !~ /(sound|tvcard|video)/ && $$4 !~ /(unknown|ignore)/ { if (CURRENTVENDOR != LASTVENDOR) print CURRENTVENDOR; print $$0; LASTVENDOR = CURRENTVENDOR }' \
                > $$discoverfn-short ; \
        done


---------------------------------------
Received: (at 187110-done) by bugs.debian.org; 8 Mar 2004 07:56:59 +0000
>From naughtynus@verizon.net Sun Mar 07 23:56:59 2004
Return-path: <naughtynus@verizon.net>
Received: from out009pub.verizon.net (out009.verizon.net) [206.46.170.131] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B0FdD-000224-00; Sun, 07 Mar 2004 23:56:59 -0800
Received: from squee ([151.199.53.197]) by out009.verizon.net
          (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP
          id <20040308075658.NELE29216.out009.verizon.net@squee>
          for <187110-done@bugs.debian.org>; Mon, 8 Mar 2004 01:56:58 -0600
Received: by squee (Postfix, from userid 1000)
	id 916685E695; Mon,  8 Mar 2004 02:56:57 -0500 (EST)
Date: Mon, 8 Mar 2004 02:56:56 -0500
From: David Nusinow <david_nusinow@verizon.net>
To: 187110-done@bugs.debian.org
Subject: Closing
Message-ID: <20040308075656.GG2901@squee.verizon.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [151.199.53.197] at Mon, 8 Mar 2004 01:56:58 -0600
Delivered-To: 187110-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level: 

This bug was fixed in an NMU and should now be closed.



Reply to: