> Somewhere around line 1100 of /usr/bin/lintian (not sure exactly
> where), you could essentially have the following code:
> 
>   {
>      local $/;
>      open FILELIST, "$base/index";
>      my $filelist = <FILELIST>;
>      if ($filelist eq "./\n") {
>         print "W: no files in binary package $pkg\n";
>         next PACKAGE;
>      }
>   }
> 

correct.  The hard part is not outputting any other errors because of it. 
Avoiding the no copyright, no docs, etc would not be as easy.


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

Reply via email to