On Wed, 14 Mar 2001, Santiago Garcia Mantinan wrote:

> 
> One of the thing I'm concerned about is the 2.2r3 images having to be done
> in a while and the scripts not being ready.

AFAIK the scripts work perfectly fine for potato, so there's no urgent
problem.

> 
> pule:/cdrom# find . -name Packages -exec grep '^Package: ' {} \;|wc -l
>     984

Make that  grep '^Filename: ' | cut -d ' ' -f 2- | sort > packdebs

> pule:/cdrom# find . -type f -name '*.deb'|wc -l
>     990

and  find... | sort > realdebs

then check the diff. That might give a clue about the cause of non-inclusion. 
Note that dpkg-scanpackages will not include two .debs with the same package
name, this might be the case here. 


Regards,
  Anne Bezemer


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

Reply via email to