* Joerg Jaspert
| Ok, how about something like this:
| Debian has more than 4000 Source Pakets, generating over 9000 Binary
| Packages.
: tfheen@arabella ~ > 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
: tfheen@arabella ~ >
(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):
: tfheen@arabella ~ > 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
: tfheen@arabella ~ >
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 debian-events-eu-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
This archive was generated by hypermail 2.1.3 : Wed May 29 2002 - 14:39:13 CEST