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

Re: Extra non-free support... please test !



On Wed, Jun 07, 2000 at 12:37:54AM +0100, Steve McIntyre wrote:
>The source side appears broken - I'm not getting a non-free source CD
>being produced at all, and the sizes of the free ones look
>suspicious. I'm looking into it.

OK, found the first one, a trivial bug in cds2src:

diff -u -r1.5 cds2src
--- tools/cds2src       2000/06/06 17:19:27     1.5
+++ tools/cds2src       2000/06/07 00:25:50
@@ -172,7 +172,7 @@
        my ($p, @toinclude);
 
        # Finally accept non-free packages
-       foreach $p (grep { $excluded{$p} eq "nonfree" } (keys %sources))
+       foreach $p (grep { $excluded{$_} eq "nonfree" } (keys %sources))
        {
                $excluded{$p} = 0;
                push @toinclude, $p;

In fact, it's so simple I've just checked the fix straight in. It also
made a lot of warnings go away.


-- 
Steve McIntyre, Cambridge, UK.                   stevem@chiark.greenend.org.uk
<a href=http://www.chiark.greenend.org.uk/~stevem/>My home page</a>
"Can't keep my eyes from the circling sky,                 +------------------
"Tongue-tied & twisted, Just an earth-bound misfit, I..."  |Finger for PGP key



Reply to: