On Tue, Sep 05, 2000 at 07:05:18PM +0200, Michael Schlueter wrote:
> Hi,
> 
> as discribed in the BTS the Package format has changes a bit (Filename is now 
> FileName). Here is the Patch to make debian-cd work with this changes:

>       m/^Filename: (\S+)/m and $file = $1;
> +     m/^FileName: (\S+)/m and $file = $1;

Proper thing would be:

        m/^Filename: (\S+)/mi and ...

for each and everyone of these matching lines. Case insensitive is fine.

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'


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

Reply via email to