On 2013-02-27 15:33, Niels Thykier wrote: > Package: lintian > Version: 2.5.11 > Severity: minor > > The front page on lintian.d.o has the following entries in its > "statistics" table. > > """ > Maintainers: 2301 (+1) > Source packages: 17530 (-1) > Binary packages: 32288 (+3) > μdeb packages: 119 (+1) > """ > > If you do not know the code, it is hard to tell that this is in fact > *NOT* the actual number of packages on lintian.d.o. > No, these numbers are based on the packages that emit 1 (or more) > lintian tags. For comparison, the actual number of source and binary > packages are closer to 20000 and 40000 (respectively) than the numbers > listed above. > > > [...] Attached is two patches that adds the total number of packages (and maintainers). With the patches, this part of the table now looks like[1]: """ Maintainers: 2190 (+0) 2281 (+0) Source packages: 13514 (+0) 18422 (+0) Binary packages: 29989 (+0) 38824 (+0) μdeb packages: 86 (+0) 439 (+0) """ There is still no explanation of the numbers; perhaps the table should be split and we could use <th> tags to explain the contents of the tables? No needs on the second part of this (and accordingly no "patch" tag). ~Niels [1] Disclaimer: result is from a very old partial snapshot of the laboratory from lintian.d.o, so the numbers themselves do not reflect the actual state.From fabc7d5953bc7749057bd6f910fa476b25e85f0c Mon Sep 17 00:00:00 2001 From: Niels Thykier
| Last updated: | {$timestamp} | ||
| Archive timestamp: | {$mirror} | ||
| Distribution: | {$dist} | ||
| Archive area: | {$area} | ||
| Architecture: | {$architecture} | ||
| Maintainers: | {$delta{maintainers}} | ||
| Source packages: | {$delta{'source-packages'}} | ||
| Binary packages: | {$delta{'binary-packages'}} | ||
| μdeb packages: | {$delta{'udeb-packages'}} | ||
| Last updated: | {$timestamp} | ||
| Archive timestamp: | {$mirror} | ||
| Distribution: | {$dist} | ||
| Archive area: | {$area} | ||
| Architecture: | {$architecture} | ||
| Maintainers: | {$delta{maintainers}}+ | {$delta{'total-maintainers'}} | |
| Source packages: | {$delta{'source-packages'}}+ | {$delta{'total-source-packages'}} | |
| Binary packages: | {$delta{'binary-packages'}}+ | {$delta{'total-binary-packages'}} | |
| μdeb packages: | {$delta{'udeb-packages'}}+ | {$delta{'total-udeb-packages'}} | |
| E Errors:- | {$delta{errors}}+ | {$delta{errors}} | |
| W Warnings:- | {$delta{warnings}}+ | {$delta{warnings}} | |
| I Info tags:- | {$delta{info}}+ | {$delta{info}} | |
| P Pedantic tags:- | {$delta{pedantic}}+ | {$delta{pedantic}} | |
| O Overridden tags:- | {$delta{overridden}}+ | {$delta{overridden}} | |
| X Experimental tags:- | {$delta{experimental}}+ | {$delta{experimental}} | |
| Lintian version: | {$version} | ||
| Lintian version: | {$version} | ||
-- 1.7.10.4