* Joerg Jaspert 

| Ok, how about something like this:
| Debian has more than 4000 Source Pakets, generating over 9000 Binary
| Packages.

: [EMAIL PROTECTED] ~ > for f in 
/var/lib/apt/lists/ftp.se.debian.org_debian_dists_testing_{main,contrib}_binary-i386_Packages
  
/var/lib/apt/lists/ftp.se.debian.org_debian-non-US_dists_testing_non-US_{main,contrib}_binary-i386_Packages
 ; do grep ^Package: $f | wc -l; done 
   8316
    204
    227
      3
: [EMAIL PROTECTED] ~ > 

(total is a little less than 9k)

And for Source packages (I've only got the lists from unstable here --
somebody might want to check those numbers with testing):

: [EMAIL PROTECTED] ~ > for f in 
/var/lib/apt/lists/ftp.se.debian.org_debian_dists_unstable_{main,contrib}_source_Sources
  
/var/lib/apt/lists/ftp.se.debian.org_debian-non-US_dists_unstable_non-US_{main,contrib}_source_Sources
 ; do grep ^Package: $f | wc -l; done
   5629
    188
    119
      3
: [EMAIL PROTECTED] ~ > 

so the binary package number is a bit high while the number of source
packages is a bit low.

-- 
Tollef Fog Heen                                                        ,''`.
UNIX is user friendly, it's just picky about who its friends are      : :' :
                                                                      `. `' 
                                                                        `-  


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


Reply via email to