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

Re: [Patch] for new Package format



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   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'


--  
To UNSUBSCRIBE, email to debian-cd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: